C_MDQltyBusRuleMsgVariableVH

DDL: C_MDQLTYBUSRULEMSGVARIABLEVH Type: view_entity CONSUMPTION

MDQ Business Rule Message Variable VH

C_MDQltyBusRuleMsgVariableVH is a Consumption CDS View that provides data about "MDQ Business Rule Message Variable VH" in SAP S/4HANA. It reads from 1 data source (I_MDQltyBusRuleMsgVariable) and exposes 7 fields with key fields MDQltyBusinessObjectTypeCode, MDQltyBusRuleChkdFieldAndTable.

Data Sources (1)

SourceAliasJoin Type
I_MDQltyBusRuleMsgVariable I_MDQltyBusRuleMsgVariable from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey MDQltyBusRuleChkdFieldAndTable view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CMDQBUSRULMVARVH view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label MDQ Business Rule Message Variable VH view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
KEY MDQltyBusRuleChkdFieldAndTable MDQltyBusRuleChkdFieldAndTable Table and Field Name
MDQltyBusRuleCheckedFieldTable MDQltyBusRuleCheckedFieldTable Chkd. Field Table
MDQltyBusRuleCheckedField MDQltyBusRuleCheckedField Fieldname
MDQltyBusinessRuleBaseTable MDQltyBusinessRuleBaseTable Base Table
_MDQltyBusinessRuleBaseTableT _MDQltyBusinessRuleBaseTableT
_MDQltyBusRuleChkdFieldText _MDQltyBusRuleChkdFieldText

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_MDQltyBusRuleMsgVariableVH.
-- 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_MDQltyBusRuleMsgVariableVH AS
SELECT
  MDQltyBusinessObjectTypeCode,
  MDQltyBusRuleChkdFieldAndTable,
  MDQltyBusRuleCheckedFieldTable,
  MDQltyBusRuleCheckedField,
  MDQltyBusinessRuleBaseTable
FROM I_MDQltyBusRuleMsgVariable
;