<?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: how to avoid multiple users to access same tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932051#M385922</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 even use import and export logic and check if user has entered the transaction ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santosh Kumar Patha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2007 13:21:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-12T13:21:37Z</dc:date>
    <item>
      <title>how to avoid multiple users to access same tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932050#M385921</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;Am creating one z tcode to display the material details for the particular reservation number. How can  I avoid multiple users to access the same tcode simultaneously. If anybody works over that tcode then no other user should be able to access the same tcode until or unless the first user works over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 13:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932050#M385921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid multiple users to access same tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932051#M385922</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 even use import and export logic and check if user has entered the transaction ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santosh Kumar Patha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 13:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932051#M385922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T13:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid multiple users to access same tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932052#M385923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lock it in Sm01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or give user authorization from the coding .&lt;/P&gt;&lt;P&gt;su21 / su20 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@santosh &lt;/P&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;just mailed u .:)&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 13:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932052#M385923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T13:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid multiple users to access same tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932053#M385924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this FM:&lt;/P&gt;&lt;P&gt;ENQUEUE_E_TRDIR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can build logic using the return parameters of this FM. Check the message variables of the result of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 14:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-multiple-users-to-access-same-tcode/m-p/1932053#M385924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T14:23:42Z</dc:date>
    </item>
  </channel>
</rss>

