‎2006 Oct 31 4:01 PM
hi guys,
can any one tell me what are the different steps and options available to debug a SAP SCRIPT and a SMARTFORM.
thank you very much
pavan
‎2006 Oct 31 4:04 PM
Hi,
i tried one time to use debugging in smartforms and i didn't find anything.
i use a terrible method: i insert in page command "BREAK-POINT".
‎2006 Oct 31 4:11 PM
Hi,
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.
Hope this will help,
Thanks,
Rashmi.
‎2006 Oct 31 4:37 PM
There is a transaction 'SMARTFORMSTRACE' (or was it 'SMARTFORMS_TRACE') which will give you quite helpful information.
Try!
Sorry: Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis.
Regards,
Clemens
Message was edited by: Clemens Li
‎2006 Oct 31 5:27 PM
Hi
In SAPSCRIPTS, you can 'Activate the debugger' in SE71 to start the debugging of script.
In SMARTFORMS, you can use BREAK-POINT (coded in any code window node) to initiate debugging of SF.
Regards,
Raj