cancel
Showing results for 
Search instead for 
Did you mean: 

View user data in Enterprise Portal

Former Member
0 Kudos

I wonder is there is any way of letting the end user see it's won data, user ID, name, email address and so on, but not let him change it?

Thanks,

Ana

Accepted Solutions (0)

Answers (2)

Answers (2)

detlev_beutner
Active Contributor
0 Kudos

Hi Ana,

you can offer the business card, that's ReadOnly.

The url to the business card implementation is /irj/servlet/prt/portal/prtroot/com.sap.km.cm.businesscard?UserId=<%userid%>, see URLGeneratorService.

I'm not sure if there is a standard iView which calls the BC with the actual user logged in, but if not, it would be easy to write such an iView, this would be an AbstractPortalComponent, which calls redirect on the IPortalComponentRequest with the URL given, just replace the <%userid%> by the actual user ID.

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. This also holds for your thread Thanks in advance!

Former Member
0 Kudos

Hi Ana,

I think you will have to custom develop an Iview to display these data.

If you are custom developing, you can use the IUser interface to retreive the data and then display it.

Get back if you need more help on this.

Ranjith