C_MDQltyBusRuleMessageNmbrVH

DDL: C_MDQLTYBUSRULEMESSAGENMBRVH Type: view_entity CONSUMPTION Package: MDQ_PF_VAL_RULE

Value help for message number

C_MDQltyBusRuleMessageNmbrVH is a Consumption CDS View that provides data about "Value help for message number" in SAP S/4HANA. It has 1 association to related views. It is exposed through 2 OData services (ASQL_F4082, ASQL_F4083A). Part of development package MDQ_PF_VAL_RULE.

Associations (1)

CardinalityTargetAliasCondition
[0..1] C_MDQltyBusRuleMessageClassVH _MDQltyBusRuleMessageClassVH $projection.MDQualityMessageClass = _MDQltyBusRuleMessageClassVH.MDQualityMessageClass

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value help for message number view
Metadata.allowExtensions true view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CMDQBUSRLMSGNRVH view
ObjectModel.representativeKey MDQualityMessageNumber view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L 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 (4)

KeyFieldSource TableSource FieldDescription
KEY MDQualityMessageNumber MDQualityMessageNumber Message Number
KEY MDQualityMessageClass MDQualityMessageClass Message class
_MDQltyBusRuleMsgShortText _MDQltyBusRuleMsgShortText
_MDQltyBusRuleMessageClassVH _MDQltyBusRuleMessageClassVH

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_MDQltyBusRuleMessageNmbrVH.
-- 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_MDQltyBusRuleMessageNmbrVH AS
SELECT
  MDQualityMessageNumber,
  MDQualityMessageClass
LEFT OUTER JOIN C_MDQltyBusRuleMessageClassVH AS _MDQltyBusRuleMessageClassVH ON MDQualityMessageClass = _MDQltyBusRuleMessageClassVH.MDQualityMessageClass  -- association [0..1]
;