Hi Experts,
We are currently facing an issue while using T Code - RSRT (HTML display).
When we press F4 (to search a query in InfoArea Tab), ABAP debugger automatically starts and we are unable to find and execute any query. ABAP Debugger stops at following code-
IF cl_rsr_mdx_ui_services=>is_debug( ) EQ rs_c_true.
BREAK-POINT. "#EC NOBREAK
ELSEIF sy-tcode EQ 'RSRTRACE'
OR sy-tcode EQ 'RSRCATTTRACE'
OR sy-tcode EQ 'RSRT'
OR sy-tcode EQ 'RSRT2'
OR sy-tcode EQ 'RSRAM'
OR sy-tcode EQ 'RSTT'
OR sy-cprog EQ 'RSTT_EXECUTE_TRACE'.
*_____________________________________________________________________
* error in >> l_repid <<
* >> l_include <<
* >> l_source_line <<
*__________________________^^^^^^^^^^^^^^_____________________________
BREAK-POINT. "#EC NOBREAK
Previously we were able to execute all queries. We are facing this issue only from last few days.
Please help to resolve this issue.
Thanks in advance.