C_PrcgCndnFmlaRoundingInputTP

DDL: C_PRCGCNDNFMLAROUNDINGINPUTTP Type: view_entity CONSUMPTION Package: LOG_CMM_PRC_FORMULA_ODATA

Projection PrcgCndnFmlaRoundingInput

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

Data Sources (1)

SourceAliasJoin Type
R_PrcgCndnFmlaRoundingInputTP R_PrcgCndnFmlaRoundingInputTP projection

Annotations (7)

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

KeyFieldSource TableSource FieldDescription
KEY DocItmCmmdtyPrcgCndnUUID DocItmCmmdtyPrcgCndnUUID Doc. Cond. Item GUID
KEY PrcgConditionConversionPlace PrcgConditionConversionPlace Conv. Place
KEY PricingConditionTermGroup PricingConditionTermGroup Term Group
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_PrcgCndnFmlaRoundingInputTP.
-- 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_PrcgCndnFmlaRoundingInputTP AS
SELECT
  DocItmCmmdtyPrcgCndnUUID,
  PrcgConditionConversionPlace,
  PricingConditionTermGroup,
  PricingConditionRoundingRule,
  PrcgConditionRoundingRoutine,
  PrcgCndnNrOfDcmlsToBeRoundedTo,
  PrcgCndnNrOfPreDcmlsToBeRnddTo
FROM R_PrcgCndnFmlaRoundingInputTP
;