cancel
Showing results for 
Search instead for 
Did you mean: 

Problem report only print out when i click back button

Former Member
0 Kudos

hi all..i having problem with my report print program. the problem is my report did not immediately print out when i click print button. the program require me to click back button before print out execute. please help me to solve this problem. Thank you.

Edited by: padile on Jan 7, 2010 3:51 AM

Accepted Solutions (1)

Accepted Solutions (1)

Abhijit74
Active Contributor
0 Kudos

Hi,

When you are printing in the spool control check "Print Immediately" . If you are using any output type then also in the print options clheck the button "Print Immediately".

Thanks

Abhijit Mandal

Answers (3)

Answers (3)

Former Member
0 Kudos

Just try another method to solve my problem.

Former Member
0 Kudos

At the end i need to forget about doing this and found another solution for my problem. Thank you your respon.

Edited by: padile on Apr 23, 2010 9:47 AM

Former Member
0 Kudos

Hi,

In your program, mention the following:


DATA: gs_out_opt TYPE ssfcompop. 

gs_out_opt-tdimmed = 'X'           "Print immediately

CALL FUNCTION lv_fname         "Smartform FM
      EXPORTING
        output_options     = gs_out_opt   
.
.
.

Regards,

Dawood.