cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug an interface?

Former Member
0 Kudos

Hello all,

I have the following function call in my code:

     CALL METHOD lr_message->report_error_message
        EXPORTING
        message_text = 'Error setting dunning lock'.

When I now add a breakpoint to this call and start the debugger, I want to look inside this method to see what happens in "report_error_message". But with an normal "F5" within the debugger, the step (method call) is processed, but its not openend. I hope you understand what I mean

Any ideas how I can debug this method and see what happes inside of it?

Best regards, Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matthias.

Go to the interface if_wd_mesagge_manager in SE80 and open the implementing class. Then set the break point inside the report_error_message method.

I also did not find any other way.

Cheers,

Sascha

Former Member
0 Kudos

great, thanks!

Answers (0)