cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic images - positions

Former Member
0 Kudos

Hi,

I have the following problem:

I need to place images dynamically on the layout. The Image URLs I receive in an internal table with the x and y coordinates. ( I don't know how many of them will be in the table )

So the questions

- Is it possible to create Image objects runtime?

- Is it possible to set the x y coordinates of an image object?

If so, how?

Thanks,

Tamas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

URL in work...

you first have to upload the image in the sap system..

Former Member
0 Kudos

Problem solved a different way.

( It is possible to to do that, but the rotation and transparent background images have restrictions. So it is better to use e.g. webservices to put the picture together and then use the complete image to put on the form. )