‎2013 Feb 27 11:52 PM
Hi,
Can someone suggest me Easy steps to debug a Smartform.
Thank you,
Prathima
‎2013 Feb 28 11:31 AM
Hello,
Put a break point e.g break'user name' through program line.
‎2013 Feb 28 9:27 PM
1. Find out the function module name from the smart form by executing it.
2. Open the FM in SE37.
3. Search for some string. Ex: Lets say you have a window in which you display some text using standard texts. Search for the standard text name (search in the main program).
4. Put a break point and execute.
Thanks,
Vikram.M
‎2013 Mar 05 5:17 AM
Hi Prathima,
In the transaction smartforms you will have environment tab. under it you will have the function module name.note it. come to the tcode se37 provide the function module name there.now enter into the source code.put a break point where ever you want and now you can able to debug it.
Thanks
Pavan.
‎2013 Mar 06 12:13 PM
Hi Prathima,
Refer the below link
http://wiki.sdn.sap.com/wiki/display/ABAP/Easy+Step+To+Debug+a+Smartform
or
You can analyze your Smart Forms using trace to watch how its works and any termination caused by errors. To administer the trace the transaction code is SFTRACE.
Steps to activate the Smart Form Trace
Regards,
Amol.