‎2006 Aug 02 12:44 PM
Hi all,
I attended a interview & was asked a question.
I attached a smartform for tcode me23n. I wnt to debug
it. One way is to give 'Break-point' in 'program-lines'. Is there any other way of debugging it? Without going to the coding part or the function module generated, from the tcode, is there any way of debugging?
Thanks in advance.
Vijay
‎2006 Aug 02 12:47 PM
1.Execute the Smartform
2. Go to the funtion module
3. go to the object repository and subroutines tab in that. You will find the code of all the windows that u have in smartform.
4. You can now put soft breakpoints and run the smartform through the transaction me23 as required. It will stop at the break points.
Another way is to hard code the break points in the smartform codes.
‎2006 Aug 02 12:48 PM