‎2007 Jul 23 12:59 PM
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.
‎2007 Jul 23 1:06 PM
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
‎2007 Jul 23 1:09 PM
‎2007 Jul 23 1:12 PM
Use the transaction SPAD to check it. Please note that output devices are case-sensitive.