<?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 Sharing user account in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249788#M1829122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide some ideas how can i find out if people are sharing their accounts? May be I can use some tools in SAP NetWeaver? I will be grateful for any information &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/776/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 17:42:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-06T17:42:48Z</dc:date>
    <item>
      <title>Sharing user account</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249788#M1829122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide some ideas how can i find out if people are sharing their accounts? May be I can use some tools in SAP NetWeaver? I will be grateful for any information &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/776/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 17:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249788#M1829122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-06T17:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing user account</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249789#M1829123</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;You could activate the Security audit log and trace user connections to check if users are connecting from different terminal.&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/539404" title="539404  - FAQ: Answers to questions about the Security Audit Log"&gt; &lt;SPAN class="title"&gt;539404 - FAQ: Answers to questions about the Security Audit Log&lt;/SPAN&gt; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not already done you can forbid concurrent user connections using parameter login/disable_multi_gui_login&lt;/P&gt;&lt;P&gt;&lt;A href="https://service.sap.com/sap/support/notes/142724" title="Right mouse click to add this SAP Note to your browser favorites"&gt;142724 - Prevention of multiple SAPGUI logons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also that very interesting blog from &lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="10810" data-externalid="" data-presence="null" data-userid="3830" data-username="frank.buchholz" href="https://answers.sap.com/people/frank.buchholz"&gt;Frank Buchholz&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/13804308#13804308"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Recommended Settings for the Security Audit Log (SM19 / SM20)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249789#M1829123</guid>
      <dc:creator>ACE-SAP</dc:creator>
      <dc:date>2014-05-06T20:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing user account</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249790#M1829124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the required information of logon terminal of users from the table USR41, which will record the last logon information.&lt;/P&gt;&lt;P&gt;But if you are looking for historical data to get the terminal details, you need to activate the security audit log in SM19 for dialog logon, and then check the terminal details in SM20.&lt;/P&gt;&lt;P&gt;You can also get the terminal details using the FM SWNC_GET_STATRECS_FRAME, but this provides data from past 2 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 11:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249790#M1829124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing user account</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249791#M1829125</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;You can also take a look at table USR41_MLD for some useful info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 15:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249791#M1829125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing user account</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249792#M1829126</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;sm20 is good tool to find out, make sure the multi logon is disabled by profile parameter login/disable_multi_gui_login and users type is Dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 03:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-user-account/m-p/10249792#M1829126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T03:31:01Z</dc:date>
    </item>
  </channel>
</rss>

