MOIJRD_GENERATE_WORKLIST_MMF01 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 MOIJRD_GENERATE_WORKLIST_MMF01 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 MOIJRD_GENERATE_WORKLIST_MMF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIJW_GET_REL_GROUP CALL FUNCTION 'OIJW_GET_REL_GROUP' EXPORTING c_applic_worklist = c_applic_worklist g_wlrc_tab_source = l_wlrc_tab-source TABLES * JUNCTION_GROUP = T_TOI0_JG * G_WLRC_TAB = L_WLRC_TAB junction_funcs = junction_funcs check_funcs = check_funcs EXCEPTIONS no_functions_customized = 0 OTHERS = 0.
OIJD_READ_OIJTS CALL FUNCTION 'OIJD_READ_OIJTS' EXPORTING i_tsyst = l_oijrd_tab-tsyst IMPORTING e_oijts = l_oijts EXCEPTIONS parameter_error = 1 not_found = 2 OTHERS = 3.
OIJW_GENERATE_WL_RD_CIP CALL FUNCTION 'OIJW_GENERATE_WL_RD_CIP' EXPORTING t_oijrd = l_oijrd_tab i_oijrdhead = g_oijrdhead i_wlrc = l_wlrc_tab-wlrc t_oijrd_obj = l_oijrd_obj_wa i_oijts = l_oijts IMPORTING e_rctrue = l_rctrue TABLES t_oijrd_tab = l_oijrd_tab t_oijrdwl_tab = l_oijrdwl_tab t_oijwl_tab = l_oijwl_tab junction_funcs = junction_funcs check_funcs = check_funcs CHANGING c_oijwl = l_oijwl_struct EXCEPTIONS rd_object_not_specified = 0 rd_object_not_unique = 0 input_inconsistent = 1 number_range_problem = 2 OTHERS = 3.
OIJW_UPDATE_WL_RD_DBTABLES CALL FUNCTION 'OIJW_UPDATE_WL_RD_DBTABLES' TABLES t_oijrd_tab = l_oijrd_tab t_oijrdwl_tab = l_oijrdwl_tab t_oijwl_tab = l_oijwl_tab EXCEPTIONS OTHERS = 0.
CONVERSION_EXIT_MATN1_INPUT * CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' * EXPORTING * INPUT = GV_OIJRDHEAD_MMV-matnr * IMPORTING * OUTPUT = GV_OIJRDHEAD_MMV-matnr *end of n_1346619 .
OIJW_READ_OIJRDWL CALL FUNCTION 'OIJW_READ_OIJRDWL' EXPORTING i_tsyst = g_tsyst i_locid = g_locid i_matnr = GV_OIJRDHEAD_MMV-matnr i_datum_i = g_datum_i i_datum_f = g_datum_f TABLES t_oijrdwl_tab = l_oijrdwl_tab EXCEPTIONS input_missing = 0 no_entries_found = 0.
OIJW_READ_WORKLIST CALL FUNCTION 'OIJW_READ_WORKLIST' EXPORTING i_wlitem = g_oijrdwl_tab-wlitem TABLES t_oijwl_tab = l_oijwl_tab EXCEPTIONS input_missing = 0 entry_not_found = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.