SAP Reports / Programs | Financials | Financial Supply Chain Management | Market Risk Analyzer(FIN-FSCM-TRM-MR) SAP FIN

RFTVPL02 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFTVPL02. "Basic submit
SUBMIT RFTVPL02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTVPL02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFTVPL02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFTVPL02 or its description.