I_PurReqnProcessingStatusVH

DDL: I_PURREQNPROCESSINGSTATUSVH SQL: IPRECSNGSTATUSVH Type: view BASIC

Processing status for Requisition Item

I_PurReqnProcessingStatusVH is a Basic CDS View that provides data about "Processing status for Requisition Item" in SAP S/4HANA. It reads from 1 data source (I_Processingstatustext) and exposes 5 fields with key field ProcessingStatus. It is exposed through 1 OData service (MM_PUR_PROCESS_PR_V4).

Data Sources (1)

SourceAliasJoin Type
I_Processingstatustext I_Processingstatustext from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPRECSNGSTATUSVH view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Processing status for Requisition Item view
ObjectModel.semanticKey ProcessingStatus view
ObjectModel.representativeKey ProcessingStatus view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

OData Services (1)

ServiceBindingVersionContractRelease
MM_PUR_PROCESS_PR_V4 MM_PUR_PR_PROCESS_V4 V4 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcessingStatus ProcessingStatus Worklist Status
Language Language Report Text Language
ProcessingStatusName ProcessingStatusName Short text
_Language _Language
_Processingstatus _Processingstatus

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_PurReqnProcessingStatusVH.
-- 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: IPRECSNGSTATUSVH

CREATE VIEW I_PurReqnProcessingStatusVH AS
SELECT
  ProcessingStatus,
  Language,
  ProcessingStatusName
FROM I_Processingstatustext
;