C_MDQltyMndRuleCreatedByUserVH

DDL: C_MDQLTYMNDRULECREATEDBYUSERVH SQL: KMDQMRCRTBYUSRVH Type: view CONSUMPTION Package: MDQ_PF_VAL_MINING

MDQ Mined Rule Crtd By User Value Help

C_MDQltyMndRuleCreatedByUserVH is a Consumption CDS View that provides data about "MDQ Mined Rule Crtd By User Value Help" in SAP S/4HANA. It reads from 1 data source (I_MDQltyMndRuleCreatedByUserVH) 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_MDQltyMndRuleCreatedByUserVH I_MDQltyMndRuleCreatedByUserVH from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName KMDQMRCRTBYUSRVH 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 Crtd By 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_MDQltyMndRuleCreatedByUserVH.
-- 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: KMDQMRCRTBYUSRVH

CREATE VIEW C_MDQltyMndRuleCreatedByUserVH AS
SELECT
  UserID,
  MDQltyBusinessObjectTypeCode,
  FullName
FROM I_MDQltyMndRuleCreatedByUserVH
;