Application Development 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: 

Upload pdf file to SAP

0 Kudos

Hi

I need to upload data in PDF format into an internal table in SAP. Is there any function module for this.

Any suggesions or ideas will be highly appreciated.

Thanks

Shyam

7 REPLIES 7

Former Member
0 Kudos

Hi Sandeep,

I dont' think uploading from PDF to an Itab is possible in SAP. Strange requirement indeed. You must think of a different kinnda work around for this. Mebbe u can use some third party tools to convert this PDF to some other format, that can be recognised by SAP for upload.

Cheers,

Sam

0 Kudos

Hi,

We are using ixos for this. Have a look at http://www.ixos.com/ and http://www.opentext.com/products/sap/index.html?ref=ixhome

Eddy

0 Kudos

Welcome to SDN.

It depends on what do you want to do with the PDF uploaded.

if you just want to store it in SAP and view it later using PDF viewer then you can do that.

use GUI_UPLOAD with file type as BIN

this will upload the PDF and you can store the binary content in a custom table.

Regards

Raja

0 Kudos

Hi

I tried using GUI_UPLOAD with filetype 'BIN'. But I get a lot of junk characters.

Thanks & Regards

Shyam

0 Kudos

the data is in binary format. after uploading just download it again using gui_download with BIN option to desktop with extention.pdf .

then open it from desktop it will work.

As i asked before what do you want to do with the uploaded content.

Regards

Raja

0 Kudos

Hi Raja,

After we uploaded the PDF into binary format, how then can we convert it to OTF or PDF format? I would like to print the PDF to spool.

Rgds,

Jack

0 Kudos

Hi Durairaj,

Is it possible to keep the PDF file in the long text box for standard screens?

Thanks,

Prasad