C_CndnRootTrmRndngInptDfltTP

DDL: C_CNDNROOTTRMRNDNGINPTDFLTTP Type: view_entity CONSUMPTION Package: LOG_CMM_PRC_FORMULA_ODATA

Projection CndnRootTrmRndngInptDflt

C_CndnRootTrmRndngInptDfltTP is a Consumption CDS View that provides data about "Projection CndnRootTrmRndngInptDflt" in SAP S/4HANA. It reads from 1 data source (R_CndnRootTrmRndngInptDfltTP) and exposes 7 fields with key fields DocItmCmmdtyPrcgCndnUUID, PrcgConditionConversionPlace. Part of development package LOG_CMM_PRC_FORMULA_ODATA.

Data Sources (1)

SourceAliasJoin Type
R_CndnRootTrmRndngInptDfltTP R_CndnRootTrmRndngInptDfltTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Projection CndnRootTrmRndngInptDflt 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 (7)

KeyFieldSource TableSource FieldDescription
KEY DocItmCmmdtyPrcgCndnUUID DocItmCmmdtyPrcgCndnUUID Doc. Cond. Item GUID
KEY PrcgConditionConversionPlace PrcgConditionConversionPlace Conv. Place
PricingConditionRoundingRule PricingConditionRoundingRule
PrcgConditionRoundingRoutine PrcgConditionRoundingRoutine
PrcgCndnNrOfDcmlsToBeRoundedTo PrcgCndnNrOfDcmlsToBeRoundedTo
PrcgCndnNrOfPreDcmlsToBeRnddTo PrcgCndnNrOfPreDcmlsToBeRnddTo
_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_CndnRootTrmRndngInptDfltTP.
-- 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_CndnRootTrmRndngInptDfltTP AS
SELECT
  DocItmCmmdtyPrcgCndnUUID,
  PrcgConditionConversionPlace,
  PricingConditionRoundingRule,
  PrcgConditionRoundingRoutine,
  PrcgCndnNrOfDcmlsToBeRoundedTo,
  PrcgCndnNrOfPreDcmlsToBeRnddTo
FROM R_CndnRootTrmRndngInptDfltTP
;