MOIJLF01_FCODE_SAVE 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 MOIJLF01_FCODE_SAVE 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!
OIJB_CONVERT_QUANTITIES CALL FUNCTION 'OIJB_CONVERT_QUANTITIES' EXPORTING I_MATNR =
-matnr I_UNIT_1 = l_rduom_old I_MENGE_1 = -VALUE I_UNIT_2 = l_rduom_new IMPORTING E_MENGE_2 = l_new_qty EXCEPTIONS CONVERSION_NOT_FOUND = 1 INPUT_INVALID = 2 MATERIAL_NOT_FOUND = 3 MEINH_NOT_FOUND = 4 MEINS_MISSING = 5 NO_MEINH = 6 OUTPUT_INVALID = 7 OVERFLOW = 8 OTHERS = 9.
OIJ_UPDATE_TIME_CONSTRAINTS CALL FUNCTION 'OIJ_UPDATE_TIME_CONSTRAINTS' EXPORTING I_TCON_UPDT_TAB = lt_tcon_tab EXCEPTIONS UPDATE_FAILURE = 2.
OIJ_LOCATION_UPDATE CALL FUNCTION 'OIJ_LOCATION_UPDATE' IN UPDATE TASK EXPORTING i_oijloc = oijloc i_oijloc_flag = l_oijloc_updateflag i_inttab_flag = l_inttab_updateflag i_ploc_flag = l_ploc_updateflag i_recover_delete = g_recover_delete i_oijtsloc_tab = OIJTSLOC_TAB "n_1049334 TABLES i_oijlocmat_tab = oijlocmat_tab i_oijlocmat_delete_tab = oijlocmatdelete_tab i_old_oijlocmat_tab = old_oijlocmat_tab i_planloc_tab = g_planloc i_ploc_delete_tab = g_ploc_delete_tab i_oijrra_tab = g_oijrra_tab i_oijsdloc_tab = oijsdloc_tab EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIJLF01_FCODE_SAVE - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF01_FCODE_PROCESSING - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF01_FCODE_PLDT - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF01_FCODE_PLBT - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF01_FCODE_PLAN - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF01_FCODE_LEAVE_TRANSACTI - OIL-TSW: Read USR01 from database for the user SY-UNAME