SAP Reports / Programs

RFFMKJR1_TRE SAP ABAP Report -







RFFMKJR1_TRE is a standard Executable ABAP Report 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 RFFMKJR1_TRE 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 RFFMKJR1_TRE. "Basic submit
SUBMIT RFFMKJR1_TRE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKJR1_TRE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title:
Text Symbol: 100 =
Text Symbol: 110 =
Text Symbol: 120 = Date
Text Symbol: 130 = Time
Text Symbol: 200 =
Text Symbol: 201 =


INCLUDES used within this REPORT RFFMKJR1_TRE

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:

FMTRE_CHANGE_RE CALL FUNCTION 'FMTRE_CHANGE_RE' EXPORTING i_fistl = c_t_itab-fictr i_fipex = c_t_itab-fipex i_fikrs = c_t_itab-fikrs i_gjahr = c_t_itab-gjahr i_value = c_t_itab-currobj0 i_waers = c_t_itab-waers IMPORTING subrc = l_subrc TABLES messtab = l_t_messtab.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = l_f_messtab-msgspra msg_id = l_f_messtab-msgid msg_no = l_f_messtab-msgnr msg_var1 = l_msgv1 msg_var2 = l_msgv2 msg_var3 = l_msgv3 msg_var4 = l_msgv4 IMPORTING msg_text = g_t_output-msg EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FMTRE1' it_fieldcat = l_t_fieldcat i_callback_program = l_repid i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' TABLES t_outtab = g_t_output.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_text IMPORTING RESULT = p_c_icon_field EXCEPTIONS OTHERS = 0.



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 RFFMKJR1_TRE or its description.