‎2007 Apr 17 5:14 AM
how to debug smarform without using break-point code?
i have tried SFTRACE but it did not work?
any advice?
‎2007 Apr 17 5:17 AM
hi use
/h tcode and enter smart form name
and then execute ur driver pragram
regards
praveen
‎2007 Apr 17 5:17 AM
hi use
/h tcode and enter smart form name
and then execute ur driver pragram
regards
praveen
‎2007 Apr 17 5:18 AM
‎2007 Apr 17 5:23 AM
hi in the form
click on utilities->debugger
or
RSTXDBUG for debugger screen
‎2007 Apr 17 5:25 AM
hi Praveen,
your advice worked for sapscript, i was asking for SMARTFORMS
‎2007 Apr 17 5:29 AM
it's easy
first go to smart form transaction and then press f8, then the windows change to the funcion of the smart form, then click in display and then click in find, and choose the control program and find a part of the source code and put a break point.
‎2007 Apr 17 5:33 AM
Hi Jose,
If i put debugger at the function module, the debugger will go to the weird coding that will go to unknown coding and function, i need to be able to go inside the smartforms coding
‎2007 Apr 17 5:35 AM
‎2007 Apr 17 5:30 AM
Hi,
1) DEBUG Smartform:
1) One way to debug smartform is to debug the Function Module of that smartforms.
If you want to debug particular smartform node that the solution would be,
insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
2) SFTRACE can be used for debugging SMARTFORMS.
Read More here.
http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Apr 17 5:34 AM
Hi Nagaraj,
I have mentioned my requirement that i am not keen to use break-point and SFTRACE did not work