I_MDChangeProcessKPIRowVH

DDL: I_MDCHANGEPROCESSKPIROWVH SQL: IBPPROCKPIROWVH Type: view BASIC

MD Change Process KPI Row

I_MDChangeProcessKPIRowVH is a Basic CDS View that provides data about "MD Change Process KPI Row" in SAP S/4HANA. It reads from 1 data source (I_MDChgProcKPIFilterUpdateSts) and exposes 2 fields with key field MDChgProcKPIUpdateStatus.

Data Sources (1)

SourceAliasJoin Type
I_MDChgProcKPIFilterUpdateSts I_MDChgProcKPIFilterUpdateSts from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPPROCKPIROWVH 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 Row 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 #BASIC view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcKPIUpdateStatus 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_MDChangeProcessKPIRowVH.
-- 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: IBPPROCKPIROWVH

CREATE VIEW I_MDChangeProcessKPIRowVH AS
SELECT
  MDChangeProcKPIValueKey AS MDChgProcKPIUpdateStatus,
  MDChangeProcKPIValueKeyDesc
FROM I_MDChgProcKPIFilterUpdateSts
;