P_SLSQTANPROCFLOW20

CDS View

P_SLSQTANPROCFLOW20 is a CDS View in S/4HANA. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SlsQtanProcFlow30 view from CONSUMPTION

Fields (8)

KeyField CDS FieldsUsed in Views
KEY Level2Document Level2Document 1
KEY Level2DocumentItem Level2DocumentItem 1
KEY SalesQuotation SalesQuotation 1
DistributionChannel DistributionChannel 1
Level2DocumentCategory Level2DocumentCategory 1
OrganizationDivision OrganizationDivision 1
SalesOrganization SalesOrganization 1
SalesQuotationType SalesQuotationType 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_SLSQTANPROCFLOW20 (
    LEVEL2DOCUMENT,
    LEVEL2DOCUMENTITEM,
    SALESQUOTATION,
    DISTRIBUTIONCHANNEL,
    LEVEL2DOCUMENTCATEGORY,
    ORGANIZATIONDIVISION,
    SALESORGANIZATION,
    SALESQUOTATIONTYPE,
    PRIMARY KEY (LEVEL2DOCUMENT, LEVEL2DOCUMENTITEM, SALESQUOTATION)
);