cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP store object

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

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Just use the RAWSTRING datatype. ABAP will automatically do the converstions to the underlying database specific datatype.