2015 Mar 11 7:31 AM
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??
2015 Mar 11 7:48 AM
Hi Kiran,
Preview = 'X' maintain the same value and which function module you are using,can you share those details.
Thanks in advance,
Krishna
2015 Mar 11 7:58 AM
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.
2015 Mar 11 4:12 PM
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.