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

MOIJLF01_FCODE_SAVE SAP ABAP INCLUDE - OIL-TSW: Read USR01 from database for the user SY-UNAME







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


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 MOIJLF01_FCODE_SAVE. "Basic submit
SUBMIT MOIJLF01_FCODE_SAVE AND RETURN. "Return to original report after report execution complete
SUBMIT MOIJLF01_FCODE_SAVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MOIJLF01_FCODE_SAVE

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:

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.



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