I_SAFTDELIVERYITEM

CDS View

SAFT Delivery Item

I_SAFTDELIVERYITEM is a CDS View in S/4HANA. SAFT Delivery Item. It contains 13 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_SAFTDeliverySerialNumber view from CONSUMPTION PT SAFT MOG Serial Number
I_PT_DeliveryMatlVers view inner COMPOSITE PT DeliveryDoc Material Version
I_PT_SAFTDeliveryItem view from COMPOSITE SAFT Delivery Item

Fields (13)

KeyField CDS FieldsUsed in Views
KEY DeliveryDocument DeliveryDocument 2
KEY DeliveryDocumentItem DeliveryDocumentItem 2
ActualDeliveryQuantity ActualDeliveryQuantity 1
CompanyCode CompanyCode 1
CompanyCodeCurrency CompanyCodeCurrency 1
DeliveryDocumentItemText DeliveryDocumentItemText 1
DeliveryQuantityUnit DeliveryQuantityUnit 1
Material Material 1
NetAmount NetAmount 1
ReferenceSDDocument ReferenceSDDocument 1
ReferenceSDDocumentCategory ReferenceSDDocumentCategory 1
ReferenceSDDocumentItem ReferenceSDDocumentItem 1
TransactionCurrency TransactionCurrency 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.

-- SAFT Delivery Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SAFTDELIVERYITEM (
    DELIVERYDOCUMENT,
    DELIVERYDOCUMENTITEM,
    ACTUALDELIVERYQUANTITY,
    COMPANYCODE,
    COMPANYCODECURRENCY,
    DELIVERYDOCUMENTITEMTEXT,
    DELIVERYQUANTITYUNIT,
    MATERIAL,
    NETAMOUNT,
    REFERENCESDDOCUMENT,
    REFERENCESDDOCUMENTCATEGORY,
    REFERENCESDDOCUMENTITEM,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (DELIVERYDOCUMENT, DELIVERYDOCUMENTITEM)
);