<?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: Remove transaction access from users in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864371#M1593250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I Agree with Deepak ,&lt;/P&gt;&lt;P&gt;Transaction can be checked in a role in Menu Tab, or in S_Tcode or user having access to a transaction S**** may be calling the transaction P****.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 06:52:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-24T06:52:12Z</dc:date>
    <item>
      <title>Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864366#M1593245</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;We have both ESS and R3 users(who are also ESS) in our project. We want to restrict an important transaction P*** which is accessible by all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in suim --&amp;gt; roles --&amp;gt; by transactional assignments. There are few roles which contains those transactions but those are not assigned to all users only a few users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have created a dummy user and assigned only the ESS roles to it. which was made by copying from the standard ess roles. and I have seen that This user can access that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means the transaction is somewhere in the ess roles but I cant find where it is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell how to remove it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 07:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864366#M1593245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864367#M1593246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pls try using SUIM -&amp;gt; By Authorization Value -&amp;gt; S_TCODE..&lt;/P&gt;&lt;P&gt;(your P**** tcode may be part of su24 of other tcode which is in role menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 07:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864367#M1593246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T07:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864368#M1593247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...or contained in an interval (like S_TCODE= M* - R*)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 07:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864368#M1593247</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2011-05-11T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864369#M1593248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;It means the transaction is somewhere in the ess roles but I cant find where it is.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are following a certain naming convention for these ESS  roles then you can easily find the roles that contain a particular tcode in SUIM.&lt;/P&gt;&lt;P&gt;In SUIM select Roles--&amp;gt;Roles by complex selection criteria, and in the next screen that pops up you can mention the role(if you are following a certain naming convention for ESS roles, for ex. all ESS roles starts with E then you can put as E*) and in the Object field put S_TCODE(press enter) and Transaction code field put the Tcode which you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 07:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864369#M1593248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864370#M1593249</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;Transaction codes are present in role at two different places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can check the role menu where you can find the T-code and remove it.&lt;/P&gt;&lt;P&gt;2. You can go inside the role and check the Object S_TCODE which may contain the required T-code in terms of interval also like A&lt;STRONG&gt;-Z&lt;/STRONG&gt; due to which user will have access to that T-code.&lt;/P&gt;&lt;P&gt;3. There might be a case a T-code may be internally calling another T-code (you can check that from SE93) in that case S_TCODE for the Transaction code which is checked when T-code is ran is not checked and user might still have access to that T-code. So it might be that the T-code that you want to restrict that is P***  might be called after executing any other T-code as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 06:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864370#M1593249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-24T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864371#M1593250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I Agree with Deepak ,&lt;/P&gt;&lt;P&gt;Transaction can be checked in a role in Menu Tab, or in S_Tcode or user having access to a transaction S**** may be calling the transaction P****.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 06:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864371#M1593250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-24T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864372#M1593251</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;Maybe looking at this from a table entry view may help as we haven't had a response back on the recent replies I'm assuming they aren't helping?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the test user try outputting table AGR_USERS and then running table AGR_1251 populated with the list of roles already discovered from AGR_USERS. Do you see the transaction in field TCD? Try pivot table from exel...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this clunky method the previous replies cover it all perfectly anyway - just wondered if there was any progress on the post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 22:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864372#M1593251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-24T22:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864373#M1593252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the best way is to check the table AGR_TCODES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE16 put table name AGR_TCODES EXECUTE IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the name of tcode in field extended program P***** and in Agr name put * then execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give you list of all role having tcode P*****.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Goldy Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 20:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864373#M1593252</guid>
      <dc:creator>goldy_verma</dc:creator>
      <dc:date>2011-05-25T20:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove transaction access from users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864374#M1593253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goldy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the previous posts in this thread as AGR_TCODES is limited to transactions present on the menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; Pls try using SUIM -&amp;gt; By Authorization Value -&amp;gt; S_TCODE..&lt;/P&gt;&lt;P&gt; (your P**** tcode may be part of su24 of other tcode which is in role menu)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;--Kamal&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ OP: it would be helpful to be given the actual transaction so that we can dig further using a real example rather than a hypothetical...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: David Berry on May 25, 2011 10:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 21:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-transaction-access-from-users/m-p/7864374#M1593253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-25T21:16:36Z</dc:date>
    </item>
  </channel>
</rss>

