Show TOC

Displaying a Customer-Specific ImageLocate this document in the navigation structure

Prerequisites

To import image files, you need to define the corresponding MIME type first.

Context

You can display an individual image on the Initial Page in order to provide customer-specific visual information on the Welcome page.

Procedure

  1. Upload the image file:
    1. To open the SAP Web Repository: Initial Screen, execute transaction SMW0.
    2. In the Web object area, select Binary data for WebRFC applications to upload a customer-specific image file and choose F8.
      The SAP Web Repository: Object Selection area is opened.
    3. Enter the search entries for the image file and choose F8 to perform the search.
      The SAP Web Repository: Object Display is opened and it displays the available objects.
    4. Create a new image entry by choosing F5 and upload the customer-specific image file.
      Note Alternatively, you can overwrite an existing HTML object.
    5. Search for the image file and confirm with Open.
      If security rules are defined for your ABAP system, the Create Object Directory Entry popup will appear.
    6. Assign the image object to an ABAP package.
    7. Save the image entry.
      Note If you are uploading a new image file, the Transportable Workbench Request popup will appear.
    8. Assign the image entry to a transport request.
  2. Maintain the customizing entry of the Inital Page:
    1. To enter a new entry in the SEWB_SETTINGS customizing table, execute transaction SE16.
    2. In the Table Name entry field, enter SEWB_SETTINGS.
    3. To display the table content, choose F7.
      The Data Browser: Table selection screen appears.
    4. To perform the search, choose F8.
      The Data Browser: Table selection subscreen appears. Here, the attribute entry is displayed in the table.
    5. To create the WB_PICTURE attribute, choose F5.
      The WB_PICTURE attribute is used to create a table entry in order to display the image on the Welcome page.
    6. In the ATTRIBUTE field, enter WB_PICTURE and choose F5 to create it.
      Note In this case, do not define a UNAME.
    7. In the VALUE entry field, enter the name of the uploaded image file.
    8. Save your entry.

Results

On the Initial Page (SE80), the updated image is displayed.

If you want to display the same image in other ABAP systems, you can transport it accordingly.