A_ACMTrdgContrIncotermsTxt
ACM Incoterms - Text
A_ACMTrdgContrIncotermsTxt is a Consumption CDS View that provides data about "ACM Incoterms - Text" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrIncotermsTxtTP) and exposes 3 fields with key fields IncotermsClassification, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMTrdgContrIncotermsTxtTP | R_ACMTrdgContrIncotermsTxtTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | ACM Incoterms - Text | view | |
| OData.entityType.name | IncotermsText_Type | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IncotermsClassification | IncotermsClassification | ||
| KEY | Language | Language | ||
| IncotermsClassificationName | IncotermsClassificationName |
@EndUserText.label: 'ACM Incoterms - Text'
@OData.entityType.name: 'IncotermsText_Type'
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory : #L,
usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view entity A_ACMTrdgContrIncotermsTxt
as projection on R_ACMTrdgContrIncotermsTxtTP
{
key IncotermsClassification,
key Language,
IncotermsClassificationName,
/* Associations */
_Incoterms : redirected to parent A_ACMTrdgContrIncoterms
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRINCOTERMSTXTTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRINCOTERMS"
],
"BASE":
[
"R_ACMTRDGCONTRINCOTERMSTXTTP"
],
"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