I_SAPOBJECTTYPE

CDS View

SAP Object Type

I_SAPOBJECTTYPE is a CDS View in S/4HANA. SAP Object Type. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_LocSubstnLocationTypeVH view_entity from CONSUMPTION Location Substitution Object Types
I_BusinessObjectEventTask view from COMPOSITE SAP Obj Type and SAP Obj Tsk Type Mappg
I_BusinessObjectEventTask view union COMPOSITE SAP Obj Type and SAP Obj Tsk Type Mappg
I_MaintCallObjectType view from COMPOSITE Maintenance Call Object Type
I_TaxItemProcessFlow view_entity inner COMPOSITE Tax Item Process Flow

Fields (1)

KeyField CDS FieldsUsed in Views
KEY SAPObjectType SAPObjectType 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.

-- SAP Object Type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SAPOBJECTTYPE (
    SAPOBJECTTYPE,
    PRIMARY KEY (SAPOBJECTTYPE)
);