I_SALESORDERINDELIVINCOMPLETE

CDS View

SOFM Incompleteness In Delivery

I_SALESORDERINDELIVINCOMPLETE is a CDS View in S/4HANA. SOFM Incompleteness In Delivery. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_DelivDocItemIncomplete view inner CONSUMPTION Delivery Doc Item Incomplete Data
I_DelivDocumentItemIncomplete view inner COMPOSITE SOFM Incomplete Delivery Document Item
P_SalesOrderFlfmtIssueUnion view union_all COMPOSITE

Fields (4)

KeyField CDS FieldsUsed in Views
DistributionChannel DistributionChannel 1
DueDays DueDays 1
OrganizationDivision OrganizationDivision 1
SalesOrganization SalesOrganization 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.

-- SOFM Incompleteness In Delivery
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SALESORDERINDELIVINCOMPLETE (
    DISTRIBUTIONCHANNEL,
    DUEDAYS,
    ORGANIZATIONDIVISION,
    SALESORGANIZATION
);