I_DELIVERYDOCUMENTTYPE

CDS View

Delivery Document Type

I_DELIVERYDOCUMENTTYPE is a CDS View in S/4HANA. Delivery Document Type. It contains 2 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
C_DelivTypeNoRefVH view from CONSUMPTION Delivery Document Types without a Reference Value Help
C_DelivTypeRefVH view from CONSUMPTION Delivery Document Types with a Reference Value Help
C_OutboundDeliveryTypeVH view_entity from CONSUMPTION Outbound Delivery Type Value Help
I_DeliveryDocumentTypeStdVH view_entity from COMPOSITE Delivery Document Type
I_MRPExtRqmtOrderTypeText view_entity union_all BASIC External Requirements Order Type - Text
LstMiRteStockDeliveryTypeVH view from Delivery Document Type for Route Stock
P_AR_DeliveryDocument view_entity inner CONSUMPTION
P_AR_LengthOfRefDoc view inner COMPOSITE
P_MRPExtRqmtOrderType view_entity union_all BASIC
P_SDDocumentType view union_all BASIC

Fields (2)

KeyField CDS FieldsUsed in Views
KEY AR_ElectronicDocDocumentClass AR_OfficialDocumentClass 1
DeliveryDocumentType DocumentType 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.

-- Delivery Document Type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DELIVERYDOCUMENTTYPE (
    AR_ELECTRONICDOCDOCUMENTCLASS,
    DELIVERYDOCUMENTTYPE,
    PRIMARY KEY (AR_ELECTRONICDOCDOCUMENTCLASS)
);