<?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: users able run tcode without access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546320#M248373</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;are you sure AL11 is the only transaction that you do not want to assign in the S_TCODE range you assigned? I am not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP auditors do not like S_TCODE ranges. These roles are not controlable. They require an unmanagable amount of manually added authorization objects. SU24 (tables USOBT_C, USOBX_C) cannot be used. As you mentioned SUIM reporting does not work properly. Finally, tools that help managing SoD (Segregation of Duties) risks have problems addressing these roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would strongly suggest to get rid of roles with S_TCODE ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my oppinion,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 10:09:38 GMT</pubDate>
    <dc:creator>christian_wippermann</dc:creator>
    <dc:date>2006-07-31T10:09:38Z</dc:date>
    <item>
      <title>users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546313#M248366</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;  Some of our users are able to run transaction code AL11 with out having access to it.when i search in suim for the role which has AL11 value in S_tcode and is assigned to the user, it says no role found..but the users are able to run it...How is it possible ? I check in debugging mode, AUTHORITY-CHECK statement is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Can anybody tell why this is happening so..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chittaranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 09:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546313#M248366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546314#M248367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search alternately in P_TCODE, Q_TCODE etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 10:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546314#M248367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546315#M248368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if a reference user is assigned to that user. Authorizations (contained in roles and profiles) assigned to that reference user will be "inherited" to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging is not possible, but tracing (using transaction ST01 - notice: this tracing is server-specific; when using load-balancing keep in mind to activate and evaluate the trace on all servers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When starting ABAP transactions the authorization object S_TCODE (and potentially other authorization objects assigned to the transaction) is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being logged on as that user, call transaction SU56 to display the effective authorizations assigned to that user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 10:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546315#M248368</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-07-28T10:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546316#M248369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that I have maintained values as folows..&lt;/P&gt;&lt;P&gt;for S_TCODE object..&lt;/P&gt;&lt;P&gt;to avoid giving access to AL11 ,&lt;/P&gt;&lt;P&gt;S_TCODE   from A&lt;STRONG&gt;...............to AL10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and again from AL12*.............to OB51 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this users are having access to AL11...though it is not coming in any report of SUIM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i change it to following then..it works fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TCODE   from A...............to AL10*&lt;/P&gt;&lt;P&gt;and again from AL12*.............to OB51 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, because of A*, users are having access..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give some input on this .I think if i maintain it as A in stead of A*...users will loose access to some tcodes in between A-AL10 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 10:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546316#M248369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T10:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546317#M248370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP does use the FROM -&amp;gt; TO logic you are trying to use here, but if you use wildcards like * then they get loaded aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The auth check against S_TCODE = AL11 is satified when it finds A* in the FROM field. THe TO field only provides an end (if maintained) and does not delimit FROM even if it is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure there is nothing else (perhaps more critical than AL11 and OB52) in the range between AL12 and OB51 which you would want to restrict?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 11:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546317#M248370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T11:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546318#M248371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jbussche is absolutely right, the A* needs to be replaced with "from A to AL10" if you need to use a range in this role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to the initial question about why a report on S_TCODE did not show a role with this transaction: The logic behind the SUIM reports works differently between different reports. My all time favourite report for this job is "S_BCE_68001423 - In Roles" - the "where-used list" looks at the S_TCODE values and picks up ranges, in a way that some of the other reports don't. S_BCE_68001420 - By Transaction Assignment for example,  in the recent application of sap_basis 620_sp 58, has been renamed to say "Selection by assigned transaction in Menu". Meaning that if the tcode is on the menu it will find it, but if it has been manually maintained it won't be found &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I suppose the logical next step is SE16n &amp;gt; table AGR_1251 with a filter on S_TCODE, but the where used report is a quicker way of getting to the same point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 12:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546318#M248371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T12:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546319#M248372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternate way of checking it would be to look in ust12 searching for objct = &lt;STRONG&gt;tcode&lt;/STRONG&gt; and von = AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select all entries from ust12 where the bis field is &amp;lt;&amp;gt; nothing and query the result to return the list of auths where von is &amp;lt;= AL11 AND bis is &amp;gt;= AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run report rsusr405 and wait about an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combine the two results and go looking in usrbf2 for any bname which has any of the combined list of auth for object s_tcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 16:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546319#M248372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T16:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546320#M248373</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;are you sure AL11 is the only transaction that you do not want to assign in the S_TCODE range you assigned? I am not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP auditors do not like S_TCODE ranges. These roles are not controlable. They require an unmanagable amount of manually added authorization objects. SU24 (tables USOBT_C, USOBX_C) cannot be used. As you mentioned SUIM reporting does not work properly. Finally, tools that help managing SoD (Segregation of Duties) risks have problems addressing these roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would strongly suggest to get rid of roles with S_TCODE ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my oppinion,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 10:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546320#M248373</guid>
      <dc:creator>christian_wippermann</dc:creator>
      <dc:date>2006-07-31T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546321#M248374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you replace the A* with A it will work. even with AL01-AL10. If you need a confirmation check with some predefined roles which holds ranges.&lt;/P&gt;&lt;P&gt;for example SAP_ADM_US template.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 22:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546321#M248374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T22:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546322#M248375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to specify. in SAP_ADM_US template I am referring to User group range specification under S-USER_SAS object. logically specifing A instead of A* will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 02:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546322#M248375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T02:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546323#M248376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chitta,&lt;/P&gt;&lt;P&gt;Just try AA* to AL10* and AL12* to OB51 in the range.&lt;/P&gt;&lt;P&gt;This is how it works out for me...&lt;/P&gt;&lt;P&gt;Let me know if its still a problem, or else if its OK then its great.&lt;/P&gt;&lt;P&gt;As advised earlier, use this trick only in Display all roles and u must already be aware that Auditors do hate Ranges in S_Tcode &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;( dont forget to award me any points if my trick is helpful)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sri Raghu Kishore Pusapati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 13:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546323#M248376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T13:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: users able run tcode without access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546324#M248377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chitranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to restrict the access for AL11 is to make sure that no such user has value STOR(system trace) in authorization object S_ADMI_FCD. So even if the user has value s_tcode in AL11 unless an until he has STOR in S_ADMI_FCD he won't be able to execute it. The important thing is that S_ADMI_FCD  is a critical authorization object and hence its access must really restricted for normal end users. By and large it is needed by system adminsitrators. The fact that normal endusers have easy access to S_ADMI_FCD should be an equal cause of concern. Most SOX audit companies would check for this authorization object. &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;Ruchit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 05:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-able-run-tcode-without-access/m-p/1546324#M248377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T05:20:05Z</dc:date>
    </item>
  </channel>
</rss>

