C_ChgRecordItemProcgStatusVH

DDL: C_CHGRECORDITEMPROCGSTATUSVH SQL: CITMPROCGSTU Type: view CONSUMPTION

Value Help for Item Processing Status

C_ChgRecordItemProcgStatusVH is a Consumption CDS View that provides data about "Value Help for Item Processing Status" in SAP S/4HANA.

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CITMPROCGSTU view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Value Help for Item Processing Status view
ObjectModel.representativeKey ChgRecdNextItemProcgStatus view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ChgRecdNextItemProcgStatus _Text ChgRecdNextItemProcgStatus Processing Status
KEY ChangeRecordLifecycleStatus _Text ChangeRecordLifecycleStatus Issue Lifecycle
KEY ChgRecdCurrentItemProcgStatus _Text ChgRecdCurrentItemProcgStatus
ProcessingStatusDesc _Text ProcessingStatusDesc

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 C_ChgRecordItemProcgStatusVH.
-- 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: CITMPROCGSTU

CREATE VIEW C_ChgRecordItemProcgStatusVH AS
SELECT
  _Text.ChgRecdNextItemProcgStatus AS ChgRecdNextItemProcgStatus,
  _Text.ChangeRecordLifecycleStatus AS ChangeRecordLifecycleStatus,
  _Text.ChgRecdCurrentItemProcgStatus AS ChgRecdCurrentItemProcgStatus,
  _Text.ProcessingStatusDesc AS ProcessingStatusDesc
;