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

upload and display the image using abap program

Former Member
0 Likes
1,370

hi,

I want to upload an image in one ztable and also display the same on the screen in abap program. On the display screen i have a container in which i want to display the image.

3 REPLIES 3
Read only

Former Member
0 Likes
727

Hi Neha,

Read only

Former Member
0 Likes
727

Hi Neha,

usually for the image ui elemnt to display the image, the source property should be specified as like you need to specify the path name in that case of you image..

so what you do is that create a context as you have already created.... but there should be an node element in your context which hold the path name of the image...

now bind this node element to your image ui element's source property....

To display the image on the report

[http://abap-explorer.blogspot.com/2008/10/how-to-display-picture-in-screen.html]

hope this will surely help you!!!

Regards,

Md Ziauddin.

Read only

Former Member
0 Likes
727

This message was moderated.