cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing ESS Logon Screen

Former Member
0 Kudos

Hi All,

I am currently in the process of implementing ESS for a client.

I have a doubt as how to customize the logon screen. I have found the login template in one of the services. But do we modify this template as required or is there any other way to do it. (Like creation of custom templates etc) Apart from that I also want to know as to how to remove the standard SAP logos and place the company specific logos on the ESS screens.

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To customize the login screen, I believe the HTML templates are found in ITS\templates\pzm2\99 of the Agate server. The main login template file is "login.html". I believe the logos can be found in the subdirectories on the Wgate under WWW\mimes\ess_global\99\images. I think SAP's intention is that you use SAP WebStudio for "checking out" and "publishing" template changes to the ITS server.

Former Member
0 Kudos

Hi Paul,

I do not find any templates by the PZM2. I found a template PZM3_START that refers to transaction PZM2, but even that does not have a html called login.html. Can correct me if i am doing anything wrong . Any help is higly apprciated.

former_member228142
Active Contributor
0 Kudos

Hi Karthik,

copy the file login.html from

...\SAP\ITS\6.20\<YOUR_INSTANCE>\templates\system\dm

to

...\SAP\ITS\6.20\<YOUR_INSTANCE>\templates\system\pm

and do the required changes. This customized login.html file will be loaded by ITS (make sure to invalidate the template cache using AdminTool or by restarting ITS).

Best regards,

Klaus

Former Member
0 Kudos

Hi Klaus,

You are correct.

Sorry for this late reply. bcoz i see the reply today. yes, i did it.

Thanks

Karthik

Answers (3)

Answers (3)

ChrisSolomon
Active Contributor
0 Kudos

Klaus Layer is dead on....login screens (and many others) are SYSTEM templates.

The other/last guy had you creating a custom service which still won't get you what you want.

Former Member
0 Kudos

Just proceed the steps below ..

1. First you hav to find out the function module for this service file ...

Goto SM30 -> T77WWW_SC ... find out which fn module your transaction points to .

PZ13 pts to HR_ESS_PERSOnaldata_* Just chk which one is default .

2 . You have to copy the entire fn group in which the fn module belongs .

3. Do changes in the function module ....( u can find Screen in the fn mod )

4 . Copy pz13 to zpz13 .

5. then ...create a new entry in the View T77WWW_SC ,and pt it to the craeted Fn module .

That's it .

Regrds,

J

Do Award points if this seems helpful .

U can do this by check the options at the left hand side of this info.

Former Member
0 Kudos

HI ESS gurus,

is there anyone come across the above scenario?