MOIJLF03_CHECK_TS_MATERIAL 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 MOIJLF03_CHECK_TS_MATERIAL 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!
OIJC_CHECK_PLANTS_FOR_MATERIAL CALL FUNCTION 'OIJC_CHECK_PLANTS_FOR_MATERIAL' EXPORTING I_MATNR = PI_PMATNR IMPORTING E_RETURNCODE = G_RETURNCODE TABLES E_ROIJTLM = G_ROIJTLMF4_TAB I_ROIJTLM = L_ROIJTLMF4_TAB EXCEPTIONS OTHERS = 1.
OIJC_VALIDATE_MATNR_FOR_PLANT * CALL FUNCTION 'OIJC_VALIDATE_MATNR_FOR_PLANT' * EXPORTING * I_MATNR = PI_PMATNR * I_WERK = L_ROIJTLMF4_TAB-TWERK * IMPORTING * E_RETURNCODE = G_RETURNCODE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIJLF03_CHECK_TS_MATERIAL - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF03_CHECK_TS_ASSIGNMENTS - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF03_CHECK_STSYST - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF03_CHECK_SOURCE_MATERIAL - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF03_CHECK_ROLL_PERIOD_GT_ - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF03_CHECK_ROLL_PERIOD - OIL-TSW: Read USR01 from database for the user SY-UNAME