Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the Logo on Logon screen

ashok_kumar24
Contributor
0 Kudos

Hi Experts,

I am using ECC 6. I was able to change the logo on the Logon screen to a client specified logo. Now I have an animated GIF file which needs to inserted. Can anyone send me the steps on how to change the Logo on Logon screen to an animated logo.

Thanks

Kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Change the logo in the right-hand side of the initial Log-on 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.

Refer the links -

<b>Reward points for useful Answers</b>

Regards

Anji

6 REPLIES 6

Former Member
0 Kudos

Hi,

See following link:

http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm

Reward points if helpful.

Regards.

Srikanta Gope

Former Member
0 Kudos

Hi,

See another link

http://www.sap-img.com/bc052.htm

Reward points if helpful.

Regards.

Srikanta Gope

Former Member
0 Kudos

Hi

Change the logo in the right-hand side of the initial Log-on 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.

Refer the links -

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

Hi all,

I was able to do all the steps that you have specified.

Now my problem is to insert an ANIMATED IMAGE(moving image) which is in GIF format. Can we achieve this.

Thanks

Kumar

Former Member
0 Kudos

Hi Ashok,

chk these links

Refer the links -

ashok_kumar24
Contributor
0 Kudos

Thanks for Suggestions.