cancel
Showing results for 
Search instead for 
Did you mean: 

question about transactíon SE61Bitmap grafic on the Logon Screen

Former Member
0 Kudos

Hello,

I know that it is possible to implement text on the Login Screen of the SAP system with transaction SE61. Is it also possible to implement a Bitmap Graphic on the Logon Screen of the SAP System with transaction SE61.

Kind Regards

Hartwig Latz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

csaba_goetz
Contributor
0 Kudos

Hello Hartwig,

An alternative way to put bitmap in the right-hand side of the initial  screen is:

"

o   Change the logo in the right-hand side of the initial screen

    -   To put your company logo in the right-hand side of the initial
        screen:
        Put your picture in the database with the transaction SMW0
        "Binary data" options, e.g. in ".GIF" format.
        Put a record with the picture name in the key "START_IMAGE" of
        the table SSM_CUST in the View maintenance transaction SM30.

    -   You can adjust the picture to the window size automatically or
        center it in the right-hand side of the initial screen
        ("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).

    -   You can deactivate the picture globally so that noone sees it
        with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
        User-specific picture display settings are then ignored.

"

This information is displayed if choose the menu Extras - Administration Information in the initial SAPGUI screen (tr.: SESSION_MANAGER).

See also this thread: http://scn.sap.com/thread/353386.

To put text on login screen is described in SAP note 205487. The above-mentioned URL by Srikishan shows the same in graphical form.

Best regards,

Adam