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

F9028F02 SAP ABAP INCLUDE - Include F9028F02







F9028F02 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 F9028F02 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 F9028F02. "Basic submit
SUBMIT F9028F02 AND RETURN. "Return to original report after report execution complete
SUBMIT F9028F02 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 F9028F02


INCLUDES used within this REPORT F9028F02

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_RRLE_LIST_DOCUMENT_CREATE call function 'WLF_RRLE_LIST_DOCUMENT_CREATE' exporting i_invoice_type = p_invoice_type i_invoice_date = p_invoice_date i_invoice_currency = p_invoice_currency i_with_posting = p_buchen i_enqueue = l_enqueue i_check_documents = l_check i_rrlpa = p_rrlpa i_rrlcg = p_rrlcg tables t_error_message = lt_error_messages changing ct_komwbrre = t_komwbrre exceptions error_message = 1 others = 2.

WLF_RRLEE_GET_RRLREC_SEL_OP call function 'WLF_RRLEE_GET_RRLREC_SEL_OP' exporting i_rrlpa = p_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 = p_rrlpa i_rrlcg = p_rrlcg.

WLF_RRLEFI_WBRRE_DATA_SEL_OP call function 'WLF_RRLEFI_WBRRE_DATA_SEL_OP' exporting i_rrlpa = p_rrlpa i_rrlcg = p_rrlcg it_rrlrec_ran = l_rrlrec[] it_object_id_ran = it_object_id it_wfdat_rl_ran = it_rldat it_wbeln_rl_ran = lt_wbeln_rl[] it_bukrs_ran = it_bukrs it_belnr_ran = it_belnr it_gjahr_ran = it_gjahr it_xblnr_ran = it_xblnr it_kidno_ran = it_kidno it_zuonr_ran = it_zuonr it_budat_ran = lt_budat_ran it_blart_ran = it_blart importing et_komwbrre = lt_komwbrre exceptions others = 0.



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