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

Downloading the BLOB types as images in abap report

0 Likes
729

Hi,

I have a requirement where I need to get the images which is stored in a table as blob from another DB and save them in my local directory.

I managed to write the native sql to get the data from the other db. Now I need to store them as images in my directory. How to achieve this.

This is the field in SAP refering to the blob field: LNL_BLOB type X255,

Regards,

Sooraj

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
527

Directory? You mean, storing the image as a file on the application server?