F9034F02 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 F9034F02 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!
WLF_RRLE_LIST_DOCUMENT_SIM call function 'WLF_RRLE_LIST_DOCUMENT_SIM' exporting i_invoice_type = p_invoice_type i_invoice_date = p_invoice_date i_invoice_currency = p_invoice_currency i_rrlpa = co_rrlpa i_rrlcg = p_rrlcg i_rrlrec = p_rrlreca tables t_error_message = lt_error_messages to_komlfk = to_komlfk to_komlfl = to_komlfl to_komv = to_komv changing ct_komwbrre = t_komwbrre exceptions others = 1.
WLF_RRLE_TRRLCG_READ call function 'WLF_RRLE_TRRLCG_READ' exporting i_rrlcg = s_rrlcg importing e_trrlcg = l_trrlcg exceptions no_input_data = 1 data_not_found = 2 others = 3.
WLF_RRLESD_RANGES_RFBSK call function 'WLF_RRLESD_RANGES_RFBSK' exporting i_trrlcg = l_trrlcg changing ct_rfbsk_ran = lt_rfbsk_ran.
WLF_RRLEE_GET_RRLREC_SEL_OP call function 'WLF_RRLEE_GET_RRLREC_SEL_OP' exporting i_rrlpa = co_rrlpa i_rrlcg = p_rrlcg it_wdtyp_li_ran = lt_wdtyp_li_ran[] it_wfdat_rl_ran = it_rldat it_object_id_ran = it_object_id it_wbeln_rl_ran = lt_wbeln_rl[] it_rrlrec_ran = it_rrlrec importing et_rrlrec_out = l_rrlrec_out[] exceptions no_record_found = 1 others = 2.
WLF_RRLE_SET_RRLE_CREATE_DATA call function 'WLF_RRLE_SET_RRLE_CREATE_DATA' exporting i_rrlpa = co_rrlpa i_rrlcg = p_rrlcg.
WLF_RRLESD_WBRRE_DATA_SEL_OP call function 'WLF_RRLESD_WBRRE_DATA_SEL_OP' exporting i_rrlcg = p_rrlcg it_rrlrec_ran = l_rrlrec[] it_object_id_ran = it_object_id it_wfdat_rl_ran = it_rldat it_bukrs_ran = it_bukrs it_vkorg_ran = it_vkorg it_xblnr_ran = it_xblnr it_kidno_ran = it_kidno it_zuonr_ran = it_zuonr it_fkdat_ran = lt_fkdat_ran it_fkart_ran = it_fkart it_rfbsk_ran = lt_rfbsk_ran importing et_komwbrre = lt_komwbrre exceptions others = 0.
WLF_PRINT_ERROR_MESSAGES_LIST2 call function 'WLF_PRINT_ERROR_MESSAGES_LIST2' exporting i_titlebar = 'LI1' tables t_error_messages = lt_error_messages.
WLF_RRLE_PRINT_SIMULATION_1 call function 'WLF_RRLE_PRINT_SIMULATION_1' exporting i_rrlpa = co_rrlpa i_rrlcg = p_rrlcg tables t_komlfk = lto_komlfk t_komlfl = lto_komlfl t_komv = lto_komv exceptions list_error = 1 others = 2.
WLF_RRLE_PRINT_SIMULATION_2 call function 'WLF_RRLE_PRINT_SIMULATION_2' exporting i_rrlpa = co_rrlpa i_rrlcg = p_rrlcg it_error_messages = lt_error_messages[] tables t_komlfk = lto_komlfk t_komlfl = lto_komlfl t_komv = lto_komv exceptions list_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.