cancel
Showing results for 
Search instead for 
Did you mean: 

active logged users using API

Former Member
0 Kudos

Hi Frinds,

I am trying to develop Active logged users application using API(trying to develop last 90 days. who are access our portal. Bsed on that we are trying to develop application)

If any one have idea about this, Could you please provide me solution for this.

Thanks

Kishore

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharth_jain
Active Contributor
0 Kudos

Hi Kishore,

As far as i know getting the last logon date of Portal user in NW 7.0 SP 10 is not possible because SAP has removed this Parameter because of severe performance problem. If you are on NW 2004 then you should check whether this parameter is available, check the following SAP note for more details:

SAP Note 982741

if you are on NW 7.0 then check if this parameter is available with your SP. if not then from API you can not retrieve the last Logon date.

a workaround would be to create a custom attribute in UME and update it every time when the user Logs in, through modified mast head par file via UME apis.

once you will have the last logon data you can extract the last 90 days active users from the day your changes goes live.

Check this thread also:

/thread/1204050 [original link is broken]

Siddharth