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

user-exit for user logoff data

Former Member
0 Likes
571

hello friends

i am new to user-exit. i want to creat a user-exit for ( user logoff data ) to store in DB Table. Plz tell me which function modules use in Include to recognize the user logoff. If any example code that would be better.

Thanks in advance,

3 REPLIES 3
Read only

Former Member
0 Likes
490

Hi

check the fun modules

HR_GB_EF_BC_LOGOFF

LMBP_RESOURCE_LOGOFF

LTRSM_RESOURCE_LOGOFF_MTHD

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
490

hi

good

generally we never create our own userexit bcz userexits are the kind of functionality given by the sap for the required enhancements.So i would suggest you to findout the required userexit and do the changes there as per your requirements.

thanks

mrutyun^

Read only

Former Member
0 Likes
490

Thanks for ur reply

i used a user-exit (SUSR0001- User exit after logon to SAP System) for user logon data to store in DB table. This one i copied from others code.

now my idea to create user logoff data from SAP system but i dont know how to identify the GUI logoff from SAP system.

Plz give me any example code or short notes.

Thanks,