C_MDQltyRuleMiningSelField

DDL: C_MDQLTYRULEMININGSELFIELD SQL: CMDQLTYMNGSELFLD Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

MDQ Model Selection Field

C_MDQltyRuleMiningSelField is a Consumption CDS View that provides data about "MDQ Model Selection Field" in SAP S/4HANA. It is exposed through 3 OData services (ASQL_F3576, ASQL_F4084, ASQL_F4085). Part of development package MDQ_PF_VAL_MINING.

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CMDQLTYMNGSELFLD view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.representativeKey MDQltyModelField view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label MDQ Model Selection Field view
AbapCatalog.preserveKey true view
Search.searchable true view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F3576 ASQL_F3576 C2 NOT_RELEASED
ASQL_F4084 ASQL_F4084 C2 NOT_RELEASED
ASQL_F4085 ASQL_F4085 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
KEY MDQltyModelTable MDQltyModelTable Table
KEY MDQltyModelField MDQltyModelField
MDQltyModelDataElementName MDQltyModelDataElementName
_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_MDQltyRuleMiningSelField.
-- 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: CMDQLTYMNGSELFLD

CREATE VIEW C_MDQltyRuleMiningSelField AS
SELECT
  MDQltyBusinessObjectTypeCode,
  MDQltyModelTable,
  MDQltyModelField,
  MDQltyModelDataElementName
;