A_CmmdtyHdgHdggArDdsgntnMethod
DeDesignation Method
A_CmmdtyHdgHdggArDdsgntnMethod is a Basic CDS View that provides data about "DeDesignation Method" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyHdgHdggArDdsgntnMethod) and exposes 1 field with key field HedgingAreaDedesignationMethod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmmdtyHdgHdggArDdsgntnMethod | I_CmmdtyHdgHdggArDdsgntnMethod | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | DeDesignation Method | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.representativeKey | HedgingAreaDedesignationMethod | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| OData.entityType.name | CmmdtyHdgHdggArDdsgntnMethod_Type | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HedgingAreaDedesignationMethod | HedgingAreaDedesignationMethod |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DeDesignation Method'
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@ObjectModel:{
representativeKey: 'HedgingAreaDedesignationMethod',
usageType.dataClass: #MASTER,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S }
@OData.entityType.name: 'CmmdtyHdgHdggArDdsgntnMethod_Type'
define root view entity A_CmmdtyHdgHdggArDdsgntnMethod
provider contract transactional_query
as projection on I_CmmdtyHdgHdggArDdsgntnMethod
{
key HedgingAreaDedesignationMethod,
_Text : redirected to composition child A_CmmdtyHdgHdggArDdsgntnMethT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMMDTYHDGHDGGARDDSGNTNMETHOD"
],
"ASSOCIATED":
[
"A_CMMDTYHDGHDGGARDDSGNTNMETHT"
],
"BASE":
[
"I_CMMDTYHDGHDGGARDDSGNTNMETHOD"
],
"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