‎2007 Apr 22 7:34 AM
‎2007 Apr 22 8:06 AM
Hi,
In the program lines in your smartforms, hard code a breakpoint in the following way.
break-point.
and this will cause your program to enter into debugging.
Regards
Abdullah..
‎2007 Apr 22 9:02 AM
Another way is:
1. open the code of the generated function module (from the smart form).
2. suppose want to check the value of variable var1 at run time. In such case, search the var1 in that code.
3. put a break point at the appearance of the var1 in the code.
4. the execute the function module with proper input.
5. The program will stop at the desired position.
6. The you can start debugging as usual.