A_ACMContrDPQSCharcRangeTP

DDL: A_ACMCONTRDPQSCHARCRANGETP Type: view_entity CONSUMPTION

ACM DPQS Charecteristics Range

A_ACMContrDPQSCharcRangeTP is a Consumption CDS View that provides data about "ACM DPQS Charecteristics Range" in SAP S/4HANA. It reads from 1 data source (R_ACMContrDPQSCharcRangeTP) and exposes 12 fields with key fields DiscPremQtyScheduleUUID, DiscPremQtyCharcsUUID, DiscPremQtyCharcsRangeUUID, TradingContractNumber, TradingContractItem.

Data Sources (1)

SourceAliasJoin Type
R_ACMContrDPQSCharcRangeTP R_ACMContrDPQSCharcRangeTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label ACM DPQS Charecteristics Range view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name DPQSCharcRange_Type view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY DiscPremQtyScheduleUUID DiscPremQtyScheduleUUID Schedule GUID
KEY DiscPremQtyCharcsUUID DiscPremQtyCharcsUUID
KEY DiscPremQtyCharcsRangeUUID DiscPremQtyCharcsRangeUUID
KEY TradingContractNumber TradingContractNumber Trading Contract
KEY TradingContractItem TradingContractItem Item Number
DiscPremQtyMinRangeVal DiscPremQtyMinRangeVal
DiscPremQtyMaxRangeVal DiscPremQtyMaxRangeVal
DiscPremQtySchedCharcsVal DiscPremQtySchedCharcsVal
DiscPremQtyIncrmtVal DiscPremQtyIncrmtVal
DiscPremQtyValChrgTxt DiscPremQtyValChrgTxt
DiscPremQtyActionCode DiscPremQtyActionCode
PremDiscRateInValSchedCrcy PremDiscRateInValSchedCrcy

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_ACMContrDPQSCharcRangeTP.
-- 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_ACMContrDPQSCharcRangeTP AS
SELECT
  DiscPremQtyScheduleUUID,
  DiscPremQtyCharcsUUID,
  DiscPremQtyCharcsRangeUUID,
  TradingContractNumber,
  TradingContractItem,
  DiscPremQtyMinRangeVal,
  DiscPremQtyMaxRangeVal,
  DiscPremQtySchedCharcsVal,
  DiscPremQtyIncrmtVal,
  DiscPremQtyValChrgTxt,
  DiscPremQtyActionCode,
  PremDiscRateInValSchedCrcy
FROM R_ACMContrDPQSCharcRangeTP
;