I_Acmusr02
View of user-table: USR02, used by ACM
I_Acmusr02 is a Basic CDS View that provides data about "View of user-table: USR02, used by ACM" in SAP S/4HANA. It reads from 1 data source (usr02) and exposes 16 fields with key field bname.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| usr02 | usr02 | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IACMUSR02 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | View of user-table: USR02, used by ACM | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bname | usr02 | bname | |
| gltgv | usr02 | gltgv | ||
| gltgb | usr02 | gltgb | ||
| ustyp | usr02 | ustyp | ||
| class | usr02 | class | ||
| uflag | usr02 | uflag | ||
| accnt | usr02 | accnt | ||
| aname | usr02 | aname | ||
| erdat | usr02 | erdat | ||
| trdat | usr02 | trdat | ||
| ltime | usr02 | ltime | ||
| versn | usr02 | versn | ||
| codvn | usr02 | codvn | ||
| tzone | usr02 | tzone | ||
| zbvmaster | usr02 | zbvmaster | ||
| reserved | usr02 | reserved |
@AbapCatalog.sqlViewName: 'IACMUSR02'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'View of user-table: USR02, used by ACM'
define view I_Acmusr02 as select from usr02 {
key usr02.bname
, usr02.gltgv
, usr02.gltgb
, usr02.ustyp
, usr02.class
, usr02.uflag
, usr02.accnt
, usr02.aname
, usr02.erdat
, usr02.trdat
, usr02.ltime
, usr02.versn
, usr02.codvn
, usr02.tzone
, usr02.zbvmaster
, usr02.reserved
, usr02.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