A_CmmdtyHdgSpecStatusText
Hedge Specification Status Text
A_CmmdtyHdgSpecStatusText is a Consumption CDS View that provides data about "Hedge Specification Status Text" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyHdgSpecStatusText) and exposes 3 fields with key fields CmmdtyHdgSpecificationStatusID, Language. It is exposed through 1 OData service (API_CMMDTYHEDGESPECIFICATION). Part of development package FIN_CMM_CMDTY_HEDGE_SPEC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmmdtyHdgSpecStatusText | I_CmmdtyHdgSpecStatusText | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Hedge Specification Status Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | CmmdtyHdgSpecificationStatusID | view | |
| OData.entityType.name | A_CmmdtyHdgSpecStatusText_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CMMDTYHEDGESPECIFICATION | API_CMMDTYHDGSPECIFICATION | V4 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmmdtyHdgSpecificationStatusID | CmmdtyHdgSpecificationStatusID | ||
| KEY | Language | Language | ||
| CmmdtyHdgSpecStatusText | CmmdtyHdgSpecStatusText |
@EndUserText.label: 'Hedge Specification Status Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType : #CONSUMPTION
@ObjectModel: {
usageType: {
dataClass: #MASTER,
sizeCategory: #S,
serviceQuality: #A
},
dataCategory: #TEXT,
representativeKey: 'CmmdtyHdgSpecificationStatusID',
semanticKey: ['CmmdtyHdgSpecificationStatusID']
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@OData.entityType.name: 'A_CmmdtyHdgSpecStatusText_Type'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
define view entity A_CmmdtyHdgSpecStatusText
as projection on I_CmmdtyHdgSpecStatusText
{
key CmmdtyHdgSpecificationStatusID,
@Semantics.language: true
key Language,
@Semantics.text: true
CmmdtyHdgSpecStatusText,
/* Associations */
_Object as _SpecificationStatus : redirected to parent A_CmmdtyHdgSpecificationStatus
}
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