P_USR02
F4 Suchhilfe für Benutzer
P_USR02 is a CDS View in S/4HANA. F4 Suchhilfe für Benutzer. It contains 4 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_USERATTRIBUTES | view_entity | from | User Attribute Assignments | |
| P_UserDefaults | view_entity | inner | User Defaults | |
| P_UserLocks | view_entity | from | User Locks | |
| P_UserLogondata | view_entity | from | User Logondata | |
| P_UserProfiles | view_entity | inner | User profile assignments | |
| P_UserReferenceUser | view_entity | from | Reference User and User Alias | |
| P_UserRoles | view_entity | inner | User role assignments | |
| P_UserSNC | view_entity | from | User SNC Data |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | bname | bname | 3 |
| class | class | 6 | |
| tzone | tzone | 1 | |
| uflag | Locked | 1 |
@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
}