on 2012 Dec 13 8:37 AM
Hi,
I've the following code in my program control:
DATA: control TYPE ssfctrlop,"Smart Forms: Control structure
output_options TYPE ssfcompop,"Smart Composer (transfer) options
v_fm TYPE rs38l_fnam,"Form Name
itab TYPE STANDARD TABLE OF mara."Table to be passed to form
DATA :
gs_control_parameters TYPE SSFCTRLOP,
gs_output_options TYPE SSFCOMPOP.
gs_control_parameters-no_dialog = 'X'.
gs_output_options-tddest = 'ETIQUETAS'.
gs_output_options-tddelete = 'X'. "Delete after print
gs_output_options-tdimmed = 'X'. "Print immediately
The output device ETIQUETAS exists and works properly. But If I run the control program I get the error "output device ETIQ not defined" and I don't know why. In fact the ETIQ output device isn't defined in the SPAD. I need to send the result thru ETIQUETAS.
Can anybody help me?
Thanks in advance.
Regards.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.