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
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.
Title: Subroutines of Report RFFMRE01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MRE01F01 - Unterprogramme des Reports RFFMRE01 MRCONVERTPBO - documentation and ABAP source code MRCONVERTPAI - documentation and ABAP source code MRCONVERTFORM - documentation and ABAP source code MRCONVERT01 - documentation and ABAP source code MRC19T01 - User-related Data Definitions for View Cluster Maintenance