RSDUMPQM 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 RSDUMPQM 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: S_XHOLD = X=Keep
Selection Text: S_UZEIT = Time
Selection Text: S_UNAME = User
Selection Text: S_PRG = Program Name
Selection Text: S_MANDT = Client
Selection Text: S_INCL = Include
Selection Text: S_ERRID = Abend ID
Selection Text: S_DEVC = Package
Selection Text: S_DATUM = Date
Selection Text: S_AHOST = Host
Selection Text: AGG_USER = User
Selection Text: AGG_TYPE = Dump Type
Selection Text: AGG_PRG = Program Name
Selection Text: AGG_MAN = Client
Selection Text: AGG_LINE = Program Line
Selection Text: AGG_INCL = Include
Selection Text: AGG_ID = Dump ID
Selection Text: AGG_DEVC = Package
Selection Text: AGG_COMP = Application Component
Title: Aggregated Runtime Error View
Text Symbol: USR = User
Text Symbol: TCO = Application Component
Text Symbol: SUM = Total
Text Symbol: S02 = Default Settings Aggregation
Text Symbol: S01 = Selections
Text Symbol: PRG = Program Name
Text Symbol: PLI = Program Line
Text Symbol: PAK = Package
Text Symbol: NAS = Not Assigned
Text Symbol: MAN = Client
Text Symbol: K01 = Unclassified Error
Text Symbol: INT = Internal Error
Text Symbol: INC = Include
Text Symbol: DTY = Dump Type
Text Symbol: DID = Dump ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_ST22_GET_CATEGORIES call function 'RS_ST22_GET_CATEGORIES' importing p_legend = l_legend_it.
RS_ST22_GET_DUMP_CATEGORY_TEXT call function 'RS_ST22_GET_DUMP_CATEGORY_TEXT' exporting p_name = p_complete_list-dump_id importing p_category = l_catagory.
RFC_IS_GUI_ON call function 'RFC_IS_GUI_ON' importing on = l_on.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting it_fieldcat = l_it_field_cat_list_alv tables t_outtab = it_alv_list.
AUTHORITY_CHECK_TCODE * call function 'AUTHORITY_CHECK_TCODE' * exporting * tcode = 'ST22' * exceptions * ok = 0 * not_ok = 2 * others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.