cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Logon module

Former Member
0 Kudos

We currently have a custom login named BVtoEPLoginProject. I am trying to modify the java and it is asking for the following:

import com.sap.engine.interfaces.security.auth.AbstractLoginModule;

import com.sap.engine.lib.security.LoginExceptionDetails;

import com.sap.engine.lib.security.Principal;

import com.sap.engine.lib.security.http.HttpGetterCallback;

Where are these located? I just need to it modify the code in SAP developer studio and the project won't compile correctly.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

do you guys have example code on how to call a bapi from a custom logon module?

Former Member
0 Kudos

Hi Dena,

You need to add the security_api and util libs to Java Build Path . Follow the instruction from :

http://help.sap.com/saphelp_nw04/helpdata/en/9c/52b140f4eeff5fe10000000a155106/content.htm

If you don't have J2EE engine on your NWDS, then get these two libs from any of J2EE servers in your landscape.

Regards,

Mike