Adding a IMAGE UI element to an ABAP Web Dynpro view

Below are the steps for adding an 'IMAGE' UI element to a view.

Step 1
Create new Web Dynpro component!

Step 2
On the layout tab of the view create a UI element of type 'IMAGE'. Now goto your MIME repository and find an image you want to display. Now enter the path of this image into the source property of the IMAGE element or just simply drag the image from MIME repository onto the source parameter and it will enter the path for you.


Related Articles

Web Dynpro for ABAP tutorials example souce code for developing SAP Webdynpro applications
Displaying a web dynpro field with F1 dictionary help
Adding a UI element to a view of and ABAP Webdynpro
Make WebDynpro view part of the WebDynpro window
My First ABAP WebDynpro - simple WebDynpro to display 'Hello world'
Displaying data with ABAP WebDynpro table
ABAP Web Dynpro layout development and how it looks in your browser
Adding inbound and outbound plugs to your ABAP WebDynpro
Triggering ABAP WebDynpro inbound and outbound plugs