‎2008 Sep 25 10:16 AM
Hi All,
I like to know how to debug the Smart Forms
Regards,
Suresh Kumar
‎2008 Sep 25 10:20 AM
Hi,
First get the FM name generated by the smartform and the go to main program of FM and keep break points at
call function 'SSFRT_READ_TEXT'
and
call function 'SSFRT_READ_TEXTMODULE'
Issue the output for printing.
Then you will get to know the flow of printing of the texts in smartform.
Regards,
Raju.
‎2008 Sep 25 10:17 AM
Hi
Smartforms will generate a function module, open the same using SE37
and search for your code, where you need to put the break-point and than place the break-point
Regards
MD
‎2008 Sep 25 10:18 AM
Hi in INITIALIZATION tab OF GLOBAL DEFINITION you put a break-point.
you can also use program lines.
Edited by: swati gupta on Sep 25, 2008 11:19 AM
‎2008 Sep 25 10:20 AM
Hi,
First get the FM name generated by the smartform and the go to main program of FM and keep break points at
call function 'SSFRT_READ_TEXT'
and
call function 'SSFRT_READ_TEXTMODULE'
Issue the output for printing.
Then you will get to know the flow of printing of the texts in smartform.
Regards,
Raju.
‎2008 Sep 25 10:20 AM
Hi suresh Kumar,
Search forum and before posting read the rules of engagement .
you will find similar threads regarding this.
Regards,
Sravanthi