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

Save a image in a table

Former Member
0 Likes
3,607

can some one tell me how to save an jpg or any image file into the table?

1 ACCEPTED SOLUTION
Read only

venkatesan_nagiah
Active Participant
0 Likes
1,586

You cannot save image into a database field.

Instead, upload the document in the application server and create document link using CV01N.

VENKAT

can some one tell me how to save an jpg or any image file into the table?

5 REPLIES 5
Read only

venkatesan_nagiah
Active Participant
0 Likes
1,587

You cannot save image into a database field.

Instead, upload the document in the application server and create document link using CV01N.

VENKAT

Read only

Bhushan_hs
Participant
0 Likes
1,586

you cannot save image into the database instead you can use se78 to upload image into sap for using it in Smartforms

Read only

Former Member
0 Likes
1,586

Hi,

You can upload images into the database tables.

SAP provides the functional module for that.

Check this thread as well

explainmed very clearly with example..:)

Cheers

s.a.k

Read only

0 Likes
1,586

I guess that too work on the same line as it works from SE80/78.

URLs are created programatically and mime objects are kept at application server which later on retrieved using that URL from program.

I dont think Pictures can be saved into database tables. Seek advice from other ABAP developers from the forum.

Read only

Former Member
0 Likes
1,586

Oracle has a datatype to store images which is "BLOB", but there is no corresponding datatype i sap to store images directly in to a database table, u can only upload images through SE78 or store it in MIME repository