P_SlsOrdFlfmt2ndLvlSDProcSqnc2

DDL: P_SLSORDFLFMT2NDLVLSDPROCSQNC2 SQL: PSDSOFPROCSQSD22 Type: view CONSUMPTION

P_SlsOrdFlfmt2ndLvlSDProcSqnc2 is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_SDDocumentProcessFlow) and exposes 5 fields with key field PrecedingDocument.

Data Sources (1)

SourceAliasJoin Type
I_SDDocumentProcessFlow PrePF inner

Annotations (8)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName PSDSOFPROCSQSD22 view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PrecedingDocument ProcFlo PrecedingDocument SD Document
PrecedingDocumentCategory
SubsequentDocument
SubsequentDocumentCategory
PrecedingDocumentasSalesDocument

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_SlsOrdFlfmt2ndLvlSDProcSqnc2.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PSDSOFPROCSQSD22

CREATE VIEW P_SlsOrdFlfmt2ndLvlSDProcSqnc2 AS
SELECT
  ProcFlo.PrecedingDocument AS PrecedingDocument
INNER JOIN I_SDDocumentProcessFlow AS PrePF ON /* join condition not captured in parsed metadata */
;