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

ADOBE FORM -PRINT PREVIEW

Former Member
0 Likes
4,781

Hi ALL,

I am trying to avoid dialog box and print preview while printing adobe Form .I am tried with

lx_form_output-preview   = abap_true,

lx_form_output-nodialog  'X'.

But unable  to achieve the functionality.I need to print multiple adobe form.Please help me to resolve the issue??

3 REPLIES 3
Read only

krishna_k19
Contributor
0 Likes
2,056

Hi Kiran,

    Preview = 'X' maintain the same value and which function module you are using,can you share those details.

Thanks in advance,

Krishna

Read only

0 Likes
2,056

Hi Krishna,

Thanks for the reply .I  am using  FP_JOB_OPEN ,I am passing these values to this Fm

preview   = abap_true, no-dialog  =  'X'

I need to print multiple adobe form.

Read only

Former Member
0 Likes
2,056

Hello Kiran,

If you do not want to see the dialog and preview, Try the below code in FM  FP_JOB_OPEN.

NODIALOG =     'X'

PREVIEW   =     ' '

REQNEW   =     'X'

REQIMM    =      'X'

Regards,

Kavitha.