RFTVPL02 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFTVPL02 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVSS_LOAD_BESTAND_BEWEGUNG call function 'FVSS_LOAD_BESTAND_BEWEGUNG' exporting i_selection_table = p_frange i_flag_selection_table = 'X' * I_FLAG_EXTERNAL = i_flag_plan_bwg = 3 i_flag_plan_bst = 3 i_dvondat_bwg = p_p_hist "#EC DOM_EQUAL i_dbisdat_bwg = p_p_aktu "#EC DOM_EQUAL * I_RSTICH = '4' * I_KURSBER = * I_FLAG_DEV_DAT_GENAU = * I_FLAG_KURSBER_ONLINE = * I_FLAG_PER_ABGRENZUNG = * I_DATLIST_BST = * I_FLAG_FILL_SEK_INDEX = * I_FLAG_SEL_VIA_SEKIDX = * I_SEK_INDEX_NR = * I_FLAG_HKONT_GSBER = * I_FLAG_EVRY_DAY = * I_FLAG_SPERR_POSITIONEN = * I_FLAG_READ_KURS = * I_FLAG_KURS_DAT_GENAU = * I_KURSART = * I_FLAG_KURSART_GENAU = * I_FLAG_KURSART_ONLINE = * I_FLAG_NULLB = ' ' * I_FLAG_SIM_BEW = * I_FLAG_ACCRUED_INTEREST = * I_FLAG_WERTAUFHOLUNG = * I_FLAG_HIST_RREFKONT = 'X' * I_FLAG_HIST_SBWHR = importing e_exbwg = i_exbwg e_exbestand = i_exbestand * TABLES * SELECT_TAB = * EXCEPTIONS * FEHLER_FINANZSTROM = 1 * FEHLER_KONDITIONEN = 2 * INCONSISTENT_EVRY_DAY_CALL = 3 * NO_INPUT_DATES = 4 * NO_INPUT_DATES_REINSTATEMENT = 5 * INCONSISTENT_DATES = 6 * NO_KURSART_GIVEN = 7 * NO_KURSBER_GIVEN = 8 * INCONSISTENT_SELECTION = 9 * OTHERS = 10 .
RM_SL_TABS_SE_FILL call function 'RM_SL_TABS_SE_FILL' exporting i_exbwg = i_exbwg i_exbestand = i_exbestand tables wp_best = p_i_vzbest wp_beweg = p_i_vzbeweg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTVPL02 - documentation and ABAP source code RFTVPL01 - Include RFTVPL01: Calculation Routines for P&L Analysis RFTVPL00 - Profit & Loss - Analysis RFTVPL00 - Profit & Loss - Analysis RFTVIRR1 - Interest Risk Analysis: Effective Interest Rate and Net Present Value RFTVIRR1 - Interest Risk Analysis: Effective Interest Rate and Net Present Value