‎2009 Apr 06 4:21 PM
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
‎2009 Apr 06 4:25 PM
‎2009 Apr 07 11:33 AM
Thanks for ur response.I cant change the code.I want to use the RFC as it is.
‎2009 Apr 06 4:29 PM
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.
‎2009 Apr 07 11:34 AM
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
‎2009 Apr 07 4:25 PM
Hi,
Are u using RSYST-BCODE to pass password in the function module ?
Is your servers password case sensitive ?
‎2009 Apr 08 11:36 AM
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
‎2009 Apr 09 8:21 AM
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