‎2008 Feb 26 10:07 AM
hi,
i use the new debugger (in ecc5) and i have internal table
with 10,000 employee and the employee that i wont to check in loop is place in 4200 ,
there is way to put the number of employee and jump into it ?
Regards
‎2008 Feb 26 10:13 AM
‎2008 Feb 26 10:09 AM
‎2008 Feb 26 10:11 AM
Hi,
Create a watchpoint for the value for which you to debug, and press F8, automatically it will stop at that point.
Thanks,
Sriram Ponna.
‎2008 Feb 26 10:33 AM
‎2008 Feb 26 10:39 AM
Friend,
Refer this link...for creating watchpoint...
http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/frameset.htm
‎2008 Feb 26 10:42 AM
In debugging mode ..
There is a push button Create watch point (Shift + F8)
Enter the field name , relational operator and comp. field/value
in the popup that appears .. enter.
and press F8 .. It will take U to the fieldvalue (watch point) U've created
‎2008 Feb 26 10:13 AM
‎2008 Feb 26 10:46 AM
hi,
in debugging mode, select break/watchpoint tab->select create watch point (ICON)-> enter the varibale name->ok->double click on that variable name->change the mode from display to change mode->enter your value like 4200.
the program control will stop you when it is reached to 4200.
sekhar