Why the statement
BREAK-POINT 'my username'.
affects not only me but other users too? Am I insane? Maybe this is a problem of permissions or any other reason? Can anybody explain me?
This statement is located in method body in class which implements BAdI.
If you want to use break points only for your username, you have to use it like this:
If you use
it is going to affect everyone.
The actual meaning of
BREAK-POINT 'my username'.is completely different (comment from vwegert):