MOIJLF10_UPDATE_PV_FIELDS 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 MOIJLF10_UPDATE_PV_FIELDS 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!
OIJP_BUFFER_MKAL_FOR_LOCATION CALL FUNCTION 'OIJP_BUFFER_MKAL_FOR_LOCATION' EXPORTING PWERK = OIJLOCMAT-PWERK PMATNR = OIJLOCMAT-PMATNR ADD = C_FLAG_ON TABLES I_MKAL = G_MKAL_TAB EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
CSAP_MAT_BOM_READ CALL FUNCTION 'CSAP_MAT_BOM_READ' EXPORTING MATERIAL = OIJLOCMAT-PMATNR PLANT = OIJLOCMAT-PWERK BOM_USAGE = G_MKAL_WA-STLAN ALTERNATIVE = G_MKAL_WA-STLAL VALID_FROM = G_BOM_DATE TABLES T_STPO = G_STPO_TAB EXCEPTIONS ERROR = 1 OTHERS = 2.
CSAP_MAT_BOM_READ CALL FUNCTION 'CSAP_MAT_BOM_READ' EXPORTING MATERIAL = OIJLOCMAT-PMATNR PLANT = OIJLOCMAT-PWERK BOM_USAGE = G_MKAL_WA-STLAN ALTERNATIVE = G_MKAL_WA-STLAL VALID_FROM = G_BOM_DATE TABLES T_STPO = G_STPO_TAB EXCEPTIONS ERROR = 1 OTHERS = 2.
OIJP_BUFFER_MKAL_FOR_LOCATION CALL FUNCTION 'OIJP_BUFFER_MKAL_FOR_LOCATION' EXPORTING PWERK = OIJLOCMAT-PWERK PMATNR = OIJLOCMAT-PMATNR ADD = C_OFF TABLES I_MKAL = G_MKAL_TAB EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
CSAP_MAT_BOM_READ CALL FUNCTION 'CSAP_MAT_BOM_READ' EXPORTING MATERIAL = OIJLOCMAT-PMATNR PLANT = OIJLOCMAT-PWERK BOM_USAGE = G_MKAL_WA-STLAN ALTERNATIVE = G_MKAL_WA-STLAL VALID_FROM = G_BOM_DATE TABLES T_STPO = G_STPO_TAB EXCEPTIONS ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIJLF10_UPDATE_PV_FIELDS - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF10_TRAFFIC_LIGHT_UPDATE - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF10_SSC_READ_TRAN_DEFAULT - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF10_SET_TABLE_MODE - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF10_SET_SCREEN_MODE - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJLF10_SET_SCREEN_DISPLAY - Include MOIJLF10_SET_SCREEN_DISPLAY