ROIJRDUL_READ_EXISTING_RD_IT05 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 ROIJRDUL_READ_EXISTING_RD_IT05 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!
OIJU_READ_RUNDOWN_TABLE CALL FUNCTION 'OIJU_READ_RUNDOWN_TABLE' EXPORTING I_LOCID = G_LOC_RDSEL_INDEX_TAB-LOCID I_TSYST = C_INITIAL_TSYST I_MATNR = G_LOC_RDSEL_INDEX_TAB-PMATNR I_START_DATE = PI_RD_ITEM_DATE_LO I_END_DATE = PI_RD_ITEM_DATE_HI TABLES T_OIJRD_TAB = L_OIJRD_DATELINE_TAB EXCEPTIONS NO_ENTRIES_FOUND = 4 DB_ACCESS_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.
ROIJRDUL_READ_EXISTING_RD_IT05 - READ_EXISTING_RD_ITEMS_LOC ROIJRDUL_PROCESS_RD_OBJECT_LOC - Process Location Rundown object ROIJRDUL_PROCESS_RD_ITEM_SOP_D - PROCESS_RD_ITEM_SOP_DATA_LOC ROIJRDUL_PROCESS_RD_ITEM_S034_ - PROCESS_RD_ITEM_S034_DATA_LOC ROIJRDUL_PROCESS_RD_ITEM_LOC_P - PROCESS_RD_ITEM_LOC_POINTERS ROIJRDUL_PROCESS_RD_ITEM_LIS_D - PROCESS_RD_ITEM_LIS_DATA_LOC