C_MDChgProcessSourceStatusVH

DDL: C_MDCHGPROCESSSOURCESTATUSVH SQL: CMDCHGPROCSRCSTS Type: view CONSUMPTION

Source Data Information VH

C_MDChgProcessSourceStatusVH is a Consumption CDS View that provides data about "Source Data Information VH" in SAP S/4HANA. It reads from 1 data source (I_MasterDataDomainValueText) and exposes 2 fields with key field MDChgProcessSrceStatus.

Data Sources (1)

SourceAliasJoin Type
I_MasterDataDomainValueText I_MasterDataDomainValueText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHGPROCSRCSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Source Data Information VH view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessSrceStatus
MDChgProcessSourceStatusText DomainText MDC Process Status

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_MDChgProcessSourceStatusVH.
-- 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: CMDCHGPROCSRCSTS

CREATE VIEW C_MDChgProcessSourceStatusVH AS
SELECT
  substring(DomainValue, 1, 1 ) AS MDChgProcessSrceStatus,
  DomainText AS MDChgProcessSourceStatusText
FROM I_MasterDataDomainValueText
;