Hi,
i have a smartform and print it via this FM direct to the printer which is set
on my user as default (LOCAL). The output is coming direct. Every thing works OK.
CONTROL_PARAMETERS-NO_DIALOG = 'X'.
CALL FUNCTION FM_NAME
EXPORTING
CONTROL_PARAMETERS = CONTROL_PARAMETERS
OUTPUT_OPTIONS = OUTPUT_OPTIONS
ADRNR = LFA1-ADRNR
SPRAS = LFA1-SPRAS
STR_POBOX = 'S'
TABLES
TMARA = IMARA
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5.
Now i want the output not to be printed, but only hold in spool.
i have tried with setting OUTPUT_OPTIONS-TDIMMED with space, but no result.
Has anybone an idea? Which values/parameter do i have to set??
thanks.
regards, Dieter