SAP Reports / Programs

RSSDBDBC SAP ABAP Report - Database Assistant







RSSDBDBC 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 RSSDBDBC 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

DB50N - Database Assistant


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


Text pool values


Selection Text: P_CON = Name of Database Connection
Title: Database Assistant
Text Symbol: 400 = Error when launching Database Studio
Text Symbol: 100 = Logo of the MaxDB Assistant
Text Symbol: 081 = Do you want to integrate the instance?
Text Symbol: 080 = Instance is not integrated into the DBA Cockpit
Text Symbol: 070 = Call of Database Manager (GUI) failed
Text Symbol: 050 = Error Creating Docking Container
Text Symbol: 049 = Error Creating Tree Control Proxies
Text Symbol: 048 = Error Registering Events for Tree Control
Text Symbol: 047 = Error Adding Nodes to Tree Control
Text Symbol: 046 = Error Linking Docking Container
Text Symbol: 045 = Error Expanding Nodes
Text Symbol: 044 = Could not start SQL Studio
Text Symbol: 043 = Could not start the alert monitor
Text Symbol: 029 = Properties of the Database
Text Symbol: 028 = Connection
Text Symbol: 027 = Version
Text Symbol: 026 = SQL access not possible
Text Symbol: 025 = Warning
Text Symbol: 024 = since
Text Symbol: 023 = on
Text Symbol: 022 = Database
Text Symbol: 021 = Update Status
Text Symbol: 020 = Status
Text Symbol: 014 = The instance must be integrated using the virtual server name.
Text Symbol: 013 = There is a hot standby configuration.
Text Symbol: 012 = Hot Standby
Text Symbol: 010 = Follow the procedure described in SAP Note 588515
Text Symbol: 009 = First maintain the integration data.
Text Symbol: 008 = Integration data is incomplete or contains errors
Text Symbol: 007 = To maintain the integration data follow SAP Note 588515.
Text Symbol: 006 = as the user details do not match the defaults
Text Symbol: 005 = The data could not be automatically corrected
Text Symbol: 004 = Integration Data
Text Symbol: 003 = Instance has type 'liveCache'
Text Symbol: 002 = Incorrect type
Text Symbol: 001 = Not supported in this SAP DB version





INCLUDES used within this REPORT RSSDBDBC

INCLUDE SDB_CLIENT_SEPARATION. " MACROS
INCLUDE SDBCOTOP. " MAIN PROGRAM


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:

SHOW_OPEN_ALERTS_SDB CALL FUNCTION 'SHOW_OPEN_ALERTS_SDB' EXPORTING i_con_name = g_con_name.



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