Skip to Content
0
Former Member
Sep 13, 2007 at 02:22 AM

How to get rid Print Dialog in Smartforms

25 Views

Hi,

We are using ECC 6.0. I have the following code for calling smartforms:

DATA: ltp_control_parameters TYPE ssfctrlop,
        ltp_output_options TYPE ssfcompop.

  ltp_control_parameters-no_dialog = 'X'.
  ltp_control_parameters-preview = 'X'.
  ltp_control_parameters-preview = 'LOCL'.
  ltp_output_options-tddest = 'LOCL'.

The problem is that the print dialog appears and asking for output device. How to get rid this?

thanks,

sid