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

Text getting converted to upper case

Former Member
0 Likes
1,145

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.

5 REPLIES 5
Read only

brad_bohn
Active Contributor
0 Likes
873

What is the domain of the field being used to capture the password? Check the 'Lower Case' setting or use data element XUNCODE.

Read only

Former Member
0 Likes
873

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

Read only

0 Likes
873

thanks..really helped......

Abhi.....

Read only

0 Likes
873

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?

Read only

Former Member
0 Likes
873

Hi...

you can translate the password in upper case before call bapi....


translate psw to upper case.

regards

Marco