2009 Sep 24 3:07 PM
can some one tell me how to save an jpg or any image file into the table?
2009 Sep 24 3:12 PM
You cannot save image into a database field.
Instead, upload the document in the application server and create document link using CV01N.
VENKAT
2009 Sep 24 3:12 PM
You cannot save image into a database field.
Instead, upload the document in the application server and create document link using CV01N.
VENKAT
2009 Sep 24 5:01 PM
you cannot save image into the database instead you can use se78 to upload image into sap for using it in Smartforms
2009 Sep 26 1:28 PM
2009 Sep 28 6:57 AM
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.
2009 Sep 28 7:45 AM
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