cancel
Showing results for 
Search instead for 
Did you mean: 

How to use auditing

Former Member
0 Kudos

Hi,

I would like to know the "lastsucessfullogindate" for portal users.

I cam across that that this is present in the UME API's

but this method is deprecated.

does this information also comes in the security audit logs.

If yes then how should be auditng be done.

Regards

Manoj

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hi Manoj,

You could read the security logs

Check this link:

http://help.sap.com/saphelp_erp2005vp/helpdata/en/a0/58db515b95b64181ef0552dc1f5c50/frameset.htm

Regards,

Siddhesh

Answers (1)

Answers (1)

former_member190272
Active Contributor
0 Kudos

Hi Manoj

You can see last successful login date a user Tcode SUIM ->user ->user by logon date and password change. and

2nd Method you can see in Table USR02 Table.

Thanks & Regards

Pankaj Kumar

Former Member
0 Kudos

Hi Pankaj,

Thanks for the resposne.

Actually i wanted to see the last sucessful login date for a SAP Enterprise Portal user.

Actullay i am workimg on managing of SAP Portal users using the Java UME API's.

The minimum installation which we have in our environment is SAP Portal running on the SAP WAS J2EE engine.

The Java UME API in the class ISecuityPolicy getLastSucessfulLoginDate() is deprecated and if usede throws aNull pointer exception.

My aim to to get the information progrmattically using the API's.

Regards

Manoj