C_CndnRootTrmCnvrsnInptView2TP

DDL: C_CNDNROOTTRMCNVRSNINPTVIEW2TP Type: view_entity CONSUMPTION Package: LOG_CMM_PRC_FORMULA_ODATA

Projection PrcgCndnRootTrmCnvrsnInputVw2

C_CndnRootTrmCnvrsnInptView2TP is a Consumption CDS View that provides data about "Projection PrcgCndnRootTrmCnvrsnInputVw2" in SAP S/4HANA. It reads from 1 data source (R_PrcgCndnRootTrmCnvrsnInputTP) and exposes 27 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
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Projection PrcgCndnRootTrmCnvrsnInputVw2 view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

Fields (27)

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

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_CndnRootTrmCnvrsnInptView2TP.
-- 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_CndnRootTrmCnvrsnInptView2TP 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
;