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

Regarding Smartform

Former Member
0 Likes
425

Hi Experts,

I want to print Smartform output directly with any dialog box. I am doing like this.

wa_control_parameters-no_dialog = 'X'.

wa_control_parameters-device = 'PRINTER'.

wa_output_options-tddest = 'ZLOC'.

wa_output_options-tdnewid = 'X'.

wa_output_options-tdimmed = 'X'.

wa_output_options-tddelete = 'X'.

I am passing this structure to FM. I am not getting any dialog box. IT is creating the spool also if i check in SP02. But this is not priniting the output.

Where m i wrong.

Please help me. its urgent.

Regards

Azad.

3 REPLIES 3
Read only

Former Member
0 Likes
406

Please check if the output device ZLOC is mapped to any physical front-end printer. I.E. In the output device -> Access method, check if the Host Spool Access method is F: Printing on front-end computer. If not choose a device which is having access type as 'F'.

Please mark points if the solution was useful.

Regards,

Manoj

Read only

0 Likes
406

Hi manoj,

How can we check that.

regards

Azad.

Read only

0 Likes
406

Use the transaction SPAD to check it. Please note that output devices are case-sensitive.