SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIRA_SETUP_APPL_LOG_AUTOM SAP ABAP Report - Set-up of ApplLog SubObjects OIR_PROCESS_CONTROL







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O5BAP4 - Set up application log


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIRA_SETUP_APPL_LOG_AUTOM. "Basic submit
SUBMIT ROIRA_SETUP_APPL_LOG_AUTOM AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRA_SETUP_APPL_LOG_AUTOM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT ROIRA_SETUP_APPL_LOG_AUTOM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = ' ' .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ROIRA_SETUP_APPL_LOG_AUTOM or its description.