Skip to Content
0
Former Member
Oct 04, 2005 at 06:30 PM

Conditional BreakPoint

157 Views

Is it possible to set a breakpoint based on a condition? Precisely, my problem is that while running an extractor, I have observed in SM50 that it is hitting a Z table that it is not supposed to hit!! Now if I run the extractor in debug (/h) mode, it is taking forever to step through it to reach any conclusion on which code is reading that Z table. Is it possible to set a breakpoint in which I can say stop the execution if there is a read from the Z table so that I can start the debugging from there? I am not proficient in ABAP, so any step-by-step instruction to achieve the desired result is highly appreciated.

One more question, is there anyway one can search the list of programs created by a particular user? In se80, repository info system gives only the options - program name, short description, package and application component to search upon. How do I find the list of programs/FMs created by a particular user? Please help. Thanks in anticipation.