cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms

Former Member
0 Kudos

Hi all,

Can u plz help me in providing info on the below posed queries.

1.How to debug a Smartform?

2.There are three types of output formats for Smartforms-standard ouput,xsf output and xsf + html Output.

Can u plz give the difference of the outputs obtained during execution of the driver program?

3.Regarding the advantage of the windows -main window,final,copy and secondary windows in smartforms?

4.Explanation of the concept of sub totals and grand totals

in Smartforms with an example.

It wud be really helpful for me as i am knew to SamrtForms.

Thanks,

Chandini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

to debug the smartform: Create a Program Lines. Insert BREAK-POINT there and activate the smartform.

After activation run the driver program and it will halt the the point where you have inserted the break point.

output types:

1. standard output - it gives the letter format

2. XSF - it gives the xml format

3. XSF + HTML - it gives xml format and here we can have graphics too

Former Member
0 Kudos

Thank you Ravi.

It really helped in solving my problem.

Thanks,

Chandini

Answers (1)

Answers (1)

Former Member
0 Kudos

DEBUG Smartform:

1) One way to debug smartform is to debug the Function Module of that smartforms.

If you want to debug particular smartform node that the solution would be,

insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.

So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.

2) SFTRACE can be used for debugging SMARTFORMS.

Reward points if useful.

Former Member
0 Kudos

Thank you Sravan .It was really very helpful.

Thanks,

Chandini