C_MDChangeProcessGoalValueHelp

DDL: C_MDCHANGEPROCESSGOALVALUEHELP SQL: CMDCHGPROCGOALVH Type: view CONSUMPTION

MD Change Process Goal Value Help

C_MDChangeProcessGoalValueHelp is a Consumption CDS View that provides data about "MD Change Process Goal Value Help" in SAP S/4HANA. It reads from 1 data source (I_MDChangeProcessGoalValueHelp) and exposes 2 fields with key field MDChgProcessGoal. It is exposed through 1 OData service (MASTERDATACHANGEPROCESSSD).

Data Sources (1)

SourceAliasJoin Type
I_MDChangeProcessGoalValueHelp I_MDChangeProcessGoalValueHelp from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHGPROCGOALVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label MD Change Process Goal Value Help view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view

OData Services (1)

ServiceBindingVersionContractRelease
MASTERDATACHANGEPROCESSSD MASTERDATACHANGEPROCESSSB V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessGoal MDChgProcessGoal Category
_Text _Text Process Goal

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_MDChangeProcessGoalValueHelp.
-- 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: CMDCHGPROCGOALVH

CREATE VIEW C_MDChangeProcessGoalValueHelp AS
SELECT
  MDChgProcessGoal
FROM I_MDChangeProcessGoalValueHelp
;