cancel
Showing results for 
Search instead for 
Did you mean: 

Printing of Notification Shop Papers with Smartforms

Former Member
0 Kudos

Hi Experts,

We develop a programme in smartforms and assigned it to PM Notification shop paper as output programme.

Now when we are printing this shop paper system is not creating spool (no print) while using "Print / Fax" button but if we use "Print Preview" then system is creating spool and printing is normal. Moreover if are giving printer as default in "User Profile" then we are getting print using "Print / Fax" button also.

We do not want to default the printer in "User Profile".

Can somebody give some idea how to Print this form using "Print /Fax" Button without defaulting printer in User Profile.

SM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If your program is custom program then fucntion module SSF_OPEN, you can pass output_options parameter, now in this case pass

la_composer_param-tdimmed = space.

la_composer_param-tddelete = space.

la_composer_param-tdnewid = X.

for print/ Fax button code. This will generate spool for you.

Also keep user default option as space so that it will avoid default printer.

Hope this helps.

Thanks,

Madhura