C_MDQltyMndRuleMiningRunVH

DDL: C_MDQLTYMNDRULEMININGRUNVH SQL: KMDQMRRUNVH Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

Value Help for Mining Run of Mined Rule

C_MDQltyMndRuleMiningRunVH is a Consumption CDS View that provides data about "Value Help for Mining Run of Mined Rule" in SAP S/4HANA. It is exposed through 3 OData services (ASQL_F3575, ASQL_F4070, ASQL_F4071). Part of development package MDQ_PF_VAL_MINING.

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName KMDQMRRUNVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for Mining Run of Mined Rule view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION 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 (3)

KeyFieldSource TableSource FieldDescription
KEY MDQltyRuleMining MDQltyRuleMining Mining Run
MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
MDQltyRuleMiningText MDQltyRuleMiningText Description

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_MDQltyMndRuleMiningRunVH.
-- 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: KMDQMRRUNVH

CREATE VIEW C_MDQltyMndRuleMiningRunVH AS
SELECT
  MDQltyRuleMining,
  MDQltyBusinessObjectTypeCode,
  MDQltyRuleMiningText
;