I_MDChgProcKPIRecordStatusVH

DDL: I_MDCHGPROCKPIRECORDSTATUSVH SQL: IBPPROCRECSTATVH Type: view COMPOSITE Package: MDC_BUPA_GOV_BO

MD Change Process KPI Record Type

I_MDChgProcKPIRecordStatusVH is a Composite CDS View that provides data about "MD Change Process KPI Record Type" in SAP S/4HANA. It is exposed through 2 OData services (ASQL_F7204A, ASQL_F7205A). Part of development package MDC_BUPA_GOV_BO.

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPPROCRECSTATVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label MD Change Process KPI Record Type view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
VDM.viewType #COMPOSITE view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7204A ASQL_F7204A C2 NOT_RELEASED
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcKPIRecordStatus MDChangeProcKPIValueKey
MDChangeProcKPIValueKeyDesc MDChangeProcKPIValueKeyDesc

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_MDChgProcKPIRecordStatusVH.
-- 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: IBPPROCRECSTATVH

CREATE VIEW I_MDChgProcKPIRecordStatusVH AS
SELECT
  MDChangeProcKPIValueKey AS MDChgProcKPIRecordStatus,
  MDChangeProcKPIValueKeyDesc
;