You are currently browsing the monthly archive for February, 2009.
We can add some information on the logon screen, when the user is asked for username and password.
The information shown can be in text format, SAP symbols, SAP icon, and also bitmap graphic. But I still don’t know how to display a bitmap graphic on logon screen

Go to transaction SE61 and select “General text” in document class.
You can define the language in your own system language (defined in the profile parameter zcsa/system_language).
Create a document with the name “ZLOGIN_SCREEN_INFO”.
Then you can add text as you want.

You can also add SAP icons by selecting menu Insert -> Characters -> SAP icons.
The complete list of the SAP icons can be shown in report RSTXICON in transaction SE38.
Save the document, and try opening the SAP logon screen. For further information, you can display SAP note 205487.

Yes. We can change the logo in the right-hand side of the initial screen.
The logo picture can be in any bitmap format, as long as the MIME types in maintained well.
Go to transaction SMW0 and choose “Binary data” option.
Maintain the MIME type (if you’ve not maintained yet) in menu Settings -> Maintain MIME types.
Create new MIME type as you wish, with the extension of the bitmap.


For example, if your picture is in JPEG type, you can create type “image/jpeg” with the extension of “*.jpg” and “*.jpeg”.
Then create new object repository, for example Z_SAP_LOGO, and locate your own logo picture.

You still need to put a little customizing in table SSM_CUST to activate your logo.
Go to transaction SM30 and change table SSM_CUST.

Add new entries name of “START_IMAGE” and fill the value with “Z_SAP_LOGO” which is created in SMW0.
Save the table view.
Now, every time you login into SAP, your own logo will appear.
Additionally, you can adjust the logo to the window size automatically, or center it in the right-hand side.
Just put entries of “RESIZE_IMAGE” and fill the value with “YES” (center size) or “NO” (window size) in table SSM_CUST.



Recent Comments