I_CPDPRProcessingStatus

DDL: I_CPDPRPROCESSINGSTATUS SQL: ICPDPRSTATUS Type: view BASIC

Purchase Requisition Processing Status

I_CPDPRProcessingStatus is a Basic CDS View (Dimension) that provides data about "Purchase Requisition Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PurReqnReleaseStatus.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICPDPRSTATUS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchase Requisition Processing Status view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
ObjectModel.representativeKey PurReqnReleaseStatus view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #SWITCHED_OFF view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurReqnReleaseStatus domvalue_l Lower Value
_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_CPDPRProcessingStatus.
-- 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: ICPDPRSTATUS

CREATE VIEW I_CPDPRProcessingStatus AS
SELECT
  domvalue_l AS PurReqnReleaseStatus
FROM dd07l
;