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

logoff in user exit

Former Member
0 Likes
899

Hello,

I'd like to logoff certain users in the User Exit SUSR0001. I already found a function called TH_DELETE_USERS, but that function requires the user to have administrator rights.

Is there another function I could use to logoff users?

Thanks in advance,

Aline

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
861

Hi,

You may use CALL 'SYST_LOGOFF'.

I hope this helps,

Regards

Raju Chitale

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
861

Maybe just copy the code of the function ..

Read only

Former Member
0 Likes
861

I tried that already but it didn't work

Read only

Former Member
0 Likes
862

Hi,

You may use CALL 'SYST_LOGOFF'.

I hope this helps,

Regards

Raju Chitale

Read only

0 Likes
861

Raju,

you made my day, it works just fine!

Thank you very much,

Aline