cancel
Showing results for 
Search instead for 
Did you mean: 

mime object

Former Member
0 Kudos

Friends what is "mime" object in webdynpro .And also its use

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi venkatesh ,

Mime Objects are one which you upload some file say doc , jpeg, or giff files from our local system into the webdybnpro system you can download the images into the webdynpro and set into the webdynpro screens in the desired format and deired image you require.

You can even try creating the MIME objects in webdynrpo abap try fillowing this steps below;

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.

if you want to c the mime objects created for your compnent got to t-code sicf/bc/webdynpro there you can check your component name there you can view the mime objects created by you .

Regards,

Sana.

Answers (2)

Answers (2)

pranav_nagpal2
Contributor
0 Kudos
Former Member
0 Kudos

Hi Venkatesh,

MIME objects are stored in a repository called MIME repository.

MIME obbjects include JPEG files, GIF files, PDF files, and DOC files etc.

ALl these objects can be stored in the MIME repository, and can be called in the respective UI elements when needed.

I hope it clarifies the question.

Regards,

Shashikanth. D