Hello All,
I am trying to get the IUserContext object from IUser object.
I found a very easy method
com.sapportals.portal.prt.session.IUserContext userContext= request.getUser();
which will give IUserContext object.
What I am trying to do is to get the same from an userid.
Regards
Bobu