‎2008 Jun 23 5:02 PM
Hi experts,
I am trying to print a smartform but I am not getting it out of the printer.
gw_control_param-no_open = false.
gw_control_param-no_close = false.
gw_control_param-langu = sy-langu.
gw_control_param-device = 'PRINTER'.
gw_control_param-no_dialog = true.
gw_control_param-preview = false.
gw_output_options-tddest = 'LOCL'.
gw_output_options-tdimmed = false.
gw_output_options-tdnoprev = true.
gw_output_options-tdnoprint = false.
gw_output_options-tdnoarch = false.
gw_output_options-tdiexit = false.
I use the parameters above but it doesn't come out of the machine.
what am I forgetting?
regards, Wim
‎2008 Jun 23 5:23 PM
Hello.
Did you check tcode SP02? Since you are passing: "gw_output_options-tdimmed = false", the print will go to spool before going to the printer.
If you want it to print immediatly use gw_output_options-tdimmed = 'X'.
Regards.
Valter Oliveira.
‎2008 Jun 24 8:40 AM
Thanks,
my question is answered.
I am getting a screen when printing with the printjob but that is not so bad.
regards,
Wim