ATO_CONTI_DEPBOM
Key User BOM is depending on (uses) SAP Objects
ATO_CONTI_DEPBOM is an SAP database table in S/4HANA. Key User BOM is depending on (uses) SAP Objects. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ATOV_SAP_DEPENDENCY_BOM | view | from | BOM dependency on deprecated SAP object |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | item_type | ATO_ITEM_TYPE | Item Type | |||
| KEY | item_id | ATO_ITEM_ID | Item ID | |||
| KEY | depending_on_pgmid | PGMID | Program ID | |||
| KEY | depending_on_object | TROBJTYPE | Object Type | |||
| KEY | depending_on_object_name | TROBJ_NAME | Object Name | |||
| KEY | depending_bom_pgmid | PGMID | Program ID | |||
| KEY | depending_bom_object | TROBJTYPE | Object Type | |||
| KEY | depending_bom_object_name | TROBJ_NAME | Object Name | |||
| KEY | depending_on_element | OBJECTNAME | Object name | |||
| updated_at | TIMESTAMP | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Key User BOM is depending on (uses) SAP Objects
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATO_CONTI_DEPBOM (
ITEM_TYPE, -- Item Type [ATO_ITEM_TYPE]
ITEM_ID, -- Item ID [ATO_ITEM_ID]
DEPENDING_ON_PGMID, -- Program ID [PGMID]
DEPENDING_ON_OBJECT, -- Object Type [TROBJTYPE]
DEPENDING_ON_OBJECT_NAME, -- Object Name [TROBJ_NAME]
DEPENDING_BOM_PGMID, -- Program ID [PGMID]
DEPENDING_BOM_OBJECT, -- Object Type [TROBJTYPE]
DEPENDING_BOM_OBJECT_NAME, -- Object Name [TROBJ_NAME]
DEPENDING_ON_ELEMENT, -- Object name [OBJECTNAME]
UPDATED_AT, -- Time Stamp [TIMESTAMP]
PRIMARY KEY (ITEM_TYPE, ITEM_ID, DEPENDING_ON_PGMID, DEPENDING_ON_OBJECT, DEPENDING_ON_OBJECT_NAME, DEPENDING_BOM_PGMID, DEPENDING_BOM_OBJECT, DEPENDING_BOM_OBJECT_NAME, DEPENDING_ON_ELEMENT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA