Skip to Content
0
Apr 14, 2010 at 02:10 PM

How to get PDF generated by adobe forms on to Application Server

696 Views

I have a program which gathers data into an internal table. The program then calls function FP_JOB_OPEN (with relevant outputparams). Then it calls the function module name, of the Adobe Form, passing the internal table across. Then the job is closed.

This all works fine and we end up with a PDF file on the spool (type ADSP).

The requirement is, within the program, instead of outputting to the spool, to output the PDF document onto the Application server.

Any help greatly appreciated.