R_Sitn2UserName
Consumption view to fetch the User name
R_Sitn2UserName is a Transactional CDS View that provides data about "Consumption view to fetch the User name" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 2 fields with key field UserID. Part of development package CA_SIT2_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_User | I_User | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RSITN2UNAME | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| EndUserText.label | Consumption view to fetch the User name | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UserID | UserID | ||
| UserDescription | UserDescription |
@AbapCatalog.sqlViewName: 'RSITN2UNAME'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel:{
// dataCategory: #VALUE_HELP,
usageType:{
serviceQuality:#C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
},
resultSet.sizeCategory: #XS
}
@EndUserText.label: 'Consumption view to fetch the User name'
@Search.searchable: true
define view R_Sitn2UserName as select from I_User
{
//@Consumption.filter.hidden: true
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7}
key UserID as UserID,
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7}
UserDescription as UserDescription
}
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