SAP Reports / Programs

RSDB4PKG SAP ABAP Report - Display SQL Packages







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


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


Text pool values


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





Text Symbol: 010 = Delete SQL package
Text Symbol: 011 = Save operation successfully completed
Text Symbol: 012 = Delete operation successfully completed
Text Symbol: 013 = Error while getting size information.
Text Symbol: 014 = Size (KB)
Text Symbol: 015 = Total size in KB :
Text Symbol: 016 = of all SQL packages used by SAP System
Text Symbol: 017 = Size will be displayed only partially.
Text Symbol: 018 = No permission to run the external command:
Text Symbol: 019 = External command not found:
Text Symbol: 020 = Error in execution of external command:
Text Symbol: 021 = No size information will be displayed.
Text Symbol: 022 = Error in ext. command PRTSQLINF: Package cannot be displayed.
Text Symbol: 023 = Total:
Text Symbol: 024 = Change date
Text Symbol: 025 = Last time used
Text Symbol: 031 = Incorrect parameters specified
Text Symbol: 032 = SQL package information
Text Symbol: 033 = Statement not found in package
Text Symbol: 034 = SQL implementation messages


INCLUDES used within this REPORT RSDB4PKG

INCLUDE RSDB4IND.


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:

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.



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