Application Development and Automation 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: 
Read only

UserPassword Property

Former Member
0 Likes
432

Hello to all

I'm developing a web application; It needs to verify user and password in SAP database. To do this I use DI API interface. I connect it to the database with the Company object, I can find the user (through GetbyKey method of User Object). The UserPassword property returns a string with ******* then when I try to compare the password entered by the operator with the password obtained form SAP they never are equal.

Please, if anyone can help me. Thanks

Best Regards

2 REPLIES 2
Read only

Former Member
0 Likes
406

Have a look at the function module WWW_USER_AUTHORITY. Its been used in several BAPIs for check password feature. If you are not able to use it, may be you will find some clues in there.

Srinivas

Read only

0 Likes
406

Did the answers help you? Can you please close the post if resolved?

Thanks,

Srinivas