P_USR02
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)
| Source | Alias | Join Type |
|---|---|---|
| usr02 | usr02 | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA