cancel
Showing results for 
Search instead for 
Did you mean: 

Printing while check Print Preview

Former Member
0 Kudos

Sapient

We assigned Work flow for Direct e-mail.Some times the users want to check the Print Preview.we will create the communication for the Printing.The Problem is while checking the Print Preview , it is automatically Printing the PO.We just want to check the Print Preview only. Any help Please ?

Thanks

Nick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I am sorry .Can you please explain me little more .We are using smart forms and assign to the E-MAIL.we want to check the Print Preview.Where i have to check the Output in smartforms and how ?

Thanks

Former Member
0 Kudos

Hi nick,

Open smart form and go including program

and check this data

<b>DATA: cparam type ssfctrlop,

outop type ssfcompop.</b>

<b>outop-tddest = 'LOCL'.</b>

CALL FUNCTION W_FMNAME

EXPORTING

  • ARCHIVE_INDEX =

  • ARCHIVE_INDEX_TAB =

  • ARCHIVE_PARAMETERS =

CONTROL_PARAMETERS = CPARAM

  • MAIL_APPL_OBJ =

  • MAIL_RECIPIENT =

  • MAIL_SENDER =

<b>OUTPUT_OPTIONS = OUTOP</b>

USER_SETTINGS = SPACE

This is inside the original smart form setting

system will take direct so you assign this way.

Hope this will be helpfull to you

Prem

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for your help.I asked ABAB help.

Former Member
0 Kudos

Hi Nick, if you want to print preview only you can to put on transaction M/34 double click output type that you are using, on Default values tab, dispatch time field you put option 3 (send with application own transaction). This option allow you to print PO with transaction ME9F and print inmediatelly if you want

Hope this information help you

Rose

Former Member
0 Kudos

Hi,

This is complete ABAP work.

If you want see the problem go to smart form program and check outop_tddst = put here only LOCL..and also check output_options = outop.

hope this will helps you

Prem

former_member575786
Active Participant
0 Kudos

Thanks for your response.

We are using Smart Form .We don't want the system to Print the Purchase Orders.

Thanks Nick

Former Member
0 Kudos

Hi nick,

Are you using any form/script.Then only it will go automatic printing when you clicking print preview.

or check communication -> print medium and print immediately check box.

Prem