cancel
Showing results for 
Search instead for 
Did you mean: 

UME - user logon date by LastSuccessfulLogonDate

fabio_bellocchio
Participant
0 Kudos

Hi,

this is about UME.

Please, could anybody tell me if the method LastSuccessfulLogonDate doesn't really work anymore??

And if it's true, how could I retrieve the Date of the last user's logon?

Thanks and regards!

Fabio Bellocchio

fabiobellocchio@hotmail.com

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

GOOD

I HOPE IT IS NOT WORKIING NOW BUT I THINK YOU CAN USE THE

getLastSuccessfulLogonDate

public java.util.Date getLastSuccessfulLogonDate()get last sucessful logon date

Returns:

The LastSuccessfulLogonDate value

-


setLastSuccessfulLogonDate

public void setLastSuccessfulLogonDate(java.util.Date timeStamp)set last successful logon date

Parameters:

timeStamp - The new LastSuccessfulLogonDate value

THANKS

MRUTYUN

fabio_bellocchio
Participant
0 Kudos

MRUTYUN

Thanks for your attention!

We're going to do wat you said: use the setLastSuccessfulLogonDate to force setting the value in the application.

Regards

former_member182372
Active Contributor
Former Member
0 Kudos

Hi fabiyo,

have u achieved the API functunality of setLastSuccessfulLogonDate by forcing them to set the value in the application?

if so can u share that with us?

Regards,

Sithi

Former Member
0 Kudos

Hi Fabio,

According to SAP note 910286, user account attributes LastSuccessfulLogonDate and SuccessfulLogoncounter has been deprecated in NW04s SP07. The UME no longer writes to these attributes though they remain in the system.

This means that you cannot use these attributes anymore.

Regards,

Satyajit.

fabio_bellocchio
Participant
0 Kudos

Hi Satyajit..

It's true. So we're going to force these methods by our own application.

Thank you!

Fabio