P_PlanData_RT_04
P_PlanData_RT_04 is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_CnsldtnFinStmntItem, P_PlanData_RT_03) and exposes 46 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnFinStmntItem | I_CnsldtnFinStmntItem | inner |
| P_PlanData_RT_03 | P_PlanData_RT_03 | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_CreationDateTimeRgFr | timestamp | |
| P_CreationDateTimeRgTo | timestamp |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | PPLANDATA_04 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (46)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| SegmentendasSubItem | ||||
| CnsldtnSubitemSource | tf110 | sitem_send | Sender Field Subitem | |
| BreakdownCategory | I_CnsldtnFinStmntItem | BreakdownCategory | Breakdown Category | |
| FinancialStatementItem | Source | FinancialStatementItem | FS Item | |
| ConsolidationChartOfAccounts | Source | ConsolidationChartOfAccounts | Cons. COA | |
| ConsolidationUnitLocalCurrency | Source | ConsolidationUnitLocalCurrency | Valuation Crcy | |
| CnsldtnUnitLocalCrcySource | Source | CnsldtnUnitLocalCrcySource | Sender LC | |
| PartnerConsolidationUnit | Source | PartnerConsolidationUnit | Partner Unit | |
| ConsolidationDimension | Source | ConsolidationDimension | Dimension | |
| ConsolidationUnit | Source | ConsolidationUnit | Consolidation Unit | |
| ConsolidationVersion | Source | ConsolidationVersion | Version | |
| ConsolidationLedger | Source | ConsolidationLedger | Ledger | |
| GroupCurrency | Source | GroupCurrency | Ledger curr. | |
| FiscalPeriod | Source | FiscalPeriod | Tax period | |
| FiscalYear | Source | FiscalYear | G/L Fiscal Year | |
| BalanceTransactionCurrency | Source | BalanceTransactionCurrency | Currency | |
| BaseUnit | Source | BaseUnit | Unit of Measure | |
| FinancialTransactionType | Source | FinancialTransactionType | Transact. Type | |
| FunctionalArea | Source | FunctionalArea | Sendr Fctl Area | |
| BusinessArea | Source | BusinessArea | Business Area | |
| CostCenter | Source | CostCenter | Cost Center | |
| GLAccount | Source | GLAccount | General Ledger | |
| ProfitCenter | Source | ProfitCenter | Profit Center | |
| AmountInTransactionCurrency | Source | AmountInTransactionCurrency | Pt Crcy Amt | |
| AmountInLocalCurrency | Source | AmountInLocalCurrency | Local Crcy Amt | |
| AmountInGroupCurrency | Source | AmountInGroupCurrency | Amnt in GrpCrcy | |
| QuantityInBaseUnit | Source | QuantityInBaseUnit | Quantity | |
| osl | Source | osl | Other Crcy Amnt | |
| vsl | Source | vsl | Amount in Currency 2 | |
| bsl | Source | bsl | Exchange Key | |
| csl | Source | csl | Amount in Currency 4 | |
| dsl | Source | dsl | Amount in Currency 5 | |
| esl | Source | esl | Amount in Currency 6 | |
| fsl | Source | fsl | Amount in Currency 7 | |
| gsl | Source | gsl | Amount in Currency 8 | |
| Segment | Source | Segment | Segment number | |
| FinancialManagementArea | Source | FinancialManagementArea | FM Area | |
| GrantID | Source | GrantID | Sender Grant | |
| Fund | Source | Fund | Sender Fund | |
| AmountInCompanyCodeCurrency | Source | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| CompanyCodeCurrency | Source | CompanyCodeCurrency | Local Currency | |
| AmountInGlobalCurrency | Source | AmountInGlobalCurrency | Amount in Global Currency | |
| GlobalCurrency | Source | GlobalCurrency | GM Billing Element: Global Currency | |
| FinancialPlanningReqTransSqnc | Source | FinancialPlanningReqTransSqnc | Request TSN | |
| FinancialPlanningDataPacket | Source | FinancialPlanningDataPacket | Data packet number | |
| FinancialPlanningEntryItem | Source | FinancialPlanningEntryItem |
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 P_PlanData_RT_04.
-- 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.
-- SQL view name: PPLANDATA_04
-- Parameters: P_CreationDateTimeRgFr : timestamp, P_CreationDateTimeRgTo : timestamp
CREATE VIEW P_PlanData_RT_04 AS
SELECT
case tf110.sitem_send when '01' then Source.FinancialTransactionType when '02' then Source.FunctionalArea when '03' then Source.BusinessArea when '05' then Source.CostCenter when '06' then Source.GLAccount when '07' then Source.ProfitCenter when '08' then Source.Segment end as SubItem AS SegmentendasSubItem,
tf110.sitem_send AS CnsldtnSubitemSource,
I_CnsldtnFinStmntItem.BreakdownCategory AS BreakdownCategory,
Source.FinancialStatementItem AS FinancialStatementItem,
Source.ConsolidationChartOfAccounts AS ConsolidationChartOfAccounts,
Source.ConsolidationUnitLocalCurrency AS ConsolidationUnitLocalCurrency,
Source.CnsldtnUnitLocalCrcySource AS CnsldtnUnitLocalCrcySource,
Source.PartnerConsolidationUnit AS PartnerConsolidationUnit,
Source.ConsolidationDimension AS ConsolidationDimension,
Source.ConsolidationUnit AS ConsolidationUnit,
Source.ConsolidationVersion AS ConsolidationVersion,
Source.ConsolidationLedger AS ConsolidationLedger,
Source.GroupCurrency AS GroupCurrency,
Source.FiscalPeriod AS FiscalPeriod,
Source.FiscalYear AS FiscalYear,
Source.BalanceTransactionCurrency AS BalanceTransactionCurrency,
Source.BaseUnit AS BaseUnit,
Source.FinancialTransactionType AS FinancialTransactionType,
Source.FunctionalArea AS FunctionalArea,
Source.BusinessArea AS BusinessArea,
Source.CostCenter AS CostCenter,
Source.GLAccount AS GLAccount,
Source.ProfitCenter AS ProfitCenter,
Source.AmountInTransactionCurrency AS AmountInTransactionCurrency,
Source.AmountInLocalCurrency AS AmountInLocalCurrency,
Source.AmountInGroupCurrency AS AmountInGroupCurrency,
Source.QuantityInBaseUnit AS QuantityInBaseUnit,
Source.osl AS osl,
Source.vsl AS vsl,
Source.bsl AS bsl,
Source.csl AS csl,
Source.dsl AS dsl,
Source.esl AS esl,
Source.fsl AS fsl,
Source.gsl AS gsl,
Source.Segment AS Segment,
Source.FinancialManagementArea AS FinancialManagementArea,
Source.GrantID AS GrantID,
Source.Fund AS Fund,
Source.AmountInCompanyCodeCurrency AS AmountInCompanyCodeCurrency,
Source.CompanyCodeCurrency AS CompanyCodeCurrency,
Source.AmountInGlobalCurrency AS AmountInGlobalCurrency,
Source.GlobalCurrency AS GlobalCurrency,
Source.FinancialPlanningReqTransSqnc AS FinancialPlanningReqTransSqnc,
Source.FinancialPlanningDataPacket AS FinancialPlanningDataPacket,
Source.FinancialPlanningEntryItem AS FinancialPlanningEntryItem
FROM P_PlanData_RT_03
INNER JOIN I_CnsldtnFinStmntItem ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA