cancel
Showing results for 
Search instead for 
Did you mean: 

Spool of adobi form to application server

manubhutani
Active Contributor
0 Kudos

Hi

I have to write the adobi form to application srever.

As it is already in pdf format, so how should i read this spool and write to application server.

For smartform i can use 'convertabapspooltopdf*' so that i get the data in internal table of type tline.

but adobi form output is already in pdf, how to read that in internal table of type tline.

From application server, sharepoint(portal) will read that pdf format.

Regards

Manu

Accepted Solutions (0)

Answers (3)

Answers (3)

manubhutani
Active Contributor
0 Kudos

there's a FM fpCO for this

aidan_black
Active Contributor
0 Kudos

Hi,

Did you read note 1280877? The correction of this note allows PDF data to be transferred via the function module CONVERT_OTF.

Regards,

Aidan

aidan_black
Active Contributor
0 Kudos

Hi Manu,

You need to apply the code correction of the following Note:

1280877 - CONVERT_OTF: Transferring PDF data

This allows the PDF Spool data to be transferred into internal LINES or BON_FILE parameter via function module CONVERT_OTF. This should resolve your problem.

Regards,

Aidan

manubhutani
Active Contributor
0 Kudos

Hi,

Spool is already in pdf format, how will convert_pdf work here. please help

Regards

Manu