cancel
Showing results for 
Search instead for 
Did you mean: 

Code on press of Logon in Portal 7.3

Former Member
0 Kudos

Hi All,

I am currently working on a requirement that needs me to write a piece of code that should run just after user presses Log on and just before the actual SAP code for log in runs .

I am working on NWDS 7.3 and the Potal is 7.3 .

I have imported all the required WAR and JAR files (tc~sec~ume~logon~ui.war , tc~sec~ume~logon~logic_api.jar ,tc~sec~ume~logon~ui_core.jar

and security_api.jar ) in my NWDS but I cannot locate the exact place where the code after the Log on button resides .

I need that exact place so that I can write my custom code just before SAP logs in the user . This custom code shows some content on another page in a new window depending on the User ID .

Can someone help me with this ..

Appreciate your help .

Himanshu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189631
Active Contributor
0 Kudos

Hi Himansu,

All the business logics have been written under the sapmlogonlogic.java file of umelogonbase.jar.

You may have to decompile the jar file using a java decopiler and extract the java class. All the logon and the redirecion logics are implemented here.

you need to make the required changes in the file and compile it and add it into the umelogonbase.jar and use it.

Thanks.

Ram,

Former Member
0 Kudos

Hi Ram,

Thanks a lot for the answer .

You will ahve to excuse my ignorance here but I want to know where in 7.3 portal can I find the umelogonbase.jar..

If you can give me the location, I can ask my basis guys to provide me with that .

Regards,

Himanshu

former_member189631
Active Contributor
0 Kudos

Hi Himanshu,

Sorry, I think the above logic is available only in EP 6.0, 7.0 versions. In your case, please look into CTSJAAS and CTSLogonmodule projects as mentioned in the link below.

http://scn.sap.com/community/netweaver-portal/blog/2012/01/30/getting-started-with-netweaver-73-port...

Thanks.

Ram