<?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: Locking a T-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119092#M443909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can only lock in SM01 which is globally, it is not possible to do as you have described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 08:45:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T08:45:49Z</dc:date>
    <item>
      <title>Locking a T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119091#M443908</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;How to lock a t-code in the transaction path entry but it should be access from SAP easy access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Magham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119091#M443908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119092#M443909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can only lock in SM01 which is globally, it is not possible to do as you have described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 08:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119092#M443909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119093#M443910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way you want to prevent users to execute transactions is not possible.&lt;/P&gt;&lt;P&gt;If they can execute transaction from Menu, they will be able to execute the same from command window as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to lock particular transaction, do it from SM01 btu be informed that it will not be available to all the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to prevent it for any particular user(s), do it with authorization control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what's the need to disallow users to use command window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119093#M443910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T10:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119094#M443911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try SE 93&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119094#M443911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T10:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119095#M443912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can lock the transaction by using the transaction code SM01.&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;&lt;/P&gt;&lt;P&gt;AJAY KUAMR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 11:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-t-code/m-p/2119095#M443912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T11:44:16Z</dc:date>
    </item>
  </channel>
</rss>

