cancel
Showing results for 
Search instead for 
Did you mean: 

read binary file (DOC, PDF, TIF,...) into SAP with JCO-Server

Former Member
0 Kudos

Hallo,

I want to read a binary file (DOC, PRD, TIF,...) within a JCO-Server and transfer this file to SAP.

In SAP we want to store the file in DMS.

Next step is to read a file from DMS and store the file external using the JCO-Server.

My questions are:

1. How can I upload/download any binary in JAVA

2. How have I to define the communication tabel between SAP and JCO to transfer the data (string,char, raw) and how long must be a row.

Maybe any code exsamples ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

I don't know if this might help, but there is this blog [here|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3399] [original link is broken] [original link is broken] [original link is broken]; which I think might be helpful...I did reference it before, but to be truthful, didn't understand much of it as I'm not really an ABAP programmer

T00th

Former Member
0 Kudos

We found the way how to define the tables so we can transfer the data between SAP an Java.