cancel
Showing results for 
Search instead for 
Did you mean: 

How to meassure the amount of times users have entered a certain Role?

Former Member
0 Kudos

Hello,

I have a certain Role that I want to meassure the amount of times users have entered it.

I would like to create an iView that will present this information on any given time (Later, I will expose this iView to the people I want).

Is there a ready-made tool at the portal to accomplish this info? If not, how do I do that?

Roy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Roy,

I don't know about a ready made tool for that, But that's just me.

I do have an idea though:

create an iView that would update a predefined database table (for instance insert a row with the current time and user) <b>in its doInitialization()</b>.

This iView will be put on the first page that loads on that role, and will be set to invisible.

This way, every time this page is loaded a line will be added to the database.

Hope that helps,

Yoav.

Answers (1)

Answers (1)

former_member394902
Contributor
0 Kudos

May be this is helpful...

Former Member
0 Kudos

10X U2.

Akhilesh, This Weblog is very general. Do u have a specific Step By Step example or HowTo?

Former Member
0 Kudos

Well, for those who are interested, I found an extensive documentation here: http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm

This answered at least my question...