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