‎2007 Nov 13 3:00 PM
Hi,
Can anyone provide me with the function module to validate the username and password of the user of the back end R/3 System.
Best Regards
Sid
‎2007 Nov 13 3:42 PM
Use function module SUSR_CHECK_LOGON_DATA. You need to provide auth_method (P for password check), userid and password.
Be careful when you execute the function in test mode because it converts the input into upper case hence if you have lower case characters in your password it will return with invalid password. If you pass the lower case into the function in a program everything is fine.
Regards,
Michael
‎2007 Nov 13 3:42 PM
Use function module SUSR_CHECK_LOGON_DATA. You need to provide auth_method (P for password check), userid and password.
Be careful when you execute the function in test mode because it converts the input into upper case hence if you have lower case characters in your password it will return with invalid password. If you pass the lower case into the function in a program everything is fine.
Regards,
Michael
‎2007 Nov 14 6:48 PM
Hi Michael,
It was a great help. The issue is resolved.
Best Regards
Sid
‎2010 Mar 12 8:49 AM
I am not clear with this. If the password is in Upper Case how to pass in the program.