Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Spool Requst smartforms

Former Member
0 Kudos
84

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.

4 REPLIES 4

former_member705122
Active Contributor
0 Kudos
65

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

Former Member
0 Kudos
65

hiiii

for suppressing dialog box please refer to following link

regards

twinkal

Former Member
0 Kudos
65

hi,

Refer to the link.

Logon to SAP Technical / Tutorials / SMARTFORMs and you will find how to Supress the Dialog box.

Regards

Sumit Agarwal

Former Member
0 Kudos
65

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