I_Draft_User

DDL: I_DRAFT_USER Type: view_entity

User Name View

I_Draft_User is a CDS View that provides data about "User Name View" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 2 fields with key field UserName.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label User Name View view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UserName bname
Description techdesc
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'User Name View'
@Search.searchable:                true
define view entity I_Draft_User
  as select from usr21
{
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      @ObjectModel.text.element: [ 'Description' ]
  key bname    as UserName,
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
      techdesc as Description

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"USR21"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/