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

End Active Session in Destination Server

Former Member
0 Likes
425

Hi Experts!!

We have a report in which we are trying to end the active sessions of a particular user in some provided destination system. I tried using TH_USER_INFO and TH_DELETE_USER. But these seem to be for current system alone. But I need to do the same in any destination system. I can't even call function using DESTINATION as this FM is not remotely enabled.

Can somebody suggest if I can use any other FM or any other way to achieve this?

Your help is highly appreciable.

Thanks a lot!!

Hi Experts!!

We have a report in which we are trying to end the active sessions of a particular user in some provided destination system. I tried using TH_USER_INFO and TH_DELETE_USER. But these seem to be for current system alone. But I need to do the same in any destination system. I can't even call function using DESTINATION as this FM is not remotely enabled.

Can somebody suggest if I can use any other FM or any other way to achieve this?

Your help is highly appreciable.

Thanks a lot!!

1 REPLY 1
Read only

Former Member
0 Likes
384

TH_DELETE_USER is remotely enabled. Not using TH_USER_INFO now.