SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure(BC-ESI) SAP BC

RSRDEBUG SAP ABAP Report - Remote ABAP Debugging







RSRDEBUG 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 RSRDEBUG 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

SRDEBUG - Activate Remote Debugging


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


Text pool values


Title: Remote ABAP Debugging
Text Symbol: E01 = Mark at least one entry
Text Symbol: 041 = Deactivate Debugging for user
Text Symbol: 031 = Deactivate Debugging
Text Symbol: 027 = IP Address
Text Symbol: 026 = Timeout
Text Symbol: 025 = Date
Text Symbol: 024 = SAPGUI Host
Text Symbol: 023 = Developer
Text Symbol: 022 = Application Server
Text Symbol: 021 = User
Text Symbol: 012 = Unknown error
Text Symbol: 011 = Internal Error
Text Symbol: 010 = Update External Debugging failed
Text Symbol: 009 = Set External Breakpoint failed
Text Symbol: 008 = Invalid LOGON Group
Text Symbol: 006 = Invalid Method Name
Text Symbol: 005 = Invalid Class Name
Text Symbol: 004 = Invalid Function Module Name
Text Symbol: 003 = No breakpoint set
Text Symbol: 002 = Invalid User-ID
Text Symbol: 001 = Attach SAPGUI not available


INCLUDES used within this REPORT RSRDEBUG

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Deactivate Debugging'(031) text_question = l_question IMPORTING answer = l_answer.

SRDEBUG_START CALL FUNCTION 'SRDEBUG_START' EXCEPTIONS attach_sapgui_failed = 1 invalid_userid = 2 no_breakpoint_set = 3 function_not_found = 4 class_not_found = 5 method_not_found = 6 invalid_logon_group = 7 cannot_set_breakpoint = 8 cannot_update_http_debug = 9 internal_error = 10 OTHERS = 11.

SRDEBUG_DEACTIVATE CALL FUNCTION 'SRDEBUG_DEACTIVATE' DESTINATION p_dest EXPORTING dbg_user = p_user gui_ipaddr = '*' EXCEPTIONS system_failure = 1 MESSAGE rfcmess communication_failure = 2 MESSAGE rfcmess cannot_update_http_debug = 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 RSRDEBUG or its description.