A_ACMPrcgUoMCnvrsn

DDL: A_ACMPRCGUOMCNVRSN Type: view_entity CONSUMPTION

Pricing Unit of Measure Conversion

A_ACMPrcgUoMCnvrsn is a Consumption CDS View that provides data about "Pricing Unit of Measure Conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMContrPrcgUoMCnvrsnTP) and exposes 5 fields with key fields TradingContractNumber, TradingContractItem, PricingConditionTerm, PreferredUnitOfMeasure.

Data Sources (1)

SourceAliasJoin Type
R_ACMContrPrcgUoMCnvrsnTP R_ACMContrPrcgUoMCnvrsnTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Pricing Unit of Measure Conversion view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name PricingUoMConv_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber Trading Contract
KEY TradingContractItem TradingContractItem Item Number
KEY PricingConditionTerm PricingConditionTerm Term Number
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
ACMPricingQuantity ACMPricingQuantity

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_ACMPrcgUoMCnvrsn.
-- 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_ACMPrcgUoMCnvrsn AS
SELECT
  TradingContractNumber,
  TradingContractItem,
  PricingConditionTerm,
  PreferredUnitOfMeasure,
  ACMPricingQuantity
FROM R_ACMContrPrcgUoMCnvrsnTP
;