A_ACMSettlementFeeUoMCnvrsn

DDL: A_ACMSETTLEMENTFEEUOMCNVRSN Type: view_entity CONSUMPTION

Settlement Fee UoM Conversion

A_ACMSettlementFeeUoMCnvrsn is a Consumption CDS View that provides data about "Settlement Fee UoM Conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMSettlementFeeUoMCnvrsnTP) and exposes 11 fields with key fields FeeDocumentLevel, ACMFeeDocumentID, ACMFeeDocumentYear, ACMFeeID, ACMFeeDocumentItem.

Data Sources (1)

SourceAliasJoin Type
R_ACMSettlementFeeUoMCnvrsnTP R_ACMSettlementFeeUoMCnvrsnTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name AACMFeeUomConv_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 Settlement Fee UoM Conversion view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY FeeDocumentLevel FeeDocumentLevel
KEY ACMFeeDocumentID ACMFeeDocumentID
KEY ACMFeeDocumentYear ACMFeeDocumentYear
KEY ACMFeeID ACMFeeID
KEY ACMFeeDocumentItem ACMFeeDocumentItem
KEY ACMFeeDocumentSubItem ACMFeeDocumentSubItem
KEY FeeSequenceNumber FeeSequenceNumber
KEY FeeVersion FeeVersion
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
ACMDocumentUnitOfMeasure ACMDocumentUnitOfMeasure
ACMDocumentQuantity ACMDocumentQuantity

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_ACMSettlementFeeUoMCnvrsn.
-- 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_ACMSettlementFeeUoMCnvrsn AS
SELECT
  FeeDocumentLevel,
  ACMFeeDocumentID,
  ACMFeeDocumentYear,
  ACMFeeID,
  ACMFeeDocumentItem,
  ACMFeeDocumentSubItem,
  FeeSequenceNumber,
  FeeVersion,
  PreferredUnitOfMeasure,
  ACMDocumentUnitOfMeasure,
  ACMDocumentQuantity
FROM R_ACMSettlementFeeUoMCnvrsnTP
;