SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

F9038F01 SAP ABAP INCLUDE - Include F9037F01







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


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


Text pool values


Title: Include F9037F01


INCLUDES used within this REPORT F9038F01

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:

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.



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