‎2007 Sep 07 1:04 PM
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!
‎2007 Sep 07 1:06 PM
‎2007 Sep 07 1:24 PM
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?
‎2007 Sep 10 8:25 AM
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
‎2007 Sep 10 8:52 AM
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!
`
‎2007 Sep 10 8:57 AM
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