cancel
Showing results for 
Search instead for 
Did you mean: 

printing smartform directly

Former Member
0 Kudos

Hi,

how the print of smartform will come directly, without creating spool request, which parameters i have to use.

thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Go to the menu path beloiw

System->userprofile->own data

then in the new screen go to defaults.

then give the output device name ans scheck output immediately.

and save

So when you give direct print it will automatically send to printer with out creating spool number.

Reward points if useful.

Regards,

Nageswar

former_member196280
Active Contributor
0 Kudos

When calling smartform function module you will see control paramets, pass below structure to it.. it will solve your problem

Ex:

SSFCTRLOP LIKE SSFCTRLOP.

SSFCTRLOP-PREVIEW = ' '.

SSFCTRLOP-NO_DIALOG = ' '.

While calling smart form

Pass the below parameter

CONTROL_PARAMETER = SSFCTRLOP.

Close the thread once your question is answered.

Regards,

Sairam

Former Member
0 Kudos

hello nandini

for output type u need to provide printer name :

in communication methods (Communication method is button on tool bar)

Logical destination : You need to give printer name

and check the print immediately button

and save it

Madavi