I_MDQltyBusRuleMDGovObjTypeT

DDL: I_MDQLTYBUSRULEMDGOVOBJTYPET Type: view_entity BASIC

Master Data Quality MDG Object Type Text

I_MDQltyBusRuleMDGovObjTypeT is a Basic CDS View that provides data about "Master Data Quality MDG Object Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields MDQltyMDGovBRFPlusObjectType, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
EndUserText.label Master Data Quality MDG Object Type Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.representativeKey MDQltyMDGovBRFPlusObjectType view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IMDQMDGOBJTT view
Search.searchable true view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MDQltyMDGovBRFPlusObjectType
KEY Language ddlanguage Lang.
MDQltyMDGovBRFPlusObjTypeName ddtext Object Type
_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_MDQltyBusRuleMDGovObjTypeT.
-- 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_MDQltyBusRuleMDGovObjTypeT AS
SELECT
  left(domvalue_l, 2) AS MDQltyMDGovBRFPlusObjectType,
  ddlanguage AS Language,
  ddtext AS MDQltyMDGovBRFPlusObjTypeName
FROM dd07t
;