RPM_SCENARIO_FIN SAP (RPM : Scenario financial data) Table details

Dictionary Type: Table
Description: RPM : Scenario financial data




ABAP Code to SELECT data from RPM_SCENARIO_FIN
Related tables to RPM_SCENARIO_FIN
Access table RPM_SCENARIO_FIN




Table field list including key, data, relationships and ABAP select examples

RPM_SCENARIO_FIN is a standard SAP Table which is used to store RPM : Scenario financial data data and is available within R/3 SAP systems depending on the version and release level.

The RPM_SCENARIO_FIN table consists of various fields, each holding specific information or linking keys about RPM : Scenario financial data data available in SAP. These include SCENARIO_ID (ID), VERSION (Version), FISCYEAR (Fiscal Year), VALTYPE (Value Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RPM_SCENARIO_FIN table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SCENARIO_IDID RPM_TV_EXTIDCHAR24
VERSIONVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
FISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VALTYPEValue Type RPM_TV_VALTYPECHAR2Assigned to domainRPM_VALUE_TYPE
COSTCATCost Element in Portfolio Management RPM_TV_COSTCATCHAR15RPM_COSTCAT
PERTYPEPeriod Type RPM_TV_PERTYPECHAR2RPM_PERIOD_TYPE
PERIDPeriod CO_PERIONUMC3PERBLVPE
STRTDATEStart Date RPM_TV_START_DATEDATS8RPM_DATE
ENDDATEStart Date RPM_TV_START_DATEDATS8RPM_DATE
AMOUNTAmount RPM_TV_AMOUNTCURR15(2) RPM_CO_AMOUNT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OBJAMTAmount in Project Currency RPM_TV_PROJECT_AMOUNTCURR15(2) RPM_CO_AMOUNT
OBJCURRProject Currency RPM_TV_PROJECT_CURRENCYCUKY5Assigned to domainWAERS
QUANTITYTotal Quantity RPM_TV_QUANTITYDEC15(3) RPM_QUANTITY
UNITProject Resource Supply - Unit RPM_TV_RESOURCE_AVAIL_UNITCHAR3RPM_ALLOCATION_UNIT

Key field Non-key field



How do I retrieve data from SAP table RPM_SCENARIO_FIN using ABAP code

The following ABAP code Example will allow you to do a basic selection on RPM_SCENARIO_FIN to SELECT all data from the table
DATA: WA_RPM_SCENARIO_FIN TYPE RPM_SCENARIO_FIN.

SELECT SINGLE *
FROM RPM_SCENARIO_FIN
INTO CORRESPONDING FIELDS OF WA_RPM_SCENARIO_FIN
WHERE...

How to access SAP table RPM_SCENARIO_FIN

Within an ECC or HANA version of SAP you can also view further information about RPM_SCENARIO_FIN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!