C_MDQltyMndRuleDcsnUsrVH

DDL: C_MDQLTYMNDRULEDCSNUSRVH SQL: KMDQMRDCUSRVH Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

MDQ Mined Rule Decision User Value Help

C_MDQltyMndRuleDcsnUsrVH is a Consumption CDS View that provides data about "MDQ Mined Rule Decision User Value Help" in SAP S/4HANA. It reads from 1 data source (I_MDQltyMndRuleDcsnUserVH) and exposes 3 fields with key field UserID. 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_MDQltyMndRuleDcsnUserVH I_MDQltyMndRuleDcsnUserVH from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName KMDQMRDCUSRVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey UserID view
ObjectModel.semanticKey UserID view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label MDQ Mined Rule Decision User Value Help 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 UserID UserID User Name
MDQltyBusinessObjectTypeCode MDQltyBusinessObjectTypeCode Bus. Obj. Type
FullName FullName Name

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_MDQltyMndRuleDcsnUsrVH.
-- 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: KMDQMRDCUSRVH

CREATE VIEW C_MDQltyMndRuleDcsnUsrVH AS
SELECT
  UserID,
  MDQltyBusinessObjectTypeCode,
  FullName
FROM I_MDQltyMndRuleDcsnUserVH
;