cancel
Showing results for 
Search instead for 
Did you mean: 

Way to identify transactions accessed by user using portal

Former Member
0 Kudos

Hi,

We are trying to obtain statistics of the transactions used by a user and frequency of use by the same user using the portal. We would like to obtain the user id and the transactions accessed.

Is there a table or a log created by the EP to capture the same or is there any option in the settings which can capture the info going forward.

We use EP to access BSP applications and ITS transactions.

Any information on the logging capabilites of EP is appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chaitanya,

Option 1 - SAP's Portal Activity Report.

See:

http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm

Option 2 - Self development.

See:

Option 2 describes a way to save information yourself when a page is accessed, and develop your own reports based upon it.

It gives you more control, in two ways:

1. You decide what information to save and how/where.

2. You decide how to display it.

Hope that helps,

Yoav.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the link below on creating a portal activity report iView.

http://help.sap.com/saphelp_nw04s/helpdata/en/fb/144120ea5b4e9c9385d493a578d6c9/frameset.htm

Portal activities are obtained from the following set of tables(I guess)

WCR_AGGINFO

WCR_USERNODSTAT

WCR_USERSTAT

WCR_WEBCNODESTAT

WCR_WEBCONTENTSTAT

So you can write a custom code that could retrieve the values from the tables.

The activity report can be found under the system configuration under system administration in portal

System Administration -> System Configuration-> Service Configuration Editor

Under Applications->com.sap.portal.activityreport.core-> Services->ActivityReport

Hope this helps.

Regards,

Vijai Mohan