ATOV_CL_ITEM_BOM_EXP

CDS View

Basis view for changelist objects

ATOV_CL_ITEM_BOM_EXP is a CDS View in S/4HANA. Basis view for changelist objects. It contains 18 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
ATOV_CL_ITEM_BOM view from Changelist objects
ATOV_CL_ITEM_BOM_EXP_MAX view from Last export of item object
ATOV_CL_ITEM_BOM_TADIR view from Local TADIR Infos for Changelist Items

Fields (18)

KeyField CDS FieldsUsed in Views
bom_object bom_object 3
bom_object_name bom_object_name 3
bom_object_status bom_object_status 2
bom_pgmid bom_pgmid 3
changelist_id changelist_id 2
changelist_type changelist_type 2
collection_id collection_id 2
collection_version collection_version 2
created_at created_at 1
created_by created_by 1
downtimer_required downtimer_required 1
exported_at exported_at 1
item_id item_id 3
item_import_status item_import_status 2
item_lifecycle_action item_lifecycle_action 2
item_type item_type 3
status status 2
transport transport 2

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.

-- Basis view for changelist objects
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATOV_CL_ITEM_BOM_EXP (
    BOM_OBJECT,
    BOM_OBJECT_NAME,
    BOM_OBJECT_STATUS,
    BOM_PGMID,
    CHANGELIST_ID,
    CHANGELIST_TYPE,
    COLLECTION_ID,
    COLLECTION_VERSION,
    CREATED_AT,
    CREATED_BY,
    DOWNTIMER_REQUIRED,
    EXPORTED_AT,
    ITEM_ID,
    ITEM_IMPORT_STATUS,
    ITEM_LIFECYCLE_ACTION,
    ITEM_TYPE,
    STATUS,
    TRANSPORT
);