cancel
Showing results for 
Search instead for 
Did you mean: 

E - Rec Logon screen modification

Former Member
0 Kudos

Hi All

I want to do some enhancements with the E- Rec logon screen.  I have created a class ZCL_ICF_BASIC_LOGIN, copied from standard class CL_ICF_BASIC_LOGIN.  Have included the class in the sicf for the start page of E-rec application.

I want to debug the class when it display the logon page, I have set the external break point in the method of the class but when I run the application it doesnt stops at the break point.

can anybody help me with  this.

or any other way to modify the logon screen.

thanks

Anup

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

A normal breakpoint is user specific and therefore can't be triggered at this point because you aren't logged on yet. You would need to use the Request based debugging (Terminal Debugging):

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/78/2fad99556043b2bf219b5d227ba0e6/content.htm

Also, I'm not sure you should be copying this class. The proper procedure is really to create a subclass of CL_ICF_BASIC_LOGIN.

http://help.sap.com/saphelp_erp2005/helpdata/en/3e/70de3f68d48f15e10000000a155106/frameset.htm

Former Member
0 Kudos

Hi Thomas

the Z class which I copied is the subclass of CL_ICF_system_login, which automatically becomes the subclass of the this super class.

another question is it possible to modify , how the login page is rendered ??

thanks

Anup

Former Member
0 Kudos

Hi Thomas

I have gone through SAP Note 1041556, from the note it seems  it is  for Solution manager, any idea how we could do the request based debugging if we are not using solution manager ?? can I install the SAP HTTP plugin. exe if we don't have solution manger and will it work ??

regards

Anup

Former Member
0 Kudos

I want to include  addition field Email where user can enter their email id and and register button to register in WDA.