C_MDQltyBusRuleMessageClassVH

DDL: C_MDQLTYBUSRULEMESSAGECLASSVH Type: view_entity CONSUMPTION Package: MDQ_PF_VAL_RULE

Value help for message class

C_MDQltyBusRuleMessageClassVH is a Consumption CDS View that provides data about "Value help for message class" in SAP S/4HANA. It reads from 1 data source (I_MDQltyBusRuleMessageClass) and exposes 2 fields with key field MDQualityMessageClass. It is exposed through 2 OData services (ASQL_F4082, ASQL_F4083A). Part of development package MDQ_PF_VAL_RULE.

Data Sources (1)

SourceAliasJoin Type
I_MDQltyBusRuleMessageClass I_MDQltyBusRuleMessageClass from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value help for message class view
Metadata.allowExtensions true view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CMDQBUSRLMSGCLVH view
ObjectModel.representativeKey MDQualityMessageClass view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4082 ASQL_F4082 C2 NOT_RELEASED
ASQL_F4083A ASQL_F4083A C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDQualityMessageClass MDQualityMessageClass Message class
_MDQltyBusRuleMessageClassT _MDQltyBusRuleMessageClassT

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_MDQltyBusRuleMessageClassVH.
-- 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.

CREATE VIEW C_MDQltyBusRuleMessageClassVH AS
SELECT
  MDQualityMessageClass
FROM I_MDQltyBusRuleMessageClass
;