2008 Jul 14 2:40 PM
HI ALL,
In form printing, when we execute the driver program the pop up box comes where we say the outoput device .
Here i dont want the box to come also the layouit need not be displayed . Instead the layout should go directly to printer.. what i need to do for this.
Please reply,
Thanks in advance,
Amruta
HI ALL,
In form printing, when we execute the driver program the pop up box comes where we say the outoput device .
Here i dont want the box to come also the layouit need not be displayed . Instead the layout should go directly to printer.. what i need to do for this.
Please reply,
Thanks in advance,
Amruta
2008 Jul 14 2:42 PM
hi
In scripts
In the FM open_form
donot pass the variable DIALOG
make it blank
For smartforms
data : s_SSFCTRLOP type SSFCTRLOP.
s_ssfctrlop-NO_DIALOG = 'X'.
Pass the s_ssfctrlop to CONTROL_PARAMETERS in the FM
regards
prasanth
2008 Jul 14 3:07 PM
In ur smartform FM there is a parameter called CONTROL_PARAMETERS, it is a structure of SSFCTRLOP. Within it we have field called NO_DIALOG.
Here pass NO_DIALOG = 'X' and call the FM.
Regards,
JOy.
2008 Jul 15 10:02 AM
Hi,
just dont pass any parameters in dialog. you can get then ur requirement.
happy solving.
thanks'
karthik
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |