C_MDQltyBusRuleScopeVH

DDL: C_MDQLTYBUSRULESCOPEVH Type: view_entity CONSUMPTION Package: MDQ_PF_VAL_RULE

MDQ Business Rule Scope

C_MDQltyBusRuleScopeVH is a Consumption CDS View that provides data about "MDQ Business Rule Scope" in SAP S/4HANA. It reads from 1 data source (I_MDQltyBusinessRuleDetails) and exposes 5 fields with key field MDQualityBusinessRuleUUID. It is exposed through 1 OData service (ASQL_F4082). Part of development package MDQ_PF_VAL_RULE.

Data Sources (1)

SourceAliasJoin Type
I_MDQltyBusinessRuleDetails I_MDQltyBusinessRuleDetails from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label MDQ Business Rule Scope view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey MDQualityBusinessRuleUUID view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4082 ASQL_F4082 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MDQualityBusinessRuleUUID MDQualityBusinessRuleUUID Rule UUID
MDQltyBusinessObjectTypeCode _MDQualityBusinessRule MDQltyBusinessObjectTypeCode Bus. Obj. Type
MDQltyBusRuleScopeDescription MDQltyBusRuleScopeDescription Scope
MDQualityBusinessRule _MDQualityBusinessRule MDQualityBusinessRule Rule Definition ID
MDQualityBusinessRuleName _MDQualityBusinessRule MDQualityBusinessRuleName Rule Name

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_MDQltyBusRuleScopeVH.
-- 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_MDQltyBusRuleScopeVH AS
SELECT
  MDQualityBusinessRuleUUID,
  _MDQualityBusinessRule.MDQltyBusinessObjectTypeCode AS MDQltyBusinessObjectTypeCode,
  MDQltyBusRuleScopeDescription,
  _MDQualityBusinessRule.MDQualityBusinessRule AS MDQualityBusinessRule,
  _MDQualityBusinessRule.MDQualityBusinessRuleName AS MDQualityBusinessRuleName
FROM I_MDQltyBusinessRuleDetails
;