OIJ_EL_PDO00_SEL_SCREEN 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 OIJ_EL_PDO00_SEL_SCREEN 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.
Title: Include OIJ_EL_PDO00_SEL_SCREEN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIJU_CHECK_LOCATION_RD CALL FUNCTION 'OIJU_CHECK_LOCATION_RD' EXPORTING I_LOCID = S_LOCID-LOW IMPORTING T_LOCDATA = L_OIJLOC E_WERK = L_PLANT E_LGORT = L_LGORT EXCEPTIONS INPUT_NOT_VALID = 01 LOCATION_NOT_FOUND = 02 NO_PLANT = 03.
OIJU_CHECK_LOCATION_RD CALL FUNCTION 'OIJU_CHECK_LOCATION_RD' EXPORTING I_LOCID = S_LOCID-HIGH IMPORTING T_LOCDATA = L_OIJLOC E_WERK = L_PLANT E_LGORT = L_LGORT EXCEPTIONS INPUT_NOT_VALID = 01 LOCATION_NOT_FOUND = 02 NO_PLANT = 03.
MARD_EXIST_MATNR CALL FUNCTION 'MARD_EXIST_MATNR' EXPORTING MATNR = S_MATNR-LOW EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.
MARD_EXIST_MATNR CALL FUNCTION 'MARD_EXIST_MATNR' EXPORTING MATNR = S_MATNR-HIGH EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.