Hai every one ,
i have one issue that is in appliaction when ever the user log in to application.
we need to identify weather he is user or administrator .
if he is administator the ui element is became up as Dropdown by key. and he can select different users.
if user is login to application , the field is became fix with his name.
how to do it is ...
i writen code in wdinit method of component controler.. that is identifying login user
IWDClientUser user =WDClientUser.getLoggedInClientUser();
IUser name = user.getSAPUser();
from this step onwards in view level what i need to do..
if any one know tell me...