Skip to Content
0
Former Member
Nov 20, 2006 at 09:20 AM

IUser gives error in Web Dynpro

22 Views

Hi,

I am trying to use the following code to capture portal user id nad pswd in web dynpro

IWDClientUser user = WDClientUser.getCurrentUser();

IUser iuser = user.getSAPUser();

String name = iuser.getUniqueID();

I have included com.saop.security.api.jar for the same. However, wen i activate my web dynpro appln (DC) i get error.

>>Can't recognise symbol IUser

Can anyone tell me what is it that I am missing??