cancel
Showing results for 
Search instead for 
Did you mean: 

Remainder: To change the External Candidate Logon screen

Former Member
0 Kudos

I need to change the External Candidate Logon screen. The URL for the screen is

http://sapged.we.interbrew.net:8053/sap(bD1lbiZjPTMwMA==)/bc/bsp/sap/hrrcf_start_ext/application.do?...

I've tried looking in the BSP HRRCF_START_EXT but the UI does not appear in that page.

Can anyone suggest how to change this?

Thanks

Tanuj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you tell me the procedure of doing that?

Thanks,

P. Naga Tanuj

Former Member
0 Kudos

Well long ago since I did it.

Well take a look at class CL_ICF_BASIC_LOGIN. This is the standard login class.

Make a copy of that and try changing layout. Then put it in the configuration of the ICF-Service.

You will find programm hints at [http://help.sap.com/saphelp_nw70/helpdata/EN/3e/70de3f68d48f15e10000000a155106/frameset.htm]

Former Member
0 Kudos

where to add company logo image in the class. Which method should i change and can you tell me sample code.

Thanks,

P. Naga Tanuj

Former Member
0 Kudos

Hi,

Process Flow

· Create a new class that is a subclass of CL_ICF_SYSTEM_LOGIN.

· You change the layout of the logon screen by overwriting the htm_login method in the new class.

· To modify the screen for the password change, overwrite the htm_change_passwd method.

as per my understanding you will have to modify htm_login method you include the company logo. Please go through the material given by Sebastian. It will help you.

Thanks,

Preetham

Former Member
0 Kudos

The login is a standard SICF login.

Look at the SICF services hrrcf_start_ext. There you will find the login configuration under "error pages".

You can redefine a netweaver login by a customer one. But this will all be programmed in one class.