SAP Reports / Programs | Trader's and Scheduler's Workbench | Industry Solution Oil | Trader's and Scheduler's Workbench(IS-OIL-DS-TSW) SAP IS

MOIJRD_GENERATE_WORKLIST_MMF01 SAP ABAP INCLUDE - Include MOIJRD_GENERATE_WORKLIST_MMF01







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


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


INCLUDES used within this REPORT MOIJRD_GENERATE_WORKLIST_MMF01

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:

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.



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