Application Development 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: 

Communication User Last Login

Former Member
0 Kudos

Hi

I'm currently doing clean up activities for the users who have not logged in the past 180 days. Running a suim report shows the last login of the 'Dialog User - A', However for the rest of the user types(communication, System, Service, Reference) which are currently used the last login dates back to an incorrect date (Ex: ALEREMOTE). Is there a way to find out when these type of users were last used.

Sindhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use t-code SUIM>User>By Logon Date and Password change.

It will give list of all users(System, Communication, Dialog and Service)

Hope this helps you.

4 REPLIES 4

Former Member
0 Kudos

Which release and SP are you on?

Please compare the same via report RSUSR200.

If you are looking directly in the DB table USR02 and interpreting a single field then you can easily be mislead...

If you want to be sure, then a naming convention for these types of users is usefull... => Push them out to ZZ1 - 9 and use the generic naming feature of the SM19 log (it is optional and requires activation) to log the types of logins.

You can also do this using dynamic filters to gain a first impression of what is running on which server when you cannot "see it" during daylight

Cheers,

Julius

Former Member
0 Kudos

Hi,

You can use t-code SUIM>User>By Logon Date and Password change.

It will give list of all users(System, Communication, Dialog and Service)

Hope this helps you.

0 Kudos

Hi

Use SE16 and use USR02 table

user selection can be * to get all the users

select Creation date as the date range you want to exclude (180 days period)

select Last Logon as the above date range.

The output will provide the required results.

Regards

Shan

Former Member
0 Kudos

Thank you Guys