C_MDQltyMndRuleUsedScpFldVH

DDL: C_MDQLTYMNDRULEUSEDSCPFLDVH SQL: CMDQMRUSFVH Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

Mined Rule Scope Field Value Help

C_MDQltyMndRuleUsedScpFldVH is a Consumption CDS View that provides data about "Mined Rule Scope Field Value Help" in SAP S/4HANA. It reads from 1 data source (I_MDQltyMinedRuleScpField) and exposes 5 fields with key fields MDQltyMinedRuleScpFieldTable, MDQltyMinedRuleScpField. It is exposed through 3 OData services (ASQL_F3575, ASQL_F4070, ASQL_F4071). Part of development package MDQ_PF_VAL_MINING.

Data Sources (1)

SourceAliasJoin Type
I_MDQltyMinedRuleScpField _MDQltyMinedRuleScpField inner

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CMDQMRUSFVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
EndUserText.label Mined Rule Scope Field Value Help view
Consumption.ranked true view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F3575 ASQL_F3575 C2 NOT_RELEASED
ASQL_F4070 ASQL_F4070 C2 NOT_RELEASED
ASQL_F4071 ASQL_F4071 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MDQltyMinedRuleScpFieldTable MDQltyModelTable Table
KEY MDQltyMinedRuleScpField MDQltyModelField Field
MDQltyModelDataElementName _MDQltyModelFieldText MDQltyModelDataElementName Field Name
MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
_MDQltyModelFieldText _MDQltyModelFieldText

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_MDQltyMndRuleUsedScpFldVH.
-- 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.
-- SQL view name: CMDQMRUSFVH

CREATE VIEW C_MDQltyMndRuleUsedScpFldVH AS
SELECT
  MDQltyModelTable AS MDQltyMinedRuleScpFieldTable,
  MDQltyModelField AS MDQltyMinedRuleScpField,
  _MDQltyModelFieldText.MDQltyModelDataElementName AS MDQltyModelDataElementName,
  MDQltyBusinessObjectTypeCode
INNER JOIN I_MDQltyMinedRuleScpField AS _MDQltyMinedRuleScpField ON /* join condition not captured in parsed metadata */
;