I_SCBO2_LastChangedByUser
Last Changed By User
I_SCBO2_LastChangedByUser is a CDS View that provides data about "Last Changed By User" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 2 fields with key field UserID. It is exposed through 1 OData service (UI_SCBO2_OBJECT). Part of development package S_CBO2_TRANSLATED_CONTENT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_User | I_User | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Last Changed By User | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SCBO2_OBJECT | UI_SCBO2_OBJECT | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UserID | UserID | ||
| UserDescription | UserDescription |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Last Changed By User'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_SCBO2_LastChangedByUser
as select from I_User
{
@EndUserText: {
label: 'Last Changed By User'
}
/* start suppress warning shlporigin_not_inherited */
key UserID,
/* end suppress warning shlporigin_not_inherited */
@EndUserText: {
label: 'Last Changed By User Description'
}
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