I_MDQltyBusinessRuleBaseTableT

DDL: I_MDQLTYBUSINESSRULEBASETABLET Type: view_entity BASIC Package: MDQ_PF_VAL_RULE

MDQ Business Rule Base Table Text

I_MDQltyBusinessRuleBaseTableT is a Basic CDS View that provides data about "MDQ Business Rule Base Table Text" in SAP S/4HANA. It reads from 1 data source (I_MDQltyModelTableT) and exposes 5 fields with key fields MDQltyBusinessRuleBaseTable, Language, MDQltyBusinessObjectTypeCode. It is exposed through 1 OData service (ASQL_F4082). Part of development package MDQ_PF_VAL_RULE.

Data Sources (1)

SourceAliasJoin Type
I_MDQltyModelTableT I_MDQltyModelTableT from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IMDQBUSTABLT view
ObjectModel.representativeKey MDQltyBusinessRuleBaseTable view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label MDQ Business Rule Base Table Text view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4082 ASQL_F4082 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MDQltyBusinessRuleBaseTable MDQltyModelTable Table Name
KEY Language Language Report Text Language
KEY MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
MDQltyBusinessRuleBaseTabName MDQltyModelTableName Data Store Alias
_Language _Language

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 I_MDQltyBusinessRuleBaseTableT.
-- 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 I_MDQltyBusinessRuleBaseTableT AS
SELECT
  MDQltyModelTable AS MDQltyBusinessRuleBaseTable,
  Language,
  MDQltyBusinessObjectTypeCode,
  MDQltyModelTableName AS MDQltyBusinessRuleBaseTabName
FROM I_MDQltyModelTableT
;