Entering content frame

Procedure documentation Importing a MIME Object from the MIME Repository Locate the document in its SAP Library structure

Procedure

To import a MIME object from your local PC into the MIME repository, follow these steps.

  1. In the Web Application Builder, choose MIME Repository.
  2. The MIME Repository opens in the left-hand navigation frame.

    This graphic is explained in the accompanying text

     

  3. In the navigation tree, go to your BSP application.
  4. Position your cursor on the BSP application and choose Import MIME Object from the context menu.
  5. The popup that appears opens the directory on your local hard disk where the picture is stored.
  6. This graphic is explained in the accompanying text

  7. Select the picture and choose Open.
  8. In the next popup, choose This graphic is explained in the accompanying text.
  9. In the following popup, specify a package in which the MIME object should be stored. This is usually the package where your BSP application is also created.
  10. Choose This graphic is explained in the accompanying text.
  11. You have now imported the picture into the MIME repository. The picture file appears in the navigation tree under your BSP application.
    Now you can use the following code to include the picture in your page:

    <img src="yourpicture.jpg">

  12. Choose This graphic is explained in the accompanying text
to close the MIME repository.

This takes you back to your BSP.

Result

Now that your picture is in the MIME repository, you can use it in BSPs, as described in Inserting a Picture.

Leaving content frame