C_CnsldtnPstRlValCalculationTP
Value Calculation
C_CnsldtnPstRlValCalculationTP is a Consumption CDS View that provides data about "Value Calculation" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnPstRlValCalculationTP) and exposes 6 fields with key fields ConsolidationPostingRule, CnsldtnPostingRulePostingLine, CnsldtnPostingRuleSequence. It is exposed through 1 OData service (UI_FINCS_CNSLDTN_POSTING_RULE). Part of development package FIN_CS_RT_CONF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnPstRlValCalculationTP | R_CnsldtnPstRlValCalculationTP | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Calculation | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FINCS_CNSLDTN_POSTING_RULE | UI_FINCS_CNSLDTN_POSTING_RULE | V4 | C1 | NOT_RELEASED |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationPostingRule | ConsolidationPostingRule | ||
| KEY | CnsldtnPostingRulePostingLine | CnsldtnPostingRulePostingLine | ||
| KEY | CnsldtnPostingRuleSequence | CnsldtnPostingRuleSequence | ||
| CnsldtnPstRlValCalcTokenType | CnsldtnPstRlValCalcTokenType | |||
| CnsldtnPstRlValCalcTokenValue | CnsldtnPstRlValCalcTokenValue | |||
| ChangedDateTime | ChangedDateTime |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Calculation'
@VDM.viewType:#CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #TRANSACTIONAL
}
define view entity C_CnsldtnPstRlValCalculationTP
as projection on R_CnsldtnPstRlValCalculationTP
{
key ConsolidationPostingRule,
key CnsldtnPostingRulePostingLine,
key CnsldtnPostingRuleSequence,
CnsldtnPstRlValCalcTokenType,
CnsldtnPstRlValCalcTokenValue,
ChangedDateTime,
/* Associations */
_Parent : redirected to parent C_CnsldtnPstRlPostingLineTP,
_Rule : redirected to C_ConsolidationPostingRuleTP
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA