‎2007 Jun 25 11:15 AM
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,
‎2007 Jun 25 11:25 AM
Hi
check the fun modules
HR_GB_EF_BC_LOGOFF
LMBP_RESOURCE_LOGOFF
LTRSM_RESOURCE_LOGOFF_MTHD
Reward points for useful Answers
Regards
Anji
‎2007 Jun 25 1:36 PM
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^
‎2007 Jun 25 1:55 PM
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,