‎2008 Mar 27 1:58 AM
Hi All,
I'm debugging a program which uses an internal table with hundreds of lines. The program needs to loop that internal table. I need to debug the code inside the loop for a specific row which has a specific field value. How can I set a break point for that specific row in the loop based on the field value? A normal break point will pause the program hundreds of times until it reaches the specific row.
Thanks, Jerome
‎2008 Mar 27 2:01 AM
Hi,
create WATCH POINT
http://help.sap.com/saphelp_470/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm
Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 27 2:01 AM
Hi,
create WATCH POINT
http://help.sap.com/saphelp_470/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm
Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 27 2:11 AM
‎2008 Mar 27 2:12 AM
if u want to find the value then u need to use th ewatch point
in debugger mode u can find the watch point tab there u need to give the field name u want.
Regard,
raam
‎2008 Mar 27 6:11 AM
hello Jerome-
For your requirement you need to create a watch point in debugger mode.
if you know the value just hardcode the value in watchpoint and push F8.
Cheers,
~Srini..