cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the 'Organizational Unit' info in a webdynpro

Lee3
Active Participant
0 Kudos

Hi experts,

How can I get the additonal user information?

In the portal 'user management' under Additional Information tab, there is a field :

 

try

 

{

IWDClientUser CurrentUser = WDClientUser.getCurrentUser();

String UserId = WDClientUser.getCurrentUser().getSAPUser().);

}

Accepted Solutions (0)

Answers (1)

Answers (1)

SandipAgarwalla
Active Contributor
0 Kudos

WDClientUser.getCurrentUser().getSAPUser().); returns Iuser object, not string

From iUser intrerface, you can get the user's department, provided its filled in

iuser.getDepartment()