C_CmplncDisclUserVH

DDL: C_CMPLNCDISCLUSERVH Type: view_entity CONSUMPTION

Create or Change User

C_CmplncDisclUserVH is a Consumption CDS View that provides data about "Create or Change User" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 2 fields with key field UserID.

Data Sources (1)

SourceAliasJoin Type
I_User I_User from

Annotations (11)

NameValueLevelField
EndUserText.label Create or Change User view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey UserID view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UserID UserID
UserDescription UserDescription
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Create or Change User'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
  representativeKey: 'UserID',
  dataCategory: #VALUE_HELP,
  usageType:{
    serviceQuality: #X,
    sizeCategory: #S,
    dataClass: #MIXED
  }
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
define view entity C_CmplncDisclUserVH 
 as select from I_User
{
      @ObjectModel.text.element: ['UserDescription']
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      key UserID,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #LOW }
      UserDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_USER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/