P_BUSSOLNORDSLSORDFLWLVL13

CDS View

Solution Order Sales Order Flow Level 13

P_BUSSOLNORDSLSORDFLWLVL13 is a CDS View in S/4HANA. Solution Order Sales Order Flow Level 13. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BUSSOLNORDSLSORDFLWLVL14 view from CONSUMPTION Solution Order Sales Order Flow Level 14

Fields (6)

KeyField CDS FieldsUsed in Views
KEY SubsequentDocument PrecedingDocument 1
KEY SubsequentDocumentCategory PrecedingDocumentCategory 1
KEY SubsequentDocumentItem PrecedingDocumentItem 1
BusinessSolutionOrder BusinessSolutionOrder 1
SalesOrder SalesOrder 1
ServiceObjectType ServiceObjectType 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.

-- Solution Order Sales Order Flow Level 13
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_BUSSOLNORDSLSORDFLWLVL13 (
    SUBSEQUENTDOCUMENT,
    SUBSEQUENTDOCUMENTCATEGORY,
    SUBSEQUENTDOCUMENTITEM,
    BUSINESSSOLUTIONORDER,
    SALESORDER,
    SERVICEOBJECTTYPE,
    PRIMARY KEY (SUBSEQUENTDOCUMENT, SUBSEQUENTDOCUMENTCATEGORY, SUBSEQUENTDOCUMENTITEM)
);