Application Development 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: 

How to save image in database

Former Member
0 Kudos

hi ,

I am developing a application. i want to upload image with person's details and save it to database. How to do this? I hv got tutorials for uploading image but want to know how to save it to database table along with person's details.

Thanks in advance.

Regards

Rajaram

5 REPLIES 5

Former Member
0 Kudos

HI,

There is no such provision called as uploading images with person's details.

SAP provides the administration of Form Graphics, where in the images can be uploaded as bit map images.

The aboev can be achieved thro SE78 t-Code.

Regards,

JLN

0 Kudos

i need to save images and another field in a table.

i will read the images into the smartform dynamically.

is it possible.

0 Kudos

You can upload images using se78 just set contions in Smartform in condition tab of grahics window

for example

image 1

tab conditions

user = 'ABDC'.

Former Member
0 Kudos

Hi,

Enter Personal details and copy image in word or bmp or any other appliacton and then save the whole thing as image and after that you can upload it to SAP through SE78 T-Code

Former Member
0 Kudos

1.Go to transaction SE78.

2.Select tree menu: Form Graphics -> Stroed on Document Server -> Graphics General Graphics -> BMAP Bitmap Images

3.Select <IMPORT> to import bitmap image file to SAP. System will popup screen for input file information and target name.

4.Select <Tick> After you already input data. System will upload image and return message to tell you success or fail.

5.You can preview the picture that uploaded by select<print prv>

If u want to store the images and retrive it from the server corresponding to the person id then just save the image by person id and code it as per the requirement.

U can save ur images using se78 and also u can c it using TCODE AL11.By navigating thru the exact path u can get the images.