RSDB4PKG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program displays the SQL Packages of mySAP ERP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSDB4PKG 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: Display SQL Packages
Text Symbol: 035 = Statement package
Text Symbol: C25 = Inactive since
Text Symbol: C26 = Active since
Text Symbol: C27 = Last trimmed
Text Symbol: C28 = Save operation suc
Text Symbol: C29 = Last data refresh
Text Symbol: C30 = DB2/400 database monitor information:
Text Symbol: D01 = Performance monitor data as of
Text Symbol: D30 = Perfrom Reset Operation
Text Symbol: D31 = DBmonitor is currently inactive!
Text Symbol: D32 = DBmonitor is inactive since
Text Symbol: D33 = Do you want to perform the
Text Symbol: D34 = reset operation anyway?
Text Symbol: D35 = DB Monitor successfully stopped!
Text Symbol: D36 = DB Monitor successfully started!
Text Symbol: D37 = Someone deleted this info manually.
Text Symbol: D38 = Start or End the DB Monitor to get
Text Symbol: D39 = correct info for ST04
Text Symbol: D40 = If you choose EXIT this transaction
Text Symbol: D41 = will be aborted.
Text Symbol: D42 = Start DB2/400 Monitor
Text Symbol: D43 = End DB2/400 Monitor
Text Symbol: D44 = No info about DBMON activity found!
Text Symbol: D45 = No information about DBMON activities found!
Text Symbol: D46 = Someone deleted this info manually.
Text Symbol: D47 = The DBMON Button in ST04 may be corrupt!
Text Symbol: D48 = Transaction will be aborted
Text Symbol: D49 = No information about DBMON activities found!
Text Symbol: 001 = SQL Package Libraries Used for SAP System
Text Symbol: 002 = Library name
Text Symbol: 003 = Creation date
Text Symbol: 004 = SQL package name
Text Symbol: 005 = SQL packages in library
Text Symbol: 006 = Content of SQL package
Text Symbol: 007 = No. of packages
Text Symbol: 008 = Save operation canceled by user
Text Symbol: 009 = Delete operation canceled by user
INCLUDE RSDB4IND.
No SAP DATABASE tables are accessed within this REPORT code!
DB_SQL_WRITE_TO_ITAB CALL FUNCTION 'DB_SQL_WRITE_TO_ITAB' EXPORTING STMT_STR = i_stmt_str STMT_LEN = i_len LINE_SIZE = 70 "as textfields in snodetext CHANGING TEXT_TAB = S_INF_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.
RSDB4PKG - Display SQL Packages RSDB4PKG - Display SQL Packages RSDB4PI01 - documentation and ABAP source code RSDB4OSC_FI - iSeries: Include program for report RSDSOSCO RSDB4MNI - iSeries: Definitions for Objects in Data Cluster MONI RSDB4MNF - iSeries: General FormRoutines for Objects in Data Cluster MONI