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: 

Auto logout of RFC type users

Former Member
0 Kudos

Hi,

Is there any way where we can logout users of type RFC which are idle for certain time ?

For example using parameter "rdisp/gui_auto_logout", we can automatically logout dialog user if the user is inactive for a specific period of time in seconds.

Similarly is there any parameter or way where we can logout RFC type users which is idle for a specific period?

Thanks in Advance,

3 REPLIES 3

Former Member
0 Kudos

Hi Siva,

The auto logouts are valid only for dialogue users. If you really want i suppose you can setup your RFC user as a dialogue user(I have never done that, so I am not sure if we can do that). This howvever will now be a chargable users as compared to when it was a non dialogue user.

Regards,

Chinmaya

Former Member
0 Kudos

Hi,

You can use SM59->Select RFC-> Special Options-> Keep alive timeout.

Please also check parameter gw/keepalive.

Note: I never used this before. But I am sure this will help you.

Manoj Chintawar

Former Member
0 Kudos

I additon to what the others have already said, what you can also consider is explicitly closing the connection from your program using function module RFC_CLOSE_CONNECTION, but I think that there are more modern ways of designing RFC connectivity in higher releases...

Cheers,

Julius