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