SAP Reports / Programs

RSDBASHO SAP ABAP Report - Display DBA Operation Logs: Oracle







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


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 RSDBASHO. "Basic submit
SUBMIT RSDBASHO AND RETURN. "Return to original report after report execution complete
SUBMIT RSDBASHO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:





Text Symbol: 010 = Object:
Text Symbol: 011 = Start time:
Text Symbol: 012 = End time:
Text Symbol: 013 = Duration:
Text Symbol: 014 = (hhh:mm:ss)
Text Symbol: 016 = Others
Text Symbol: 017 = All
Text Symbol: 018 = No Action Log for This Action Found in the Database
Text Symbol: 019 = Check the Detail Log
Text Symbol: 020 = Daten/Index:
Text Symbol: 021 = Line:
Text Symbol: 022 = Allocated space by tables:
Text Symbol: 023 = Allocated space by indexes:
Text Symbol: 024 = Number of tables that need new statistics:
Text Symbol: 025 = Number of tables analyzed:
Text Symbol: 026 = Number of tables optimized:
Text Symbol: 027 = Allocated space by tablespaces:
Text Symbol: 028 = Number of tablespaces analyzed:
Text Symbol: 029 = Allocated space by tablespace(s):
Text Symbol: 030 = Allocated space by all tables in tablespace(s):


INCLUDES used within this REPORT RSDBASHO

INCLUDE RSSHODAT.
INCLUDE RSSHOEVT.
INCLUDE RSSHOF01.
INCLUDE RSSHOMOD.
INCLUDE RSSHOPAI.
INCLUDE RSSHOALV.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RSDBASHO or its description.