Hi all.
I'm working in a Fiori project. One of the requests we have is that to approve or reject a sales order, we need to pass user and password to the backend (ECC 6.0). Once received it will be validated. My problem is that i'm receiving an encoded password (it seems that this encoding is standard in Fiori APPs) and before approving the SO I need to check that the password (sap user password) is correct.
Is there any class/method of Function Module to just check if the encrypted password for a specific user is correct or not? I don't want to decrypt it, just check if is correct or not.
Thanks in advance.
Iñigo.