Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMART FORMS Debugging

Former Member
0 Likes
701

Hi All,

I like to know how to debug the Smart Forms

Regards,

Suresh Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

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.

4 REPLIES 4
Read only

Former Member
0 Likes
664

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

Read only

Former Member
0 Likes
664

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

Read only

Former Member
0 Likes
665

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.

Read only

Former Member
0 Likes
664

Hi suresh Kumar,

Search forum and before posting read the rules of engagement .

you will find similar threads regarding this.

Regards,

Sravanthi