P_BUSSOLNORDSLSORDFLWLVL91

CDS View

Solution Order MTO flow:Production Order

P_BUSSOLNORDSLSORDFLWLVL91 is a CDS View in S/4HANA. Solution Order MTO flow:Production Order. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BUSSOLNORDSLSORDFLWLVL92 view from CONSUMPTION Solution Order MTO flow:Good Receipt

Fields (7)

KeyField CDS FieldsUsed in Views
KEY SubsequentDocument PrecedingDocument 1
KEY SubsequentDocumentCategory PrecedingDocumentCategory 1
KEY SubsequentDocumentItem PrecedingDocumentItem 1
BusinessSolutionOrder BusinessSolutionOrder 1
SalesOrder SalesOrder 1
SalesOrderItem SalesOrderItem 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 MTO flow:Production Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_BUSSOLNORDSLSORDFLWLVL91 (
    SUBSEQUENTDOCUMENT,
    SUBSEQUENTDOCUMENTCATEGORY,
    SUBSEQUENTDOCUMENTITEM,
    BUSINESSSOLUTIONORDER,
    SALESORDER,
    SALESORDERITEM,
    SERVICEOBJECTTYPE,
    PRIMARY KEY (SUBSEQUENTDOCUMENT, SUBSEQUENTDOCUMENTCATEGORY, SUBSEQUENTDOCUMENTITEM)
);