ATOV_ADAPTATION_TYPE

CDS View

Adaptation type Icon

ATOV_ADAPTATION_TYPE is a CDS View in S/4HANA. Adaptation type Icon. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
ATOV_CUST_DEPENDENCIES view left_outer ATO Item Dependencies to Custom Objects
ATOV_ITEM_DEPENDENCIES view left_outer ATO Items Dependencies
ATOV_ITEM_USAGES view left_outer ATO Items Usages
ATOV_RELEASED_DEPENDENCIES view left_outer ATO Item Dependencies to Released Object

Fields (3)

KeyField CDS FieldsUsed in Views
sap_icon depending_on_type_sap_icon,item_type_sap_icon,used_by_item_type_sap_icon 4
semantic_action depending_on_semantic_action,semantic_action,used_by_semantic_action 2
semantic_object depending_on_semantic_object,semantic_object,used_by_semantic_object 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.

-- Adaptation type Icon
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATOV_ADAPTATION_TYPE (
    SAP_ICON,
    SEMANTIC_ACTION,
    SEMANTIC_OBJECT
);