SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RSSHOWRABAX SAP ABAP Report - ABAP Runtime Error







RSSHOWRABAX 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 RSSHOWRABAX into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ST22 - ABAP Dump Analysis


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 RSSHOWRABAX. "Basic submit
SUBMIT RSSHOWRABAX AND RETURN. "Return to original report after report execution complete
SUBMIT RSSHOWRABAX 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: MANDT = Client
Selection Text: S_AHOST = Host
Selection Text: S_DATUM = Date
Selection Text: S_EPPCC = EPP Call Counter
Selection Text: S_EPPCID = EPP Connection ID
Selection Text: S_EPPRID = EPP Full Context ID
Selection Text: S_ERRID = Runtime Error
Selection Text: S_EXCEPT = Exception
Selection Text: S_MANDT = Client
Selection Text: S_PRG = Terminated Program
Selection Text: S_TID = Transaction ID
Selection Text: S_UNAME = User
Selection Text: S_UZEIT = Time
Selection Text: S_WPID = Work Process Index
Selection Text: S_XHOLD = To be stored
Title: ABAP Runtime Error
Text Symbol: SEX = With Short Text of Runtime Error
Text Symbol: S11 = Parameters
Text Symbol: S10 = Use old dump analysis
Text Symbol: S08 = These files were investigated for each runtime error:
Text Symbol: S07 = Start
Text Symbol: S05 = Corresponding Application Component (Long Runtime)
Text Symbol: S04 = Own selection
Text Symbol: S03 = Standard
Text Symbol: S02 = Yesterday
Text Symbol: S01 = Today
Text Symbol: 002 = Exception
Text Symbol: 003 = Date and Time
Text Symbol: 101 = Runtime Errors
Text Symbol: 201 = What happened?
Text Symbol: 202 = What can you do?
Text Symbol: 203 = Troubleshooting
Text Symbol: AL1 = Not assigned
Text Symbol: AL3 = Unknown
Text Symbol: AL4 = Matches current logon
Text Symbol: AL5 = Terminated Program
Text Symbol: AL6 = Runtime Error
Text Symbol: AL7 = User





Text Symbol: AL8 = Program
Text Symbol: E03 = Insert node in tree
Text Symbol: E09 = Expand tree node
Text Symbol: E11 = Error in Tree Control
Text Symbol: E12 = Control cannot be built
Text Symbol: E13 = Flush Error
Text Symbol: I00 = Could not find any suitable Notes
Text Symbol: N01 = Runtime Error
Text Symbol: N02 = System Environment
Text Symbol: N03 = User View
Text Symbol: N04 = ABAP Developer View
Text Symbol: N05 = BASIS Developer View
Text Symbol: NCM = ABAP short dump not saved in full (too big)
Text Symbol: NCO = ABAP short dump is inconsistent (format error)


INCLUDES used within this REPORT RSSHOWRABAX

INCLUDE RSSHOWRABAX_TOP1.
INCLUDE RSSHOWRABAX_TOOLS.
INCLUDE RSSHOWRABAX_CLASS.
INCLUDE RSSHOWRABAX_SEL.
INCLUDE RSSHOWRABAX_100.
INCLUDE RSSHOWRABAX_200.
INCLUDE RSSHOWRABAX_510.
INCLUDE RSSHOWRABAX_600.
INCLUDE RSSHOWRABAX_FORMS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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