I_ChgRecdUserStatusActionTxt
Change Record status action text
I_ChgRecdUserStatusActionTxt is a Basic CDS View that provides data about "Change Record status action text" in SAP S/4HANA. It reads from 1 data source (/iam/c_stata_t) and exposes 3 fields with key fields Language, ChgRecdInitiatedStatusAction.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /iam/c_stata_t | StatusText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISTATUSACTIONTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Change Record status action text | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | ChgRecdInitiatedStatusAction | status_action | ||
| ChangeRecordStatusActionText | description |
@AbapCatalog.sqlViewName: 'ISTATUSACTIONTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record status action text'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #S, dataClass: #MIXED}
@ObjectModel.dataCategory: #TEXT
define view I_ChgRecdUserStatusActionTxt
as select from /iam/c_stata_t as StatusText
{
key langu as Language,
key status_action as ChgRecdInitiatedStatusAction,
description as ChangeRecordStatusActionText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/IAM/C_STATA_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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