A_ACMTrdgContrDPQSCharc

DDL: A_ACMTRDGCONTRDPQSCHARC Type: view_entity CONSUMPTION

ACM DPQS Characteristic Entity

A_ACMTrdgContrDPQSCharc is a Consumption CDS View that provides data about "ACM DPQS Characteristic Entity" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrDPQSCharcTP) and exposes 13 fields with key fields DiscPremQtyScheduleUUID, DiscPremQtyCharcsUUID, TradingContractNumber, TradingContractItem.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrDPQSCharcTP R_ACMTrdgContrDPQSCharcTP projection

Annotations (8)

NameValueLevelField
EndUserText.label ACM DPQS Characteristic Entity view
OData.entityType.name TradingContDPQSChar_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY DiscPremQtyScheduleUUID DiscPremQtyScheduleUUID Schedule GUID
KEY DiscPremQtyCharcsUUID DiscPremQtyCharcsUUID
KEY TradingContractNumber TradingContractNumber Trading Contract
KEY TradingContractItem TradingContractItem Item Number
DiscPremQtyIntChar DiscPremQtyIntChar
ACMSettlmtUnitFullShptQtyUnit ACMSettlmtUnitFullShptQtyUnit
ACMSettlementSequenceNmbr ACMSettlementSequenceNmbr
DiscPremQtyCalcMethodCode DiscPremQtyCalcMethodCode
DiscPremQtyRateType DiscPremQtyRateType
DiscPremQtyAppliesToCode DiscPremQtyAppliesToCode
DiscPremQtyType DiscPremQtyType
DiscPremQtyRoundingDirection DiscPremQtyRoundingDirection
DiscPremAnalysisReq DiscPremAnalysisReq

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_ACMTrdgContrDPQSCharc.
-- 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_ACMTrdgContrDPQSCharc AS
SELECT
  DiscPremQtyScheduleUUID,
  DiscPremQtyCharcsUUID,
  TradingContractNumber,
  TradingContractItem,
  DiscPremQtyIntChar,
  ACMSettlmtUnitFullShptQtyUnit,
  ACMSettlementSequenceNmbr,
  DiscPremQtyCalcMethodCode,
  DiscPremQtyRateType,
  DiscPremQtyAppliesToCode,
  DiscPremQtyType,
  DiscPremQtyRoundingDirection,
  DiscPremAnalysisReq
FROM R_ACMTrdgContrDPQSCharcTP
;