C_MDQltyMndRuleUsedCndnFldVH

DDL: C_MDQLTYMNDRULEUSEDCNDNFLDVH SQL: CMDQMRUCFVH Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

Mined Rule Condition Field Value Help

C_MDQltyMndRuleUsedCndnFldVH is a Consumption CDS View that provides data about "Mined Rule Condition Field Value Help" in SAP S/4HANA. It reads from 1 data source (I_MDQltyMinedRuleCndnField) and exposes 5 fields with key fields MDQltyMinedRuleCndnFieldTable, MDQltyMinedRuleCndnField. 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_MDQltyMinedRuleCndnField _MDQltyMinedRuleCndnField inner

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CMDQMRUCFVH 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
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
EndUserText.label Mined Rule Condition Field Value Help view
Consumption.ranked true view
Search.searchable 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 MDQltyMinedRuleCndnFieldTable MDQltyModelTable Table
KEY MDQltyMinedRuleCndnField 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_MDQltyMndRuleUsedCndnFldVH.
-- 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: CMDQMRUCFVH

CREATE VIEW C_MDQltyMndRuleUsedCndnFldVH AS
SELECT
  MDQltyModelTable AS MDQltyMinedRuleCndnFieldTable,
  MDQltyModelField AS MDQltyMinedRuleCndnField,
  _MDQltyModelFieldText.MDQltyModelDataElementName AS MDQltyModelDataElementName,
  MDQltyBusinessObjectTypeCode
INNER JOIN I_MDQltyMinedRuleCndnField AS _MDQltyMinedRuleCndnField ON /* join condition not captured in parsed metadata */
;