cancel
Showing results for 
Search instead for 
Did you mean: 

UME Group Name

Former Member
0 Kudos

Hi All,

Can anyone please tell me how to get the UME group name for the loggedin portal userid in webdynpro java code?

Thanks in Advance.

Regards,

Subashini.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try this


IUser user = WDClientUser.getCurrentUser().getSAPUser();

and read the property of the user and validate.

Kind Regards,

Mukesh