<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bulk User Logoff in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971737#M1339369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;An approach I have seen used is to send them a system message (or mail) warning about the downtime, and then use &amp;gt;network tools (e.g. a SAProuter, or logon groups) to disconnect them from the server when the time is ripe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can you use logon groups to disconnect users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 02:36:00 GMT</pubDate>
    <dc:creator>peter_strauss</dc:creator>
    <dc:date>2009-10-22T02:36:00Z</dc:date>
    <item>
      <title>Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971732#M1339364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to log off selected users using abap. Would you please kindly let me know the code/function module to achive this?&lt;/P&gt;&lt;P&gt;I tried using SYST_LOGOFF but this C function logs off only one user. I am not sure if there are other attributes to this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 17:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971732#M1339364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971733#M1339365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using TH_DELETE_USER in your abap code. Just loop through this FM with the user names one at a time, and you will have the desired effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 17:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971733#M1339365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T17:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971734#M1339366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then why not he would use SYST_LOGOFF itself in loop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 18:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971734#M1339366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T18:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971735#M1339367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not comfortable with the idea of logging off users using ABAP. Are these dialog users doing their job? What is going to happen if you log them off in the middle of their work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 18:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971735#M1339367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971736#M1339368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second Srinivas' concern here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An approach I have seen used is to send them a system message (or mail) warning about the downtime, and then use network tools (e.g. a SAProuter, or logon groups) to disconnect them from the server when the time is ripe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYS_LOGOFF is a very blunt tool...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 19:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971736#M1339368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T19:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971737#M1339369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;An approach I have seen used is to send them a system message (or mail) warning about the downtime, and then use &amp;gt;network tools (e.g. a SAProuter, or logon groups) to disconnect them from the server when the time is ripe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can you use logon groups to disconnect users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 02:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971737#M1339369</guid>
      <dc:creator>peter_strauss</dc:creator>
      <dc:date>2009-10-22T02:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk User Logoff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971738#M1339370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant by that is clients in the user network can be load balanced onto application servers via logon groups. Knowing which server they &lt;EM&gt;should&lt;/EM&gt; be on, one could then simply block them on the firewall or even stop those dialog instances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 06:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bulk-user-logoff/m-p/5971738#M1339370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T06:27:08Z</dc:date>
    </item>
  </channel>
</rss>

