ROIU_INIT_LOGS is a standard Executable ABAP Report 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 ROIU_INIT_LOGS 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: Remmove spool list, message, and job logs
No SAP DATABASE tables are accessed within this REPORT code!
OIU_VA_JOBN_STATUS CALL FUNCTION 'OIU_VA_JOBN_STATUS' EXPORTING I_JOBNAME = fw_jobname * IMPORTING * E_LN_CNT = TABLES T_JOBPARAMS = ft_joblist EXCEPTIONS JOB_NOT_FOUND = 1 OTHERS = 2.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = ft_joblist-jobcount jobname = ft_joblist-jobname * FORCEDMODE = ' ' * COMMITMODE = 'X' EXCEPTIONS CANT_DELETE_EVENT_ENTRY = 0 CANT_DELETE_JOB = 0 CANT_DELETE_JOBLOG = 0 CANT_DELETE_STEPS = 0 CANT_DELETE_TIME_ENTRY = 0 CANT_DERELEASE_SUCCESSOR = 0 CANT_ENQ_PREDECESSOR = 0 CANT_ENQ_SUCCESSOR = 0 CANT_ENQ_TBTCO_ENTRY = 0 CANT_UPDATE_PREDECESSOR = 0 CANT_UPDATE_SUCCESSOR = 0 COMMIT_FAILED = 0 JOBCOUNT_MISSING = 0 JOBNAME_MISSING = 0 JOB_DOES_NOT_EXIST = 0 JOB_IS_ALREADY_RUNNING = 0 NO_DELETE_AUTHORITY = 0 OTHERS = 0.
RSPO_L_RSELECT_SPOOLREQS CALL FUNCTION 'RSPO_L_RSELECT_SPOOLREQS' EXPORTING rqnone = c_yes rqproc = c_yes rqsucc = c_yes rqerr = c_yes * ACCESS = ' ' * PROTO = ' ' * IMPORTING * RQ_NO_ACCESS = * RQ_ACCESS = TABLES S_RQCLIE = ft_RQCLIE ** S_RQOWNE = ft_RQOWNE S_RQTITL = ft_RQTITL ** S_RQRECE = ft_RQRECE RESULT_TSP01 = ft_RESULT EXCEPTIONS ERROR = 1 OTHERS = 2.
RSPO_IDELETE_SPOOLREQ CALL FUNCTION 'RSPO_IDELETE_SPOOLREQ' EXPORTING spoolreq = ft_RESULT * IMPORTING * RC = * STATUS = EXCEPTIONS ERROR = 0 OTHERS = 0.
OIU_DELETE_MESSAGE CALL FUNCTION 'OIU_DELETE_MESSAGE' EXPORTING i_appl = p_subsys I_EXTNUMBER = fw_jobnm I_UNAME = '*' " SY-UNAME EXCEPTIONS FOUND_NO_LOGS = 0 APPL_LOG_ERROR = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_INIT_LOGS - Remmove spool list, message, and job logs ROIU_INIT_LOGS - Remmove spool list, message, and job logs ROIU_DO_OWNER_GRI_LISTF01 - Include ROIU_RV_VCR_LISTF01 ROIU_DO_OWNER_GRI_LIST - Owner Interest List Processing ROIU_DO_OWNER_GRI_LIST - Owner Interest List Processing ROIU_DO_JV_LISTF01 - Include ROIU_RV_VCR_LISTF01