I_CUSTPROJSLSORD

CDS View

Sales Order for Customer Project

I_CUSTPROJSLSORD is a CDS View in S/4HANA. Sales Order for Customer Project. It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_CustProjSlsOrd view from COMPOSITE Sales Order Header
A_CustProjSlsOrdText view inner COMPOSITE Sales Order Header Text
I_CustProjSlsOrdItem view inner COMPOSITE Sales Order Item for Customer Project
I_CustProjSlsOrdPartner view inner COMPOSITE Sales Order Partner for Customer Project

Fields (5)

KeyField CDS FieldsUsed in Views
KEY CustomerProject CustomerProject 3
DistributionChannel DistributionChannel 3
OrganizationDivision OrganizationDivision 3
SalesOrderType SalesOrderType 3
SalesOrganization SalesOrganization 3

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.

-- Sales Order for Customer Project
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CUSTPROJSLSORD (
    CUSTOMERPROJECT,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    SALESORDERTYPE,
    SALESORGANIZATION,
    PRIMARY KEY (CUSTOMERPROJECT)
);