Application Development and Automation 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: 
Read only

Storing binary data in database??

Former Member
0 Likes
860

Hello,

Sometime back, I used the concept of BLOB (Binary Large Object) in PHP, for saving image/pdf/video files in the back-end database.

I'd like to do the same in ABAP.

Is there any workaround to do that?

Please guide to the solution.

Thanks: Zahack

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

Hi,

[]

3 REPLIES 3
Read only

Former Member
0 Likes
605

Use MIME types

this link explains the steps which u want to achieve http://help.sap.com/saphelp_45b/helpdata/en/f1/b4a6c4df3911d18e080000e8a48612/content.htm

also check this

http://help.sap.com/abapdocu/en/ABAPTYPES_LOB_HANDLE.htm

кu03B1ятu03B9к

Edited by: kartik tarla on Feb 19, 2009 8:04 PM

Read only

Former Member
0 Likes
605

Hi

To store /Transfer the data this link may provide the solution---

http://help.sap.com/abapdocu/en/ABAPTRANSFER.htm

Regards

Read only

Former Member
0 Likes
606

Hi,

[]