Application Development and Automation 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: 
Read only

Spool Requst smartforms

Former Member
0 Likes
611

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
Read only

Former Member
0 Likes
592

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

Read only

Former Member
0 Likes
592

hiiii

for suppressing dialog box please refer to following link

regards

twinkal

Read only

Former Member
0 Likes
592

hi,

Refer to the link.

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

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
592

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