<?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: Terminating User Logon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284401#M1531925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, change that, it isnt a good idea anyway to have mass users for development.&lt;/P&gt;&lt;P&gt;You will never be able to track down who did something wrong, and so it is quite hard to tell those people to improve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides think of someone getting fired, and this someone is still in the office for some days and wants to sabotage your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure you could could code something that checks from which frontend machine the logon is coming and prevent 2 logons from same machine but still it isnt wise to have same user for different developers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 07:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-23T07:56:34Z</dc:date>
    <item>
      <title>Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284394#M1531918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to develop a program to terminate the user session based on User id, Terminal id and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An user can open maximum of 6 sessions if he opens more than 6 sessions by long on to SAP more than once then the second logon sessions should be terminate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know your idea's that how can I fulfill this reuirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284394#M1531918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T04:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284395#M1531919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM &lt;STRONG&gt;TH_USER_LIST&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on user name,number of sessions and login time values perform your operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284395#M1531919</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-09-23T04:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284396#M1531920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284396#M1531920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T04:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284397#M1531921</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An user can open maximum of 6 sessions if he opens more than 6 sessions by long on to SAP more than once then the second logon sessions should be terminate.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The multiple logon is against the SAP Licensing policy and it should be deactivated in the PRD system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user tries to logon again with the same user ID the SAP will pop-up a message with 3 options&lt;/P&gt;&lt;P&gt;1. Terminate logon&lt;/P&gt;&lt;P&gt;2. Continue with the logon&lt;/P&gt;&lt;P&gt;3. Continue with the logon terminating other sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add the following parameter to the instance profile &lt;STRONG&gt;logon/disable_multi_gui_login&lt;/STRONG&gt; to remove the 2nd option, to keep your system legal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;GK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 04:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284397#M1531921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T04:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284398#M1531922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gnana Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion but we have gives same user ID for more than one developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284398#M1531922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284399#M1531923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gnana Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion but we have given same User ID for more than one developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkatesh on Sep 23, 2010 8:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284399#M1531923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T06:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284400#M1531924</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;     Use the  standard program 'RSM04000_ALV'. &lt;/P&gt;&lt;P&gt;That program displays all the users currently logged-in and the transactions they are working on.&lt;/P&gt;&lt;P&gt;It got many implicit enhancement points. write your code in those enhancement points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Just check SM50 , select the session and Endsession.&lt;/P&gt;&lt;P&gt;or try Try Function Module ITS_END_SESSION&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;S.Velsankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284400#M1531924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284401#M1531925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, change that, it isnt a good idea anyway to have mass users for development.&lt;/P&gt;&lt;P&gt;You will never be able to track down who did something wrong, and so it is quite hard to tell those people to improve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides think of someone getting fired, and this someone is still in the office for some days and wants to sabotage your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure you could could code something that checks from which frontend machine the logon is coming and prevent 2 logons from same machine but still it isnt wise to have same user for different developers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284401#M1531925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284402#M1531926</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;Thanks for the information, we can get all the user information using FM TH_USER_LIST.&lt;/P&gt;&lt;P&gt;my question is, how can we terminate all the sessions of second logon for the same Terminal ID &amp;amp; User ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user log on second time with same User ID and Terminal ID without ending the first logon it should check and terminate all the sessions belongs to second logon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you got my point... Please let me know if need more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 09:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284402#M1531926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating User Logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284403#M1531927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for the valuable information given.&lt;/P&gt;&lt;P&gt;after I have gone through the information I came to understand that we can not terminate based on terminal id therefore I came up with one idea that I can read all the session id's and terminal id's and can terminate the session if same terminal id log on for more than one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me that how can I read all the session id's of the user...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance....&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;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-user-logon/m-p/7284403#M1531927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T11:49:24Z</dc:date>
    </item>
  </channel>
</rss>

