ROIU_MULT_SALES_SOURCE_LISTF01 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 ROIU_MULT_SALES_SOURCE_LISTF01 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 ROIU_MULT_SALES_SOURCE_LISTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'The control could not be created'(010).
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(flu).
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(flu).
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = repid tables selection_table = sel_set exceptions not_found = 1 no_report = 2 others = 3.
SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = g_restrict.
OIL_LAST_DAY_OF_MONTH call function 'OIL_LAST_DAY_OF_MONTH' exporting i_date = g_from importing e_last_day = g_from.
OIL_LAST_DAY_OF_MONTH call function 'OIL_LAST_DAY_OF_MONTH' exporting i_date = g_to importing e_last_day = g_to.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_MULT_SALES_SOURCE_LISTF01 - Include ROIU_MULT_SALES_SOURCE_LISTF01 ROIU_MULTI_SALES_SOURCE_LIST - Multiple Sales Sourcing List Processing ROIU_MULTI_SALES_SOURCE_LIST - Multiple Sales Sourcing List Processing ROIU_MP_VOLUMES_LIST - MP Volumes List Processing ROIU_MP_VOLUMES_LIST - MP Volumes List Processing ROIU_MP_TRANS_XREF_LIST - MP Transporter Xref List Processing