2008 Jul 29 7:00 AM
Hi all,
I want to suppress the dialog box in smrtform i.e.printpreview.
i want to create spool requst only and not smartform layout.
so,can u help me in this.
regareds.
Priya.
2008 Jul 29 7:02 AM
Hi,
To suppress dialog, fill the parameters of the smartforms function module :
setcontrol_parameters-no_dialog = 'X'.
setcontrol_parameters-preview=' '.
Also fill the output parameters (sample)
output_options-tddest = <myprinter>.
output_options-tdimmed = 'X'.
output_options-tdnewid = 'X'.
output_options-tddelete = 'X'.
Regards
Adil
2008 Jul 29 7:03 AM
2008 Jul 29 7:07 AM
hi,
Refer to the link.
Logon to SAP Technical / Tutorials / SMARTFORMs and you will find how to Supress the Dialog box.
Regards
Sumit Agarwal
2008 Jul 29 7:13 AM
Hi Supriya.
I would like to suggest a few references, as it is quite similar to your issue,
[SDN - Reference to Supress page in print preview |;
[SDN - Reference for Creating Spool request in SMARTFORMS|;
[SDN - Reference for Several smartform outputs are included in an output request|;
[SDN - Reference for Single Spool Request for Script & SmartForms|;
Hope that's usefull.
Good Luck & Regards.
Harsh Dave