P_USR02

DDL: P_USR02 SQL: PUSR02 Type: view BASIC

F4 Suchhilfe für Benutzer

P_USR02 is a Basic CDS View that provides data about "F4 Suchhilfe für Benutzer" in SAP S/4HANA. It reads from 1 data source (usr02) and exposes 18 fields with key fields mandt, bname.

Data Sources (1)

SourceAliasJoin Type
usr02 usr02 from

Annotations (6)

NameValueLevelField
VDM.private true view
AbapCatalog.sqlViewName PUSR02 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label F4 Suchhilfe für Benutzer view
VDM.viewType #BASIC view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt
KEY bname bname
gltgv gltgv
gltgb gltgb
ustyp ustyp
class class
uflag uflag
accnt accnt
aname aname
erdat erdat
trdat trdat
ltime ltime
codvn codvn
tzone tzone
pwdchgdate pwdchgdate
reserved reserved
pwdlgndate pwdlgndate
pwdinitial pwdinitial
@VDM.private: true
@AbapCatalog.sqlViewName: 'PUSR02'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'F4 Suchhilfe für Benutzer'
@VDM.viewType: #BASIC

// F4 search help for users

// This CDS view is used in the search function module BAPI_USER_GETLIST.

// An authority check for S_USER_GRP with activity '03' (later also 'F4') is performed.


define view P_USR02 as select from usr02 {
  key mandt,
  key bname,
      gltgv,
      gltgb,
      ustyp,
      class,
      uflag,
      accnt,
      aname,
      erdat,
      trdat,
      ltime,      
      codvn,
      tzone,
      pwdchgdate,
      reserved,
      pwdlgndate,
      pwdinitial,
      security_policy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"USR02"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/