I_SDDOCUMENTMULTILEVELPROCFLOW

CDS View

SD Document Multi Level Process Flow

I_SDDOCUMENTMULTILEVELPROCFLOW is a CDS View in S/4HANA. SD Document Multi Level Process Flow. It contains 16 fields. 39 CDS views read from this table.

CDS Views using this table (39)

ViewTypeJoinVDMDescription
A_CmplSubsqntProcessFlow view_entity from CONSUMPTION CMH Subsequent Documents entity
A_SubsqntBillgDocForSelfBillg view inner COMPOSITE Subsequent Billing Document
C_PrecdgCustomerReturnItem view inner CONSUMPTION
C_PrecdgSalesOrderItem view inner CONSUMPTION
C_PT_SAFTSlsInvoiceItmRef view inner CONSUMPTION SAF-T PT Sales Invoice Item References
C_PT_SAFTSlsItemRef view_entity inner CONSUMPTION Sales Invoices Line References - Cube
C_PT_SAFTWorkingDocItemRef view inner CONSUMPTION SAF-T PT WorkingDocument Item References
C_RelatedBillingDocumentItem view inner CONSUMPTION
C_SDDocMultiLevelProcFlowDEX view from CONSUMPTION Data Extraction for Multi-Level Process Flow
C_SlsDocReltdBillgDocItm view inner CONSUMPTION
C_SubsqntCreditMemoReqItem view inner CONSUMPTION
C_SubsqntCustomerReturnItem view inner CONSUMPTION
C_SubsqntCustRetDeliveryItem view inner CONSUMPTION
C_SubsqntOutbDeliveryItem view inner CONSUMPTION
C_SubsqntSalesOrder view inner CONSUMPTION
C_SubsqntSalesOrderItem view inner CONSUMPTION
C_SubsqntSOWithoutChargeItem view inner CONSUMPTION
CIC_DOC_FLOW_FILTER view_entity from CIC Projection for Document Flow Filter
CIC_DOCUMENT_FLOW view_entity left_outer DocumentFlow entity
I_CmplProcessFlowPreceding view_entity from COMPOSITE
I_CmplProcessFlowSubsequent view_entity from COMPOSITE Process Flow entity for subsequent docs
I_ComplaintProcessFlowBasic view_entity from COMPOSITE Complaint Process Flow StatusBasic
I_ExcessRqmtAcctAssgdAggrgdQty view from BASIC Agg Qty of Purch Ord created per Acct Assgd Sales Doc Item
I_JITOutbCallDelivDocRef view from COMPOSITE Material Document Reference for Delivery
I_RFM_SlsContrDocFlowWthSign view from COMPOSITE Sale Contract signed Qty
I_SalesDocItmPrecdgProcFlow view_entity from COMPOSITE Preceding Process Flow of Sales Doc Item
I_SalesDocItmSubsqntProcFlow view_entity from COMPOSITE Subsequent Process Flow of Sls Doc Item
I_SalesDocumentPrecdgProcFlow view_entity from COMPOSITE Preceding Process Flow of Sales Document
I_SalesDocumentSubsqntProcFlow view_entity from COMPOSITE Subsequent Process Flow of Sales Doc
I_SDDocumentProcessFlow view from BASIC SD Document Process Flow
P_Bprrbsdflow view from BASIC
P_BusSolnOrdSlsOrdFlwLvl6 view inner CONSUMPTION Solution Order Sales Order Flow: Level 6
P_BusSolnOrdSlsOrdFlwLvl71 view inner CONSUMPTION Solution Order Sales Order Flow: Level 71
P_GteeMBillgItmsRRBBilled view inner COMPOSITE
P_PAYREQNSONUMBER view from COMPOSITE
P_PL_SAFTGdsMvtBillDocument view from COMPOSITE
P_RFM_SlsOrdPrgrsMntrProcFlow view from COMPOSITE
P_SDDocumentPurchOrdProcFlow view from COMPOSITE
P_VE_StRpReverseSDDocument view_entity inner COMPOSITE Venezuela StRp Reverse SD Document

Fields (16)

KeyField CDS FieldsUsed in Views
KEY DocRelationshipUUID DocRelationshipUUID 18
KEY PrecedingDocument DeliveryDocument,PrecedingDocument,SalesDocument 22
KEY PrecedingDocumentCategory PrecedingDocumentCategory,SDDocumentCategory 9
KEY PrecedingDocumentItem DeliveryDocumentItem,PrecedingDocumentItem,SalesDocumentItem 18
KEY SubsequentDocument SalesDocument,SubsequentDocument 14
KEY SubsequentDocumentCategory SDDocumentCategory,SubsequentDocumentCategory 9
KEY SubsequentDocumentItem SalesDocumentItem,SubsequentDocumentItem 12
BaseUnit BaseUnit 1
CreationDate CreationDate 5
CreationTime CreationTime 5
LastChangeDate LastChangeDate 5
MaterialDocumentYear MaterialDocumentYear 1
ProcessFlowLevel ProcessFlowLevel 7
QuantityInBaseUnit QuantityInBaseUnit 1
SDFulfillmentCalculationRule SDFulfillmentCalculationRule 1
StatisticsCurrency StatisticsCurrency 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.

-- SD Document Multi Level Process Flow
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SDDOCUMENTMULTILEVELPROCFLOW (
    DOCRELATIONSHIPUUID,
    PRECEDINGDOCUMENT,
    PRECEDINGDOCUMENTCATEGORY,
    PRECEDINGDOCUMENTITEM,
    SUBSEQUENTDOCUMENT,
    SUBSEQUENTDOCUMENTCATEGORY,
    SUBSEQUENTDOCUMENTITEM,
    BASEUNIT,
    CREATIONDATE,
    CREATIONTIME,
    LASTCHANGEDATE,
    MATERIALDOCUMENTYEAR,
    PROCESSFLOWLEVEL,
    QUANTITYINBASEUNIT,
    SDFULFILLMENTCALCULATIONRULE,
    STATISTICSCURRENCY,
    PRIMARY KEY (DOCRELATIONSHIPUUID, PRECEDINGDOCUMENT, PRECEDINGDOCUMENTCATEGORY, PRECEDINGDOCUMENTITEM, SUBSEQUENTDOCUMENT, SUBSEQUENTDOCUMENTCATEGORY, SUBSEQUENTDOCUMENTITEM)
);