cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress Print Dialog Box in smartform and directly print without preview

Former Member
0 Kudos

hi friends,

need a help from you all,

I want to suppress Print Dialog Box in smartform and directly produce printout without showing the print preview also.

tried few things but when i supress the print dialog window, it doesnt directly produce the print out. i think i am missing few parameters.

appreciate your help on this.

thnaks

iver.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

control-no_dialog = 'X'.

control-preview = 'X'.

control-no_open = 'X'.

control-no_close = 'X'.

call function 'SSF_OPEN'

exporting

control_parameters = control.

call function fm_name

exporting

control_parameters = control

customer = customer

bookings = bookings

connections = connections.

call function 'SSF_CLOSE'

Regards,

Sairam