Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read NT (system logon user name) user name in Webdynpro Application

former_member222617
Discoverer
0 Kudos

Hi Friend,

I am developing a password reset tool, in this I am not able to read the NT (system logon) user name in my webdynpro application to validate with the given user name for password reset. GUI front end service classes are not useful(CL_GUI_FRONTEND_SERVICES). Please provide me the best solution for this.

Thanks,

Beeru

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

it's not possible to get this info. There is no way reliable and secure way how web dynpro app can retrieve user's logon on his desktop. It seems like you need to create an external app written in .NET where you could authenticate user against windows domain and then user BAPI to reset password in SAP system. But I have limited knowledge of your situation.

Cheers

0 Kudos

Hi,

If you enabled SPNEGO, you can get this info