SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

MRE01F01 SAP ABAP INCLUDE - Unterprogramme des Reports RFFMRE01







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


Text pool values


Title: Subroutines of Report RFFMRE01


INCLUDES used within this REPORT MRE01F01

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:

FMR2_READ_ALL_KBLX CALL FUNCTION 'FMR2_READ_ALL_KBLX' EXPORTING i_belnr = space TABLES t_kble = l_t_kble t_kblew = l_t_kblew t_kblk = l_t_kblk t_kblp = l_t_kblp.

FMR3_GET_KBLEW_CONSUMPTION CALL FUNCTION 'FMR3_GET_KBLEW_CONSUMPTION' EXPORTING f_kble = u_f_kble f_kblew = l_f_kblew IMPORTING e_budgetabbau = l_budgetabbau e_belegabbau = l_belegabbau EXCEPTIONS OTHERS = 1.

FMR3_GET_KBLEW_CONSUMPTION CALL FUNCTION 'FMR3_GET_KBLEW_CONSUMPTION' EXPORTING f_kble = u_f_kble f_kblew = l_f_kblew IMPORTING e_budgetabbau = l_budgetabbau e_belegabbau = l_belegabbau EXCEPTIONS OTHERS = 1.

FMR3_REVALUATION_CONSUMPTION CALL FUNCTION 'FMR3_REVALUATION_CONSUMPTION' EXPORTING i_wrbtr = l_f_kblew-wrbtr i_wrbtrapp = l_f_kblew-wrbtrapp i_f_kblp = u_f_kblp IMPORTING e_belegabbau = l_belegabbau e_budgetabbau = l_budgetabbau EXCEPTIONS OTHERS = 1.

MMPUR_REQUISITION_DISPLAY CALL FUNCTION 'MMPUR_REQUISITION_DISPLAY' EXPORTING im_banfn = u_f_kble-rebeln.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = u_f_kble-rebeln i_enjoy = con_true.

AC_DOCUMENT_SENDER CALL FUNCTION 'AC_DOCUMENT_SENDER' EXPORTING i_awtyp = u_f_kble-awtyp i_awref = u_f_kble-awref i_aworg = u_f_kble-aworg i_awsys = u_f_kble-awsys EXCEPTIONS awtyp_not_found = 01 no_document_display_function = 02.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = awtyp_bkpf i_awref = u_f_kble-awref i_aworg = u_f_kble-aworg i_awsys = u_f_kble-awsys EXCEPTIONS no_reference = 01 no_document = 02.

FMFR_REFERENCE_DATA_POPUP CALL FUNCTION 'FMFR_REFERENCE_DATA_POPUP' EXPORTING i_status = l_status i_kokrs = -kokrs IMPORTING e_cancelled = l_flg_cancel CHANGING c_f_kble = l_f_kble.

DISPLAY_RESERVATION CALL FUNCTION 'DISPLAY_RESERVATION' EXPORTING i_belnr = u_f_kble-awref i_blpos = l_refpos.

AC_DOCUMENT_SENDER CALL FUNCTION 'AC_DOCUMENT_SENDER' EXPORTING i_awtyp = u_f_kble-awtyp i_awref = u_f_kble-awref i_aworg = u_f_kble-aworg i_awsys = u_f_kble-awsys EXCEPTIONS awtyp_not_found = 01 no_document_display_function = 02.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMRE01_CONS_ALV' TABLES x031l_tab = l_t_nametab EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_bypassing_buffer = con_true * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'FMRE01_CONS_ALV' * I_GRID_SETTINGS = i_save = 'A' is_layout = l_f_layout it_fieldcat = g_t_fieldcat[] it_sort = g_t_sort[] TABLES t_outtab = g_t_kble_alv.



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