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

FWR16F01 SAP ABAP INCLUDE - Include FWR16F01







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


INCLUDES used within this REPORT FWR16F01

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_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' changing ct_error_messages = lt_error_messages.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' changing ct_error_messages = lt_error_messages.

WLF_PRINT_ERROR_MESSAGES_LIST call function 'WLF_PRINT_ERROR_MESSAGES_LIST' exporting i_titlebar = 'LI0' tables t_error_messages = lt_error_messages exceptions program_error = 1 others = 2.

WLF_DOCUMENT_READ call function 'WLF_DOCUMENT_READ' exporting i_wbeln = i_wbeln i_enqueue = 'X' i_konv_read = ' ' importing e_komlfk = ls_komlfk tables t_komlfk = lt_komlfk t_komlfl = lt_komlfl exceptions empty_parameter = 1 no_record_found = 2 faktura_data_error = 3 regu_data_error = 4 regulist_data_error = 5 relist_data_error = 6 invalid_fakturaart = 7 others = 8.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

WLF_TMFK_READ call function 'WLF_TMFK_READ' exporting i_lfart = ls_komlfk-lfart importing e_tmfk = ls_tmfk exceptions no_input_data = 1 data_not_found = 2 others = 3.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

WLF_MESSAGE_CREATE_WR call function 'WLF_MESSAGE_CREATE_WR' exporting i_komlfk = ls_komlfk i_tmfk = ls_tmfk i_prot = p_prot i_no_update = p_simul i_update_cancelled_docs = p_fksto importing e_ret_code = l_ret_code e_leave = p_leave tables t_komlfl = lt_komlfl t_komlfk = lt_komlfk t_error_messages = ct_error_messages.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

RV_MESSAGES_GET call function 'RV_MESSAGES_GET' exporting msg_kappl = 'WR' msg_objky_from = l_objky_from msg_objky_to = l_objky_to tables tab_xnast = lt_xnast tab_ynast = lt_ynast.

RV_MESSAGES_REFRESH call function 'RV_MESSAGES_REFRESH' exporting msg_kappl = 'WR'.

WLF_ERROR_MSG_FROM_SY call function 'WLF_ERROR_MSG_FROM_SY' exporting i_wbeln = i_wbeln changing ct_error_messages = ct_error_messages.

WLF_ERROR_MSGTY_ALLOWED_SET call function 'WLF_ERROR_MSGTY_ALLOWED_SET' exporting i_msg_types = l_msgty.

WLF_ERROR_MSGTY_ALLOWED_SET call function 'WLF_ERROR_MSGTY_ALLOWED_SET' exporting i_msg_types = l_msgty.



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