Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function modules for logging in

Former Member
0 Likes
1,052

anybody knows the function modules that are called when a user logs onto the abap engine ???

thanks

1 ACCEPTED SOLUTION
Read only

sdipanjan
Active Contributor
0 Likes
819

you can check this your self also. Go to SE80... click on "Repository Information System"... Open the drop down "Program Library" under Object section... Double Click on the selection "Function Module".

Search for the FMs available for different types of Logon with search term "Logon".

For e.g., few are provided here:

SUSF (Function Group)

SUSR_LOGON_USER_EXIT

SUU1 (Function Group)

SUSR_USER_LOGONDATA_GET

SUSR_USER_LOGONDATA_PUT

SUSR_USER_LOGONDATA_SETCHANGED

Regards,

Dipanjan

2 REPLIES 2
Read only

sdipanjan
Active Contributor
0 Likes
820

you can check this your self also. Go to SE80... click on "Repository Information System"... Open the drop down "Program Library" under Object section... Double Click on the selection "Function Module".

Search for the FMs available for different types of Logon with search term "Logon".

For e.g., few are provided here:

SUSF (Function Group)

SUSR_LOGON_USER_EXIT

SUU1 (Function Group)

SUSR_USER_LOGONDATA_GET

SUSR_USER_LOGONDATA_PUT

SUSR_USER_LOGONDATA_SETCHANGED

Regards,

Dipanjan

Read only

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert
0 Likes
819

There's only an user-exit (SUSR0001) which is invoked after a successful SAPGUI logon.

Notice: there is no way to implement own login modules or to execute own coding prior / during authentication.