cancel
Showing results for 
Search instead for 
Did you mean: 

SUSR_USER_CHANGE_PASSWORD_RFC truncating passwords

Former Member
0 Kudos

From the SAP .Net Connector, I'm calling SUSR_USER_CHANGE_PASSWORD_RFC as follows:

proxy.Susr_User_Change_Password_Rfc(user,

new byte[] { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },

" ", password, oldPass);

With ECC 6.0, the password gets truncated to 8 characters even though it is longer. I have the latest version of the SAP Client installed and the SAP .NET Connector 2.0.1 installed (the release notes for this version of the connection specifically discusses that long passwords now work).

Also, I have been given a VBScript program that calls the same function and does work succesfully.

Any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I did discover that it works if I use SOAP instead of RFC, but the customer I'm working with says SOAP is not enabled.