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

Dynpro with background-image!?

Former Member
0 Likes
713

Hi,

is there a possibility to add an image on a dynpro.

So that I can put some objects like input/output field

on/before this image.

Thanks for help!

5 REPLIES 5
Read only

Former Member
0 Likes
639

Hi,

Here is the thread which solves your problem

Regards

Sudheer

Read only

0 Likes
639

Hey,

thanks for fast response.

But in this thread there is "only" described how I add

an image to an customcontrol!

But so far I know, I can't add objects like input/output-fields

on or before customcontrols!?

Or I there another way to add input-fields on customcontrols?

Read only

0 Likes
639

It sounds like you want something that looks like a web page rather than a SAP dynpro... have a look at report SAPHTML_EVENTS_DEMO if this is the type of look-and-feel you want.

Jonathan

Read only

0 Likes
639

Yes, you are right!

This matchs more to my demands like a

dynpro. Now I have to study the code and

look, if I realise it in that way!

`

Read only

0 Likes
639

I found it in SE38 uner Environment > Examples > Control examples (which runs Tcode DWDM).

It uses:

data:
   html_control TYPE REF TO cl_gui_html_viewer,
   my_container TYPE REF TO cl_gui_custom_container,

so if those classes are in your 4.7 system then you should be able to get something running - can you check? Basically you put a custom container on the dynpro screen and then have the HTML control in there ... if the cl_gui_html_viewer classe is in the 4.7 system then try a "where-used" to find an example.

Jonathan