<?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: Restric multiple session t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248507#M1985891</link>
    <description>&lt;P&gt;Yes use some lock object FM, but for your requirement don't lock transaction code (SY-TCODE) but rather User Name (SY-UNAME).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: Ideally find a table with keys user name and transaction code, already provided with a lock object or create your own.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 16:16:32 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2020-12-03T16:16:32Z</dc:date>
    <item>
      <title>Restric multiple session t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248504#M1985888</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
  &lt;P&gt;I am looking for a solution like this one:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/questions/1797986/regarding-lock-object.html" target="test_blank"&gt;https://answers.sap.com/questions/1797986/regarding-lock-object.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;I would like that different users runs the same transaction at the same time, but the user must runjust only one session of the transaction, for instance: &lt;/P&gt;
  &lt;P&gt;User A runs transaction ZT001 &lt;/P&gt;
  &lt;P&gt;User B runs transaction ZT001 at the same time &lt;/P&gt;
  &lt;P&gt;But User A and B could not run another session of transacion ZT001 at the same time with the same user logon.&lt;/P&gt;
  &lt;P&gt; This means users must run only once the trancation. &lt;/P&gt;
  &lt;P&gt;Do I have to use something like ENQUEUE_ESTERM and DEQUEUE_ESTERM? Are there any way to prevent users to open many sessions of the same transaction using some parameter? Or it is only possible by ABAP code?&lt;/P&gt;
  &lt;P&gt;Thanks for any help.&lt;/P&gt;
  &lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248504#M1985888</guid>
      <dc:creator>lferreira</dc:creator>
      <dc:date>2020-12-03T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restric multiple session t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248505#M1985889</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Its possible through, but it will affect the system performance to the core... instead user parameterized table and if that check is true then stop transaction. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248505#M1985889</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-12-03T14:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restric multiple session t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248506#M1985890</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;lferreira&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;You could try locking the report with the username provided. Something similar to the solution from this thread: &lt;A href="https://answers.sap.com/questions/972737/locking-o-report.html" target="test_blank"&gt;https://answers.sap.com/questions/972737/locking-o-report.html&lt;/A&gt;&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Thu, 03 Dec 2020 14:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248506#M1985890</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-12-03T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restric multiple session t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248507#M1985891</link>
      <description>&lt;P&gt;Yes use some lock object FM, but for your requirement don't lock transaction code (SY-TCODE) but rather User Name (SY-UNAME).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: Ideally find a table with keys user name and transaction code, already provided with a lock object or create your own.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 16:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restric-multiple-session-t-code/m-p/12248507#M1985891</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-12-03T16:16:32Z</dc:date>
    </item>
  </channel>
</rss>

