I_SlsOrdReltdPurProcFlfmtSts

DDL: I_SLSORDRELTDPURPROCFLFMTSTS SQL: ISDSORLTDPURSTS Type: view BASIC

Sales-Order-Related Purchase Process Fulfillment Status

I_SlsOrdReltdPurProcFlfmtSts is a Basic CDS View (Dimension) that provides data about "Sales-Order-Related Purchase Process Fulfillment Status" in SAP S/4HANA. It reads from 2 data sources (dd07l, I_PurchasingDocumentStatus) and exposes 1 field. It has 1 association to related views.

Data Sources (2)

SourceAliasJoin Type
dd07l dd07l from
I_PurchasingDocumentStatus POSt union_all

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SlsOrdReltdPurProcFlfmtStsT _Text $projection.SlsOrdReltdPurProcFlfmtSts = _Text.SlsOrdReltdPurProcFlfmtSts

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SlsOrdReltdPurProcFlfmtSts view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Sales-Order-Related Purchase Process Fulfillment Status view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDSORLTDPURSTS view

Fields (1)

KeyFieldSource TableSource FieldDescription
_Text _Text

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 I_SlsOrdReltdPurProcFlfmtSts.
-- 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: ISDSORLTDPURSTS

CREATE VIEW I_SlsOrdReltdPurProcFlfmtSts AS
SELECT *  -- field list not available in parsed metadata
FROM dd07l
LEFT OUTER JOIN I_SlsOrdReltdPurProcFlfmtStsT AS _Text ON SlsOrdReltdPurProcFlfmtSts = _Text.SlsOrdReltdPurProcFlfmtSts  -- association [0..*]
-- UNION ALL with additional select branch(es): I_PurchasingDocumentStatus
;