A_CmmdtyHdgHdggArDdsgntnMethT
DeDesignation Method - Text
A_CmmdtyHdgHdggArDdsgntnMethT is a Basic CDS View that provides data about "DeDesignation Method - Text" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyHdggArDdsgntnMethText) and exposes 3 fields with key fields HedgingAreaDedesignationMethod, Language. It is exposed through 1 OData service (API_CMHDGHDGGARDDSGNTNMETHOD).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmmdtyHdggArDdsgntnMethText | I_CmmdtyHdggArDdsgntnMethText | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | DeDesignation Method - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entityType.name | CmmdtyHdggArDdsgntnMethText_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CMHDGHDGGARDDSGNTNMETHOD | API_CMHDGHDGGARDDSGNTNMETH | V4 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HedgingAreaDedesignationMethod | HedgingAreaDedesignationMethod | ||
| KEY | Language | Language | ||
| HdggArDedesignationMethodText | HdggArDedesignationMethodText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DeDesignation Method - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType.dataClass: #MASTER,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
dataCategory: #TEXT
}
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@OData.entityType.name: 'CmmdtyHdggArDdsgntnMethText_Type'
define view entity A_CmmdtyHdgHdggArDdsgntnMethT
as projection on I_CmmdtyHdggArDdsgntnMethText
{
key HedgingAreaDedesignationMethod,
@Semantics.language: true
key Language,
@Semantics.text: true
HdggArDedesignationMethodText,
/* Associations */
_DdsgntnMethod : redirected to parent A_CmmdtyHdgHdggArDdsgntnMethod
}
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