SAP Reports / Programs

RSDUMPQM SAP ABAP Report - Aggregated Runtime Error View







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


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


Text pool values


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


INCLUDES used within this REPORT RSDUMPQM

No INCLUDES are used within this REPORT code!


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:

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.



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