User Login Authenticate Function Module (Sybase SUP Mobility)
The function Module SUSR_LOGIN_CHECK_RFC can be used to Authenticate the User Login Details.
Use:
Sybase Mobility SUP : In one of the Projects, the Sybase team said User Authentication should be done at R3 side ( i.e., at SAP ECC ).
Sybase Team developed the following Screen.
RFC Function Module was written for User Authentication.
Source code
Good to know that you solved the issue like this too 😉 .
But there are inbuilt security configurations in SUP that can be directly used for authentication against SAP, LDAP etc.
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01703.0213/doc/html/aba1253113891962.html
Dear Midhun when Sybase Team said SAP team should handle the Authentication part, I was left with no choice at that time 🙂
Hi,I am trying to create a web app that uses angular as front-end and SAP as back-end.I have created a angular login form which needs to be authenticated at SAP through SAP PO using a SOAP UI .And i have no idea how to do that,can anyone help me out??