2011 Aug 16 9:57 AM
We are building a custom application in SAP.
One of the functionality required is - Before printing a certificate ,we need to verify SAP user ID and password.
Is there any FM in SAP which I can use or any other way by which I can ask user to enter his user ID and password and then autheticate it against actual SAP credentials.
2011 Aug 16 10:19 AM
Hi,
try using FM SUSR_CHECK_LOGON_DATA
with import parameters
AUTH_METHOD = 'P'
USERID = <userid>
PASSWORD= <password>
Roy
We are building a custom application in SAP.
One of the functionality required is - Before printing a certificate ,we need to verify SAP user ID and password.
Is there any FM in SAP which I can use or any other way by which I can ask user to enter his user ID and password and then autheticate it against actual SAP credentials.
2011 Aug 16 10:19 AM
Hi,
try using FM SUSR_CHECK_LOGON_DATA
with import parameters
AUTH_METHOD = 'P'
USERID = <userid>
PASSWORD= <password>
Roy
2011 Aug 16 1:14 PM
2011 Aug 16 10:28 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |