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: 

List the Users who are idle for certain time

0 Kudos

Hi All,

My requirement is to show all the users who are idle for certain time (eg 30 mins).

Here I want to know the background job which terminates the users who are idle for the time maintained in the profile parameter 'rdisp/gui_auto_logout'.

Regards, Joshu.

2 REPLIES 2

Former Member
0 Kudos

There is no such background job.

The logout of inactive users is handled automatically by the system.

I haven't seen such a report in the system, but if you want to list the users,

you can write a report which calls the function TH_USER_LIST.

From the user list you can get the last time the user did anything in the system.

By reading the value of parameter rdisp/gui_auto_logout you can then calculate when they will be thrown out.

I'm not a programmer, so the rest is up to you.

Former Member
0 Kudos

Josh,

I agree with thomas.

To activate automatic logging off, do the following:

Go to Profile Maintenance by choosing Tools --> CCMS --> Configuration --> Profile Maintenance or the transaction RZ11.

Maintain the parameter rdisp/gui_auto_logout. Enter the required number of seconds of inactivity before the user is logged off automatically.

To deactivate automatic logoff, delete the parameter from the profile(s) or set the value '0'.

Thanks,

Sri