/RPM/FIN_PLA_INT SAP (FI Intermediate table(with exchratedate)) Table details

Dictionary Type: Table
Description: FI Intermediate table(with exchratedate)




ABAP Code to SELECT data from /RPM/FIN_PLA_INT
Related tables to /RPM/FIN_PLA_INT
Access table /RPM/FIN_PLA_INT




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

/RPM/FIN_PLA_INT is a standard SAP Table which is used to store FI Intermediate table(with exchratedate) data and is available within R/3 SAP systems depending on the version and release level.

The /RPM/FIN_PLA_INT table consists of various fields, each holding specific information or linking keys about FI Intermediate table(with exchratedate) data available in SAP. These include GUID (Guid for application objects), PLAN_TYPE (Financial View Type), PERIOD (Start Date), PERIOD_TYPE (Period 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: Cannot Be Enhanced


SAP /RPM/FIN_PLA_INT 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
GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
PLAN_TYPEFinancial View Type /RPM/TV_FIN_VIEWNUMC2/RPM/FIN_VIEW/RPM/FIN_VIEW_TYPE
PERIODStart Date /RPM/TV_START_DATEDATS8/RPM/TD_DATE
PERIOD_TYPEPeriod Type RPM_TV_PERTYPECHAR2RPM_PERIOD_TYPE
EXCH_RATE_DATStart Date /RPM/TV_START_DATEDATS8/RPM/TD_DATE
CHANGED_ONTimeStamp /RPM/TV_TIMESTAMPDEC15TSTPS/RPM/TD_BCOS_TSTMP
AMOUNTCurrency Amount /RPM/TV_CURR_AMOUNTCURR16(2) /RPM/CURR_16_2
CURRENCYCurrency /RPM/TV_CURRENCYCUKY5Assigned to domain/RPM/TD_CURRENCY

Key field Non-key field



How do I retrieve data from SAP table /RPM/FIN_PLA_INT using ABAP code

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

SELECT SINGLE *
FROM /RPM/FIN_PLA_INT
INTO CORRESPONDING FIELDS OF WA_/RPM/FIN_PLA_INT
WHERE...

How to access SAP table /RPM/FIN_PLA_INT

Within an ECC or HANA version of SAP you can also view further information about /RPM/FIN_PLA_INT 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!