Skip to Content
0
Former Member
Jun 27, 2008 at 09:25 AM

How to create breakpoint with ABAP code?

119 Views

Hi all,

I would like to create a breakpoint for my user id only.

So far, the only way that I know is by:

break <user_id>.

e.g.

break john.

HOWEVER, my user id contain a "." (i.e. chris.p) , and this cause syntax error.

Could anyone help me?

Thank you.

Best regards,

Chris