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

SUSR_USER_CHANGE_PASSWORD_RFC

Former Member
0 Likes
1,407

Hi

Can anybody help me regarding the RFC SUSR_USER_CHANGE_PASSWORD_RFC.

If the old password and the newpassword i'm entering are in upper case it works fine.

If the old password is in lowercase getting an error msg saying that password mismatch.

Any clues on this.

Also when iam trying to use this on the portal side it doesnt give me the error messages i'm getting in SAP.

Please tell me how to handle this upper and lower case and also error handling.

Regards

vijaya

7 REPLIES 7
Read only

former_member156446
Active Contributor
0 Likes
1,170

translate password to upper case in your code..

Read only

0 Likes
1,170

Thanks for ur response.I cant change the code.I want to use the RFC as it is.

Read only

Former Member
0 Likes
1,170

Hi,

[https://forums.sdn.sap.com/click.jspa?searchID=24522843&messageID=7117588[https://forums.sdn.sap.com/click.jspa?searchID=24522843&messageID=7117588]]

Thanks,

Shailaja Ainala.

Read only

0 Likes
1,170

Hi Shailaja

I already saw that post.But didnt really help me.As mentioned in that forum at the end i was looking for any further information on that.For ex any particular SAP notes.

Regards

vijaya

Read only

venkatesan_nagiah
Active Participant
0 Likes
1,170

Hi,

Are u using RSYST-BCODE to pass password in the function module ?

Is your servers password case sensitive ?

Read only

0 Likes
1,170

Hi

Yes i guess so.Bcos if i give in uppercase the RFC fines.I think somethingto do with the RFC.

Even if i give lower case RFC is converting into uppercase.

Regards

vijaya

Read only

Former Member
0 Likes
1,170

Hi Vijaya,

I think SAP releases up to version 6.40 always stored the user passwords in upper case. So initially the RFC library had logic to convert passwords from lower case to upper case, but this was stopped at some point (e.g. check notes 846706 and 792850).

With SAP NW 7.00 passwords can actually be stored case sensitive, see for example note 1023437. I wonder if the difference that you're seeing is simply based on the different releases.

Hope this helps.

Cheers, harald