P_SLSORDPROCFLOWM12

CDS View

Sales Order Process Flow: Level -1 IC Purchase Order

P_SLSORDPROCFLOWM12 is a CDS View in S/4HANA. Sales Order Process Flow: Level -1 IC Purchase Order. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SlsOrdProcFlowM2 view from CONSUMPTION Sales Order Process Flow: Level -2 Intercompany Sales Order

Fields (8)

KeyField CDS FieldsUsed in Views
KEY LevelM1Document LevelM1Document 1
KEY LevelM1DocumentCategory LevelM1DocumentCategory 1
KEY SalesOrder SalesOrder 1
DistributionChannel DistributionChannel 1
OrganizationDivision OrganizationDivision 1
SalesOrderCategory SalesOrderCategory 1
SalesOrderType SalesOrderType 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.

-- Sales Order Process Flow: Level -1 IC Purchase Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_SLSORDPROCFLOWM12 (
    LEVELM1DOCUMENT,
    LEVELM1DOCUMENTCATEGORY,
    SALESORDER,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    SALESORDERCATEGORY,
    SALESORDERTYPE,
    SALESORGANIZATION,
    PRIMARY KEY (LEVELM1DOCUMENT, LEVELM1DOCUMENTCATEGORY, SALESORDER)
);