cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Online users details from UME

former_member254395
Active Participant
0 Kudos

Hi Experts,

I have an user called "XXXXX"..

This user want to see the list of all the users who loggedon the portal (TableViewModel).

How can I get the list of loggedin users from UME.

Can anyone help me...

Regards,

Rabin

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Dear Rabin

Please check the [Portal Activity Report |http://help.sap.com/saphelp_nw70/helpdata/en/47/87329cc84a199ce10000000a42189d/frameset.htm]

If you want custom develop list, then [check here|http://wiki.sdn.sap.com/wiki/display/Snippets/Listofloggedonusersinthe+Portal]

Best Regards

Arun Jaiswal

former_member254395
Active Participant
0 Kudos

Hi Arun,

As we already have custom portal activity report to get all logged on users in portal at any time period.

But here my requirement is that,I want to create an iview that list all logged on users at present. This is not for report.

In report we only get users who logged on portal at particular time period.

But i want to at present online users.

Thanks

Rabin D

Answers (2)

Answers (2)

former_member254395
Active Participant
0 Kudos

We solved this by ourself

vijay_kumar49
Active Contributor
0 Kudos

Dear Rabin,

By using Portal Activity Report you can fine out who is login users in Portal.

Portal activity reports basically give you the following reports:

  • Who logged into the portal

  • What content (iViews and pages) were viewed

  • Who viewed which content (sort of a combination of the first 2)

You can get the information by hourly, daily, weekly, monthly and quarterly.

It is not a full-fledged Web monitoring tool, but it gives the basics.

you have more information Portal Activity iView Please check this document[Portal Activity iView|http://help.sap.com/saphelp_NW70EHP1/helpdata/en/47/87346dc84a199ce10000000a42189d/content.htm]

Please check it this wiki[How to Configure Portal Activity Report|http://wiki.sdn.sap.com/wiki/display/EP/HowtoConfigurePortalActivityReport] and How to create the Iview in Portal[Creating a Portal Activity Report Iview for monitoring Page and Iview activities|http://wiki.sdn.sap.com/wiki/display/EP/CreatingaPortalActivityReportIviewformonitoringPageandIviewactivities]

I hope this is help full for you,

Regards

Vijay

Edited by: VijaySAPEP on Jul 28, 2011 11:30 PM

former_member254395
Active Participant
0 Kudos

Hi Vijay

As we already have custom portal activity report to get all logged on users in portal at any time period.

But here my requirement is that,I want to create an iview that list all logged on users at present. This is not for report.

In report we only get users who logged on portal at particular time period.

But i want to at present online users.

Is any ways are there to get through UME API's (user search etc)..

Thanks

Rabin D

Former Member
0 Kudos

Hi Rabin,

You can check it through NWA. Under NWS go to System Administration -> Monitoring -> Session Management.

If you want to custom develop one then try this below examples:

http://wiki.sdn.sap.com/wiki/display/Snippets/Listofloggedonusersinthe+Portal

Cheers

Deb