A_ACMAppWarehouseUoMCnvrsn
ACM Uom Converson on Warehouse Details
A_ACMAppWarehouseUoMCnvrsn is a Consumption CDS View that provides data about "ACM Uom Converson on Warehouse Details" in SAP S/4HANA. It reads from 1 data source (R_ACMAppWarehouseUoMCnvrsnTP) and exposes 7 fields with key fields ApplicationDocument, ReferenceApplicationItem, ReferenceApplicationSide, ApplicationDocumentSubItem, PreferredUnitOfMeasure.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMAppWarehouseUoMCnvrsnTP | R_ACMAppWarehouseUoMCnvrsnTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entityType.name | AACMWHRUOMCONV_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 | #TRANSACTIONAL | view | |
| EndUserText.label | ACM Uom Converson on Warehouse Details | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ApplicationDocument | ApplicationDocument | ||
| KEY | ReferenceApplicationItem | ReferenceApplicationItem | ||
| KEY | ReferenceApplicationSide | ReferenceApplicationSide | ||
| KEY | ApplicationDocumentSubItem | ApplicationDocumentSubItem | ||
| KEY | PreferredUnitOfMeasure | PreferredUnitOfMeasure | ||
| ACMWarehouseReceiptQtyVal | ACMWarehouseReceiptQtyVal | |||
| ACMWarehouseReceiptOpenQtyVal | ACMWarehouseReceiptOpenQtyVal |
@OData.entityType.name:'AACMWHRUOMCONV_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: #TRANSACTIONAL
}
@EndUserText.label: 'ACM Uom Converson on Warehouse Details'
define view entity A_ACMAppWarehouseUoMCnvrsn
as projection on R_ACMAppWarehouseUoMCnvrsnTP
{
key ApplicationDocument,
key ReferenceApplicationItem,
key ReferenceApplicationSide,
key ApplicationDocumentSubItem,
@Semantics.unitOfMeasure: true
key PreferredUnitOfMeasure,
// WarehouseReceiptedQuantity,
// WarehouseReceiptedOpenQty,
ACMWarehouseReceiptQtyVal,
ACMWarehouseReceiptOpenQtyVal,
/* Associations */
_Warehouse : redirected to parent A_ACMAppDocWarehouseDetTP,
_AppDocOverview : redirected to A_ACMAppDocOverview
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMAPPWAREHOUSEUOMCNVRSNTP"
],
"ASSOCIATED":
[
"A_ACMAPPDOCOVERVIEW",
"A_ACMAPPDOCWAREHOUSEDETTP",
"R_ACMAPPDOCWAREHOUSEDETTP",
"R_ACMAPPLICATIONOVERVIEWDETTP"
],
"BASE":
[
"R_ACMAPPWAREHOUSEUOMCNVRSNTP"
],
"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