ATOV_SOFTWARE_COMP_OF_OBJECT

CDS View

Get Software Comp of DEV Object in Dev System

ATOV_SOFTWARE_COMP_OF_OBJECT is a CDS View in S/4HANA. Get Software Comp of DEV Object in Dev System. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
ATOV_CMN_DEV_OBJECT_METADATA view left_outer ATO: Development Object Metadata
ATOV_TABU_ENTRY_TABLES view left_outer ATO: Table Metadata of Table Entries

Fields (3)

KeyField CDS FieldsUsed in Views
custom_dev_software_component custom_dev_software_component 1
installed_component installed_component 1
local_software_component is_local_software_component 1

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.

-- Get Software Comp of DEV Object in Dev System
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATOV_SOFTWARE_COMP_OF_OBJECT (
    CUSTOM_DEV_SOFTWARE_COMPONENT,
    INSTALLED_COMPONENT,
    LOCAL_SOFTWARE_COMPONENT
);