A_ACMAppDocUoMConversion
ACM appdoc UoM conversion
A_ACMAppDocUoMConversion is a Consumption CDS View that provides data about "ACM appdoc UoM conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMAppDocUoMConversionTP) and exposes 10 fields with key fields ApplicationDocument, ReferenceApplicationItem, PreferredUnitOfMeasure. It is exposed through 2 OData services (API_ACMAPPLICATIONDOC, API_ACMCHGDOCS).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMAppDocUoMConversionTP | R_ACMAppDocUoMConversionTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entityType.name | AACMAPPUOMCONV_Type | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | ACM appdoc UoM conversion | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_ACMAPPLICATIONDOC | API_ACMAPPLICATIONDOC | V4 | C2 | NOT_RELEASED |
| API_ACMCHGDOCS | API_ACMCHGDOCS | V4 | C2 | NOT_RELEASED |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ApplicationDocument | ApplicationDocument | ||
| KEY | ReferenceApplicationItem | ReferenceApplicationItem | ||
| KEY | PreferredUnitOfMeasure | PreferredUnitOfMeasure | ||
| ACMLoadDataCaptureConvertQty | ACMLoadDataCaptureConvertQty | |||
| ACMDecimalGrossQuantity | ACMDecimalGrossQuantity | |||
| ACMNetQuantity | ACMNetQuantity | |||
| ACMOverfillQuantity | ACMOverfillQuantity | |||
| ACMUnderFillQuantity | ACMUnderFillQuantity | |||
| ACMLoadDtaCaptrCnvrtdGrssQty | ACMLoadDtaCaptrCnvrtdGrssQty | |||
| ACMAppDocBaseUoM | ACMAppDocBaseUoM |
@OData.entityType.name:'AACMAPPUOMCONV_Type'
@AccessControl.authorizationCheck: #CHECK
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory : #XL,
usageType.dataClass: #MASTER
}
@EndUserText.label: 'ACM appdoc UoM conversion'
define view entity A_ACMAppDocUoMConversion
as projection on R_ACMAppDocUoMConversionTP
{
key ApplicationDocument,
key ReferenceApplicationItem,
@Semantics.unitOfMeasure: true
key PreferredUnitOfMeasure,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMLoadDataCaptureConvertQty,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMDecimalGrossQuantity,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMNetQuantity,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMOverfillQuantity,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMUnderFillQuantity,
@Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
ACMLoadDtaCaptrCnvrtdGrssQty,
@Semantics.unitOfMeasure: true
ACMAppDocBaseUoM,
//Association to parent node
_AppDocUoM : redirected to parent A_ACMAppDocOverview
}
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