cancel
Showing results for 
Search instead for 
Did you mean: 

Query getting to debug mode when executed from RSRT

Former Member
0 Kudos

Hi,

When I execute the query from RSRT, it gets into debug mode and the following code is displayed in the debugger.

SAPLRS_EXCEPTION(program)

Function Module RS_EXCEPTION_TO_MESSAGE

IF l_systp EQ rs_sys_sap.

              BREAK-POINT.                                 "#EC NOBREAK

            ENDIF.

          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(the code stopped here)

            l_message = rs_c_true.

Same query was working fine till yesterday. Please help me to resolve this issue.

Regards

Randhir Jha

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Randhir,

We are also facing the same issue. Could you please tell how did you resolve the same.

Thanks & Regards,

Hemant