cancel
Showing results for 
Search instead for 
Did you mean: 

Client specific Logo on Login screen

Former Member
0 Kudos

Hi Experts ,

Its possible to set client specific logo on login screen ?

If possible please guide me how ?

Thanks

Ujjwal

dasistdochscheisse
Active Participant
0 Kudos

as you posted this in "AS Java NWA". AS JAVA can only get the users from one abap client (and other sources of course, but thas not relevant here). I guess you should have chosen "Basis Technology" because you mean the logon screen in SAPGui. Peters answers sounds right then. Personally.

Accepted Solutions (0)

Answers (3)

Answers (3)

You can achieve the client specific by one code line enhancement. Here are steps to do it:

1. Configure name value: START_IMAGE in SM31 for SSM_CUST e.g. Z_START_IMAGE.

2. Upload your images using SMW0 with names like Z_START_IMAGE100, Z_START_IMAGE200 etc.

3. At the end of the function module NAVIGATION_READ_START_IMAGE add this one line of ABAP code:

CONCATENATE START_IMAGE_NAME SY-MANDT INTO START_IMAGE_NAME.

This was tested in S/4HANA 1909, but it will work in older ECC releases.

0 Kudos

I've added the line at the end of the code and it makes the logon image empty/blank.

If added just before the last line ("ENDFUNCTION.") it fails to check and won't work as well.

Lastly, if added before the first endif (there are 2 endif and 1 final endfunction in the f-module)

it works but only using the picture/image from the START_IMAGE entry of SM31.

So basically no matter how many ZSTART_IMAGESxxx i upload it will only take the image

linked/defined to the default START_IMAGE object.

Former Member
0 Kudos

Hi Ujjwal,

Please checkout these links . . .

How to add or change the image on logon screen. - Basis Corner - SCN Wiki

How to change the text of initial log on screen of an SAP system - YouTube

Hope i think helpful for you.

Regards,

Dhuvaraganathan M.

ACE-SAP
Active Contributor
0 Kudos

Hello

It is not possible as the table SSM_CUST used to define the logo is cross client.

Regards

1337986 - Can a client-specific logon image be used?