‎2010 Jun 07 3:39 PM
Hi All........
I am using the BAPI SUSR_CHECK_LOGON_DATA for password check of a SAP UserID, the problem I am facing is that the entered password is getting converted to upper case all the time.
Please advice a method to avoid any type of case conversion.
‎2010 Jun 07 3:47 PM
What is the domain of the field being used to capture the password? Check the 'Lower Case' setting or use data element XUNCODE.
‎2010 Jun 07 3:48 PM
Are you testing the function module via SE37 ?
If so, there is a flag Uppercase/Lowercase in the screen where you fill in the parameters when testing the function module.
If you flag it, the data is not converted to uppercase anymore
‎2010 Jun 07 4:15 PM
‎2010 Jun 07 6:25 PM
Well, you probably should have mentioned that you were using SE37 in your post - that's standard screen behavior to execute the conversion. Now why didn't you give him the points that he deserves for helping you out?
‎2010 Jun 07 3:49 PM
Hi...
you can translate the password in upper case before call bapi....
translate psw to upper case.
regards
Marco