RSDBALTR 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 RSDBALTR 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.
Selection Text: ALTR_TAB = Alter table
Selection Text: CREA_TAB = Create table
Selection Text: DROP_TAB = Drop table
Selection Text: FIRSTIDX = index of first new row
Selection Text: INSR_TAB = insert into table
Selection Text: SELC_TAB = select from table
Title: Alter definition of system tables in ABAP Workbench
Text Symbol: 001 = XPRA for the Namespace Project: Adaption of D010..., D020...
Text Symbol: 002 = Table
Text Symbol: 003 = Successfully altered
Text Symbol: 004 = Error altering table
Text Symbol: 005 = Error during test depends on whether the adaption was already executed
Text Symbol: 006 = Adaption already executed (DDNTF test)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_GET_TABLE_FIELDS CALL FUNCTION 'DB_GET_TABLE_FIELDS' EXPORTING TABNAME = TESTTABNAME FIELD_INFO = 'A' IMPORTING SUBRC = SUBRC TABLES DBFIELDS = DBFIELDS.
APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = SPROT_U_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDBALTR - Alter definition of system tables in ABAP Workbench RSDBALTR - Alter definition of system tables in ABAP Workbench RSDBAJOB - Report Scheduled as a Background Job to Start a DBA Action RSDBAJOB - Report Scheduled as a Background Job to Start a DBA Action RSDBAI01 - Include for RSDBA000 RSDBAF01 - Forms