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