cancel
Showing results for 
Search instead for 
Did you mean: 

Login form using ABAP Web dynpro

Former Member
0 Kudos

Hi All

Pls let me know how to create a Login form for SAP R/3 in ABAP web dynpro and even that form should provide an option to reset the password for SAP R/3.

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is an established process for creating custom login screens that are still tied to the SICF login functionality. It basically involves subclassing CL_ICF_SYSTEM_LOGIN. The process is documented here:

http://help.sap.com/saphelp_nw70/helpdata/EN/3e/70de3f68d48f15e10000000a155106/frameset.htm

Former Member
0 Kudos

Hi,

I don't know exactly if there is some standard way of creating login form but this is what u can do manually.

Create a view and on that view create the form as per ur requirement, which will have alleast user name, password and confirm passowrd filed..and a button to reset the password.

Once you have create it, on button's 'OnAction', create the method and check with the following bapi calls (I have not used these, you have to check which is useful in ur req)

BAPI_EMPLOYEET_CHANGEPASSWORD
BAPI_EMPLOYEE_CHANGEPASSWORD 
BAPI_EMPLOYEE_INITPASSWORD
BAPI_BUPA_PASSWORD_CHANGE
BAPI_BUPA_PASSWORD_INIT
FIEB_PASSWORD_UPDATE
G_EXTRACT_PASSWORD_CHANGE
RSEC_GENERATE_PASSWORD
IAC_CUSTOMER_CHANGE_PASSWORD
IAC_CUSTOMER_PASSWORD_INIT
IAC_CUSTOMER_CHANGE_PASSWORD_1
IAC_CUSTOMER_PASSWORD_INIT_1