P_Cfd_User_Name
wrapper view for usr21
P_Cfd_User_Name is a CDS View that provides data about "wrapper view for usr21" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 1 field with key field name.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| usr21 | usr21 | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | P_CFD_USER | view | |
| ClientDependent | false | view | |
| EndUserText.label | wrapper view for usr21 | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | name | bname |
@AbapCatalog.sqlViewName: 'P_CFD_USER'
@ClientDependent: false
@EndUserText.label: 'wrapper view for usr21'
@AccessControl.authorizationCheck: #NOT_ALLOWED
// official IAM view I_User is not available in our system :(
define view P_Cfd_User_Name
as select from usr21 {
key bname as name,
case techdesc
when '' then bname
else techdesc
end as description
} where mandt = $session.client
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"USR21"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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