I_CmmdtyHedgeRequestStatusText
Commodity Hedge Requests Status - Text
I_CmmdtyHedgeRequestStatusText is a Composite CDS View that provides data about "Commodity Hedge Requests Status - Text" in SAP S/4HANA. It reads from 1 data source (I_SystemStatusText) and exposes 5 fields with key fields SystemStatus, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SystemStatusText | I_SystemStatusText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICMMHDGREQSTST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| EndUserText.label | Commodity Hedge Requests Status - Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SystemStatus | SystemStatus | ||
| KEY | Language | Language | ||
| CmmdtyHedgeRequestStatusText | ||||
| _SystemStatus | _SystemStatus | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'ICMMHDGREQSTST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType : { dataClass: #MASTER,
sizeCategory: #M,
serviceQuality: #A }
@VDM.viewType: #COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: 'Commodity Hedge Requests Status - Text'
define view I_CmmdtyHedgeRequestStatusText
as select from I_SystemStatusText
{
key SystemStatus,
@Semantics.language: true
key Language,
@Semantics.text: true
cast( SystemStatusName as abap.char( 20 ) ) as CmmdtyHedgeRequestStatusText,
_SystemStatus,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SYSTEMSTATUSTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SYSTEMSTATUS"
],
"BASE":
[
"I_SYSTEMSTATUSTEXT"
],
"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