cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking the print preview pop up .

Former Member
0 Kudos

Hi ,

I have a smartform and its working as expected by ny requirement is now like when ever the user clicks the print button and its a sking for printer details.

I want to block this pop up and when ever the user prints the print buttonit should directly go for print.

LIke script do we need to pass any parameters to the ssf_function module ??

Tnx,

Joe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes you need to pass the parameters

CONTROL_PARAMETERES-DEVICE which is your device name and

CONTROL_PARAMETERES-NODIALOG as 'X'.

This will block the dialog of print otpions

Please Do SEARCH in SDN for more information as we got lot of threads on this

Regards

Sarves

Former Member
0 Kudos

Hi,

Pass required data in OUTPUT_OPTIONS structure

along with the given value.

OUTPUT_OPTIONS-TDNOPREV = 'X' for No print preview.

Also in CONTROL_PARAMETER pass NO_DIALOG = 'X' with printer details.

This will help in disabling print preview before printing smartform.

Regards,

Brajvir

Answers (1)

Answers (1)

Former Member
0 Kudos

tnx