SAP Reports / Programs

RSSDBADM SAP ABAP Report - SAP DB: DB Planning Calendar







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


Text pool values


Title: SAP DB: DB Planning Calendar
Text Symbol: 045 = Error While Determining the Medium
Text Symbol: 080 = Action Patter Not Applicable Due to
Text Symbol: 081 = Following Conflicts:
Text Symbol: 082 = Change the Time for Daily Backup Jobs
Text Symbol: 083 = or Remove Conflicting Actions First
Text Symbol: 086 = Add the Following Actions?
Text Symbol: 094 = (weekly)
Text Symbol: 095 = (for period:
Text Symbol: 096 = week(s)
Text Symbol: 110 = Do You Want to Delete the Action?
Text Symbol: 111 = Delete Action
Text Symbol: 112 = Action Pattern
Text Symbol: 113 = Error message
Text Symbol: 200 = Mon-Fri: Complete Data Backup (Weekly)
Text Symbol: 201 = Sat: Complete Data Backup with Checkpoint (Weekly)
Text Symbol: 202 = Mon-Fri: Incremental Data Backup (Weekly)
Text Symbol: 203 = Mon-Fri: Log Backup (Weekly)
Text Symbol: 204 = Sa: Update SQL Optimizer Statistics (Weekly)
Text Symbol: 205 = Sun: Database Structure Check(Every Four Weeks)
Text Symbol: 206 = Sun: Database Structure Check (Tables Only) (Every Four Weeks)
Text Symbol: 300 = Actions Table Could Not Be Updated
Text Symbol: 001 = Mon
Text Symbol: 002 = Tue
Text Symbol: 003 = Wed
Text Symbol: 004 = Thu
Text Symbol: 005 = Fri
Text Symbol: 006 = Sat
Text Symbol: 007 = Sun
Text Symbol: 008 = Initializing the Local DBA Planning Calendar ...
Text Symbol: 009 = Database Administration for MaxDB Database:
Text Symbol: 010 = Integration data is incomplete or contains errors
Text Symbol: 011 = First maintain the integration data.
Text Symbol: 012 = Follow the procedure described in SAP Note 588515
Text Symbol: 013 = Do you want to maintain the integration data now?
Text Symbol: 014 = Integration Data
Text Symbol: 015 = Start Action Immed. (Operatorless):
Text Symbol: 017 = Start Action Immed.





Text Symbol: 018 = There Is More Than One Log for This Day
Text Symbol: 027 = - Invalid Start Date in Calendar (Public Hol.?)
Text Symbol: 028 = Initializing DBA Planning Calendar ...
Text Symbol: 041 = Select a Medium
Text Symbol: 042 = Define the Number of Parallel Check Processes
Text Symbol: 044 = MediumName:


INCLUDES used within this REPORT RSSDBADM

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:

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