F9038F01 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 F9038F01 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: Include F9037F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WLF_RRLEFI_WBRRE_DATA_SEL_OP CALL FUNCTION 'WLF_RRLEFI_WBRRE_DATA_SEL_OP' EXPORTING i_rrlcg = s_rrlcg i_rrlpa = s_rrlpa it_rrlrec_ran = s_rrlrec[] it_object_id_ran = s_obj_id[] it_wfdat_rl_ran = s_rldat[] it_bukrs_ran = s_bukrs[] it_gjahr_ran = s_gjahr[] it_belnr_ran = s_belnr[] it_xblnr_ran = s_xblnr[] it_kidno_ran = s_kidno[] it_zuonr_ran = s_zuonr[] it_budat_ran = s_budat[] it_blart_ran = s_blart[] IMPORTING et_komwbrre = lt_komwbrre EXCEPTIONS OTHERS = 1.
WLF_RRLEFI_DISSOLVE_OBJECT_ID CALL FUNCTION 'WLF_RRLEFI_DISSOLVE_OBJECT_ID' EXPORTING i_object_id =
-object_id IMPORTING e_bukrs = ls_bseg_key-bukrs e_belnr = ls_bseg_key-belnr e_gjahr = ls_bseg_key-gjahr e_buzei = ls_bseg_key-buzei.
WLF_RRLE_LIST_OUTPUT_FI CALL FUNCTION 'WLF_RRLE_LIST_OUTPUT_FI' EXPORTING it_bkpf = lt_bkpf it_bseg = lt_bseg i_koart = l_koart EXCEPTIONS alv_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.