cancel
Showing results for 
Search instead for 
Did you mean: 

List of roles/tabs per user

Former Member
0 Kudos

Hi,

I am running EP6 SP13.

We have 150,000+ users on our portal. From a design perspective, I would like to make sure that no user has more tabs than can fit within their top-level navigation. Scrolling right/left across portal tabs makes the portal user interface difficult to use.

Is there a report available (or one I can create in ABAP or JAVA) to list the TABS showing on each portal user's desktop?

Thanks,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

former_member195896
Contributor
0 Kudos

Hi Kevin,

I don't think that there is such a report available at all. As a workaround what you could maybe do is to create a report or appliation which lists down the the roles attached to each user and then manually calculates the list of tabs a user will see. according to the number you can go ahead. I think this is a custom development.

cheers,

Shantanu

Hope this helps, if it does, then please award points on SDN.

Former Member
0 Kudos

Hi,

Can you provide more specifics on how to develop this custom application?

1. ABAP or JAVA?

2. Where does the data reside (what tables)?

Or does anyone have sample code that does something similar to this?

Thanks,

Kevin

Former Member
0 Kudos

Check out

Former Member
0 Kudos

Rem,

That was helpful information. Thank you. I've implemented that portal view. It was quite simple to do.

What I'm really needing however is advice on a program that would provide a list of roles for every user in the company. This sort of a resource-intensive report would not be available to run in the portal. It would run overnight in batch mode.

Thanks,

Kevin

Answers (0)