cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP SRM Password reset error in PASSWORD_FORMAL_CHECK

Former Member
0 Kudos
315

Hi ,

      In the SAP SRM  RSEC_GENERATE_PASSWORD generate the password when user apply for reset password, I have debug the code for  'bbpat04' and found out that in the development the system generate the password by function module RSEC_GENERATE_PASSWORD and  PASSWORD_FORMAL_CHECK check the generated password by system CALL 'PASSWORD' which call the function from the kernel file sapactab.h and validate the succefully but in the production server when RSEC_GENERATE_PASSWORD generate the password and check with the PASSWORD_FORMAL_CHECK it give the error  'Password should contain at lease 1 special character' please suggest me what should I do? I have check the authorization also.. 

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved, Basis person can set the password rules if the special character is set to 1 or more SAP SRM doesn't generate the password with special character and while validating the generated password it give the error ' Password contain at least & special character' of message class '00' . solve by removing the password rule making special character '0'.