ROIRA_SETUP_APPL_LOG_AUTOM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reads out the SSR customizing for the defined processes and defines appropriate Application Log SubObjects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ROIRA_SETUP_APPL_LOG_AUTOM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O5BAP4 - Set up application log
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: Set-up of ApplLog SubObjects OIR_PROCESS_CONTROL
Text Symbol: 001 = Do you want to continue?
Text Symbol: 003 = Set up application log for Process Control
Text Symbol: 008 = The application log will be adjusted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'The application log will be adjusted'(008) textline2 = 'Do you want to continue?'(001) titel = 'Set up application log for Process Control'(003) start_column = 25 start_row = 6 cancel_display = 'X' importing answer = l_answer.
ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting * MODE_RSTABLE = 'E' tabname = 'BALSUB' * VARKEY = * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting * MODE_RSTABLE = 'E' tabname = 'BALSUBT' * VARKEY = * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' importing we_order = l_tr_order we_task = l_tr_task tables wt_ko200 = t_ko200 wt_e071k = t_e071k.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = l_tr_order iv_no_standard_editor = ' ' tables wt_ko200 = t_ko200 wt_e071k = t_e071k.
DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting * MODE_RSTABLE = 'E' tabname = 'BALSUBT' * VARKEY = * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting * MODE_RSTABLE = 'E' tabname = 'BALSUB' * VARKEY = * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRA_SETUP_APPL_LOG_AUTOM - Set-up of ApplLog SubObjects OIR_PROCESS_CONTROL ROIRA_SETUP_APPL_LOG_AUTOM - Set-up of ApplLog SubObjects OIR_PROCESS_CONTROL ROIRA_PR_PROC_VALUEREQUEST - Include ROIRA_PR_PROC_VALUEREQUEST ROIRA_PR_PROC_SCREENVARIANT - Include ROIRA_PR_PROC_SCREENVARIANT ROIRA_PR_PROC_PROCID - Include ROIRA_PR_PROC_PROCID ROIRA_PR_PROC_MAINSCREEN - Include ROIRA_PR_PROC_MAINSCREEN