A_ACMAppWarehouseUoMCnvrsn

DDL: A_ACMAPPWAREHOUSEUOMCNVRSN Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_ACMAppWarehouseUoMCnvrsnTP R_ACMAppWarehouseUoMCnvrsnTP projection

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
KEY ApplicationDocument ApplicationDocument
KEY ReferenceApplicationItem ReferenceApplicationItem
KEY ReferenceApplicationSide ReferenceApplicationSide
KEY ApplicationDocumentSubItem ApplicationDocumentSubItem
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
ACMWarehouseReceiptQtyVal ACMWarehouseReceiptQtyVal
ACMWarehouseReceiptOpenQtyVal ACMWarehouseReceiptOpenQtyVal

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view A_ACMAppWarehouseUoMCnvrsn.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW A_ACMAppWarehouseUoMCnvrsn AS
SELECT
  ApplicationDocument,
  ReferenceApplicationItem,
  ReferenceApplicationSide,
  ApplicationDocumentSubItem,
  PreferredUnitOfMeasure,
  ACMWarehouseReceiptQtyVal,
  ACMWarehouseReceiptOpenQtyVal
FROM R_ACMAppWarehouseUoMCnvrsnTP
;