cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve Data source for a user in UME

Former Member
0 Kudos

Can any one please tell me how to retrieve the data source of a user account using UME API ?

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

Hi,

Use something like this:

String[] umeDatasources = yourIprincipalUser.getAttribute(IPrincipal.DEFAULT_NAMESPACE, IPrincipal.DATASOURCE);

This will give you a string array of datasources.

Cheers,

Robin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check below thread for more info.., if not checked before!

http://scn.sap.com/thread/508459

Thanks,

MS