ROIJRDUE 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 ROIJRDUE 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: OIL-TSW: Rundown engine events
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIL_CHECK_DEC_NOTATION_OF_USER * CALL FUNCTION 'OIL_CHECK_DEC_NOTATION_OF_USER' * EXCEPTIONS * USER_DEFAULT_IS_COMMA = 1 * OTHERS = 2.
MARA_SINGLE_READ * CALL FUNCTION 'MARA_SINGLE_READ' * EXPORTING * MATNR = SO_MATNR-LOW * IMPORTING * WMARA = MARA * EXCEPTIONS * OTHERS = 4.
OIJLOCMAT_ARRAY_READ * CALL FUNCTION 'OIJLOCMAT_ARRAY_READ' * EXPORTING * IT_OIJLOC_KEY = LT_OIJLOC_KEYS * IMPORTING * ET_OIJLOCMAT = LT_LOCMAT * EXCEPTIONS * RECORDS_NOT_FOUND = 0 * RECORDS_NOT_REQUESTED = 0 * OTHERS = 0.
OIJD_GET_OIJX * CALL FUNCTION 'OIJD_GET_OIJX' * TABLES * T_OIJX = G_OIJX * EXCEPTIONS * READ_ERROR = 1 * OTHERS = 2.
OIJU_REFRESH_OIJ_SCHED_BUFFER * CALL FUNCTION 'OIJU_REFRESH_OIJ_SCHED_BUFFER'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIJRDUE - OIL-TSW: Rundown engine events ROIJRDUBT - OIL-TSW: Rundown engine header and data definitions ROIJRDUBS - OIL-TSW: Rundown engine selection screen processing ROIJRDUBM_WRITE_RUNDOWN_LOG_ME - WRITE_RUNDOWN_LOG_MESSAGE ROIJRDUBM_WRITE_LOG_HEADER - WRITE_LOG_HEADER ROIJRDUBM_LOG_MESSAGE_SOP_USER - LOG_MESSAGE_SOP_USER_EXIT_LOC