RSDBTANV 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 RSDBTANV 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: Application monitor: DB memory space - Set parameters
Text Symbol: 001 = Objects included in the negative list: ;
Text Symbol: 002 = Objects removed from the negative list:;
Text Symbol: 003 = The analysis parameters were saved. ;
Text Symbol: 004 = The analysis parameters were not changed. ;
Text Symbol: 005 = No performance tools authorization
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EMONI_1 CALL FUNCTION 'ENQUEUE_EMONI_1' EXPORTING RELID = 'DB' SRTFD = L_MONIKEY * SRTF2 = ' ' * X_RELID = ' ' * X_SRTF2 = ' ' Initialwerte * X_SRTFD = ' ' * _SCOPE = '2' asynchrone VB _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'AMDT' * VARKEY = E02 EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDBTANV - Application monitor: DB memory space - Set parameters RSDBTANV - Application monitor: DB memory space - Set parameters RSDBTANA - Analysis of Memory Used by Tables and Indexes in the Database RSDBTANA - Analysis of Memory Used by Tables and Indexes in the Database RSDBSTRINGSTAT - documentation and ABAP source code RSDBSTRINGSTAT - documentation and ABAP source code