RSDBAPBO 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 RSDBAPBO 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!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_LIGHT_OUT' * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = ALARM_GRAY EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_GREEN_LIGHT' * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = ALARM_GREEN EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_YELLOW_LIGHT' * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = ALARM_YELLOW EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_RED_LIGHT' * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = ALARM_RED EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.
GET_ALL_DB_PARAMETER_ORA CALL FUNCTION 'GET_ALL_DB_PARAMETER_ORA' TABLES DBPARAMETER = I_DBPARAM.
PROFILE_FROM_PAHI CALL FUNCTION 'PROFILE_FROM_PAHI' EXPORTING SELECT_PARAMETER_TYPE = 'D' SELECT_HOSTNAME = SAP_HOSTNAME SELECT_SYSTEMID = SAP_SYS_ID SELECT_START_DATE = '19920101' TABLES PROFILE_HISTORY = INT_DBPARAM_HIST EXCEPTIONS NO_PARAMS_FOUND_FOR_GIVEN_CRIT = 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.
RSDBAPBO - documentation and ABAP source code RSDBANDD - Display a DB analyzer detailed log (dynamically in ALV grid) RSDBANDD - Display a DB analyzer detailed log (dynamically in ALV grid) RSDBANCONTROL - Program RSDBANCONTROL RSDBANCONTROL - Program RSDBANCONTROL RSDBANCOLL - RSDBANCOLL Administration of DB Analyzer Data in Table MONI