C_PrcgCndnRootTrmCnvrsnInputTP

DDL: C_PRCGCNDNROOTTRMCNVRSNINPUTTP Type: view_entity CONSUMPTION Package: LOG_CMM_PRC_FORMULA_ODATA

Projection PrcgCndnRootTrmCnvrsnInput

C_PrcgCndnRootTrmCnvrsnInputTP is a Consumption CDS View that provides data about "Projection PrcgCndnRootTrmCnvrsnInput" in SAP S/4HANA. It reads from 1 data source (R_PrcgCndnRootTrmCnvrsnInputTP) and exposes 29 fields with key fields DocItmCmmdtyPrcgCndnUUID, PricingConditionTerm, PrcgConditionConversionPlace, PricingConditionTermKey, PricingConditionSourceCurrency. Part of development package LOG_CMM_PRC_FORMULA_ODATA.

Data Sources (1)

SourceAliasJoin Type
R_PrcgCndnRootTrmCnvrsnInputTP R_PrcgCndnRootTrmCnvrsnInputTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Projection PrcgCndnRootTrmCnvrsnInput view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

Fields (29)

KeyFieldSource TableSource FieldDescription
KEY DocItmCmmdtyPrcgCndnUUID DocItmCmmdtyPrcgCndnUUID Doc. Cond. Item GUID
KEY PricingConditionTerm PricingConditionTerm Term Number
KEY PrcgConditionConversionPlace PrcgConditionConversionPlace Conv. Place
KEY PricingConditionTermKey PricingConditionTermKey Term Key
KEY PricingConditionSourceCurrency PricingConditionSourceCurrency Curr:Conv. from
KEY PrcgCndnSourceQuantityUnit PrcgCndnSourceQuantityUnit UoM: Conv. from
KEY PricingConditionTargetCurrency PricingConditionTargetCurrency Curr.: Conv. to
KEY PrcgCndnTargetQuantityUnit PrcgCndnTargetQuantityUnit UoM: Conv. to
PricingConditionConversionRule PricingConditionConversionRule Conv. Rule
PrcgConditionFixedExchangeRate PrcgConditionFixedExchangeRate Fix.Exch.Rate
SourceConversionFactor SourceConversionFactor
TargetConversionFactor TargetConversionFactor
PrcgCndnFXRateChangeDateTime PrcgCndnFXRateChangeDateTime
PrcgCndnFXRateChangedByUser PrcgCndnFXRateChangedByUser
PrcgConditionConversionRoutine PrcgConditionConversionRoutine
PrcgConditionExchangeRateType PrcgConditionExchangeRateType Exch. Rate Type
PrcgCndnCnvrsnIsExchRateAvg PrcgCndnCnvrsnIsExchRateAvg
PrcgCndnConversionRoundingRule PrcgCndnConversionRoundingRule
PrcgCndnQuantityConversionRule PrcgCndnQuantityConversionRule
CndnCrcyCnvrsnRoundingRoutine CndnCrcyCnvrsnRoundingRoutine
CrcyCnvrsnNrOfDcmlsToBeRnddTo CrcyCnvrsnNrOfDcmlsToBeRnddTo
CrcyCnvrsnNrOfPreDcmlsRnddTo CrcyCnvrsnNrOfPreDcmlsRnddTo
CndnQuantityConversionRoutine CndnQuantityConversionRoutine
CndnQtyConversionRoundingRule CndnQtyConversionRoundingRule
CndnQtyCnvrsnRoundingRoutine CndnQtyCnvrsnRoundingRoutine
QtyCnvrsnNrOfDcmlsToBeRnddTo QtyCnvrsnNrOfDcmlsToBeRnddTo
QtyCnvrsnNrOfPreDcmlsRoundedTo QtyCnvrsnNrOfPreDcmlsRoundedTo
_CmmdtyPrcgCndnRootTermTP _CmmdtyPrcgCndnRootTermTP
_CmmdtyPrcgConditionFormulaTP _CmmdtyPrcgConditionFormulaTP

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 C_PrcgCndnRootTrmCnvrsnInputTP.
-- 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 C_PrcgCndnRootTrmCnvrsnInputTP AS
SELECT
  DocItmCmmdtyPrcgCndnUUID,
  PricingConditionTerm,
  PrcgConditionConversionPlace,
  PricingConditionTermKey,
  PricingConditionSourceCurrency,
  PrcgCndnSourceQuantityUnit,
  PricingConditionTargetCurrency,
  PrcgCndnTargetQuantityUnit,
  PricingConditionConversionRule,
  PrcgConditionFixedExchangeRate,
  SourceConversionFactor,
  TargetConversionFactor,
  PrcgCndnFXRateChangeDateTime,
  PrcgCndnFXRateChangedByUser,
  PrcgConditionConversionRoutine,
  PrcgConditionExchangeRateType,
  PrcgCndnCnvrsnIsExchRateAvg,
  PrcgCndnConversionRoundingRule,
  PrcgCndnQuantityConversionRule,
  CndnCrcyCnvrsnRoundingRoutine,
  CrcyCnvrsnNrOfDcmlsToBeRnddTo,
  CrcyCnvrsnNrOfPreDcmlsRnddTo,
  CndnQuantityConversionRoutine,
  CndnQtyConversionRoundingRule,
  CndnQtyCnvrsnRoundingRoutine,
  QtyCnvrsnNrOfDcmlsToBeRnddTo,
  QtyCnvrsnNrOfPreDcmlsRoundedTo
FROM R_PrcgCndnRootTrmCnvrsnInputTP
;