cancel
Showing results for 
Search instead for 
Did you mean: 

Access to UME from Web Dynpro Applications

Former Member
0 Kudos

Hi,

Is there a possibility to access to WebAS UME by Web Dynpro applications?

Thanks.

Cemal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cemal,

Try the following.

IWDClientUser user = WDClientUser.getCurrentUser();

user.getSAPUser().getUniqueName();

Please check old postings in the forum.

Regards, Anilkumar

Former Member
0 Kudos

Hi,

thank you for helpful advice.

Answers (0)