WLF_ERROR_MESSAGE_ROUTINES 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 WLF_ERROR_MESSAGE_ROUTINES 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_INVOICE_NUMBER_CHANGE call function 'WLF_INVOICE_NUMBER_CHANGE' exporting i_nc_old_number = l_wbeln importing e_nc_new_number = l_wbeln exceptions number_change_error = 1 others = 2.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type =
-msgty cl = -msgid number = l_msgno par1 = -msgv1 par2 = -msgv2 par3 = -msgv3 par4 = -msgv4 row = l_row field = l_field importing return = t_return.
WLF_ERROR_MSG call function 'WLF_ERROR_MSG' exporting i_wbeln = wbeln i_posnr = posnr i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 tables t_emsg = t_error_messages.
WLF_ERROR_MSG call function 'WLF_ERROR_MSG' exporting i_wbeln = wbeln i_posnr = posnr i_msgid = msgid i_msgty = msgty i_msgno = msgno i_msgv1 = msgv1 i_msgv2 = msgv2 i_msgv3 = msgv3 i_msgv4 = msgv4 tables t_emsg = error_messages.
WLF_INVOICE_NUMBER_CHANGE call function 'WLF_INVOICE_NUMBER_CHANGE' exporting i_nc_old_number = l_wbeln importing e_nc_new_number = l_wbeln exceptions number_change_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.
WLF_ERROR_MESSAGE_ROUTINES - WLFERRORMESSAGEROUTINES WLF_DISPATCHER_TOP - Include WLF_DISPATCHER_TOP WLF_DISPATCHER_S01 - Include WLF_DISPATCHER_S01 WLF_DISPATCHER_FORMS_FDC - Include WLF_DISPATCHER_FORMS_FDC WLF_DISPATCHER_FORMS_DOC_PROC - Include WLF_DISPATCHER_FORMS_DOC_PROC WLF_DISPATCHER_FORMS_AB - Include WLF_DISPATCHER_FORMS_AB