‎2006 Nov 17 4:40 PM
Hi friends,
How to debug smartform in prod server .
Thanks,
Ravi
‎2006 Nov 17 4:42 PM
Hi Ravi,
For smartforms debugging you can do this.
1. Execute the smartform (execute button in SMARTFORMS transaction)
2. Take the generated function module and display it in SE80.
3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.
Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis
Tcode - SFTRACE
Hope you have authorization in Prod server.
Reward points if this helps.
Manish
‎2006 Nov 17 4:55 PM
‎2006 Nov 17 5:58 PM
Hi,
Go to any Smartform.
Go to Environment ->Click Function Module Name .
Go to Se37 and give that Functional Module name.
After entering into the Function Module, Then 'GOTO' Menu click Main Program and in the main program you get includes, in the 'User defined Include Files' (include names which ends with 01) section, you can find includes where you can see the code which is there in Smartform. Keep the breakpoint at that and starts execution with debugging.
regs
Rakesh