Hi
Is there any way to validate if a specific string is SAP password compliance?
Here is the scenario.
A variable as string format needs to be validated as SAP password compliance.
If the string is not password compliant, the function should return why it is not.
Example:
String value: "Alabama1
The string is not password compliant because the " character is not valid into a password.
String value: 12345678
The string is not password compliant because of a missing capital letter.
So, I need the password validation call/routine to call with passing the string and have in return if the string is valid as password.
Any suggestion will be highly appreciated.
Regards
Daniel