A_ACMTrdgContrPrcgUoMCnvrsn

DDL: A_ACMTRDGCONTRPRCGUOMCNVRSN Type: view_entity CONSUMPTION

Pricing Unit Of Measure Conversion

A_ACMTrdgContrPrcgUoMCnvrsn 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_ACMTrdgContrPrcgUoMCnvrsnTP) and exposes 5 fields with key fields TradingContractNumber, TradingContractItem, PricingConditionTerm, PreferredUnitOfMeasure.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrPrcgUoMCnvrsnTP R_ACMTrdgContrPrcgUoMCnvrsnTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TradingContractPricingUoMConversion_Type view
EndUserText.label Pricing Unit Of Measure Conversion view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #CHECK 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_ACMTrdgContrPrcgUoMCnvrsn.
-- 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_ACMTrdgContrPrcgUoMCnvrsn AS
SELECT
  TradingContractNumber,
  TradingContractItem,
  PricingConditionTerm,
  PreferredUnitOfMeasure,
  ACMPricingQuantity
FROM R_ACMTrdgContrPrcgUoMCnvrsnTP
;