cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP store object and pass to java

Former Member
0 Kudos

In R3 database if i want to store a file , what is the datatype for it...

for example pdf, zip 1.8MB or

In MSSQL - IMAGE

ORACLE - BLOB, CLOB

R3 - ?? data type

how java manipulate this object thru jco connector ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Generally pictures are stored as mime object.

Mime internally uses RAW data type.

I hope even the PDF or any other data objects use RAW format internally.

Regards,

Nagaraju Donikena.

Former Member
0 Kudos

the maximum length for RAW ??

i am using LRAW which is only up to 1024 bytes

if a file have 1MB

Then it will be 1000 of lines of binary to be stored

Former Member
0 Kudos

I have the same prob in java web dynpro for RFC. PL help

Answers (0)