RSDBASHO 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 RSDBASHO 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: Display DBA Operation Logs: Oracle
Text Symbol: 031 = Space used by all table data in tablespaces(s):
Text Symbol: 032 = Number of indexes analyzed:
Text Symbol: 033 = Allocated space by table:
Text Symbol: 034 = Allocated space by index:
Text Symbol: 035 = Space used by table data:
Text Symbol: 036 = Object size before operation:
Text Symbol: 037 = Object size after operation:
Text Symbol: 038 = Size (temp., for example, export dump):
Text Symbol: 039 = Tablespace size before operation:
Text Symbol: 040 = Tablespace size after operation:
Text Symbol: 041 = Added tablespace:
Text Symbol: 042 = Not used
Text Symbol: 043 = Criteria (delta rows)
Text Symbol: 044 = Number of tables analyzed
Text Symbol: 045 = Number of tables that need new statistics
Text Symbol: 046 = Number of rows (acc. to the old stats)
Text Symbol: 047 = Number of rows (current)
Text Symbol: 048 = Mode:
Text Symbol: 049 = Preselection of standard alerts detected by SAPDBA
Text Symbol: 050 = Standard alerts with high priority
Text Symbol: 051 = (Errors and not supported settings):
Text Symbol: 052 = No severe alert condition among standard alerts found
Text Symbol: 053 = Standard alerts with medium priority
Text Symbol: 054 = (Warnings):
Text Symbol: 055 = No medium alert condition among standard alerts found
Text Symbol: 056 = Return code:
Text Symbol: 057 = Return code (operation started):
Text Symbol: 058 = Return code (operation error):
Text Symbol: 001 = FID
Text Symbol: 002 = Program
Text Symbol: 003 = Description
Text Symbol: 004 = Operation start
Text Symbol: 005 = Operation end
Text Symbol: 006 = Act.ID
Text Symbol: 007 = CB
Text Symbol: 008 = Object
Text Symbol: 009 = Operation:
INCLUDE RSSHODAT.
INCLUDE RSSHOEVT.
INCLUDE RSSHOF01.
INCLUDE RSSHOMOD.
INCLUDE RSSHOPAI.
INCLUDE RSSHOALV.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDBASHO - Display DBA Operation Logs: Oracle RSDBASHO - Display DBA Operation Logs: Oracle 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