<?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 Authorization roles in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562784#M254398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know the table which stores the authorization roles and transactions allowed for that role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2006 10:02:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-17T10:02:18Z</dc:date>
    <item>
      <title>Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562784#M254398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know the table which stores the authorization roles and transactions allowed for that role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 10:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562784#M254398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562785#M254399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This all depends. In some cases authorization groups must exist in a custom table before they can be used. This is true for table authorization groups (authorization group in table &amp;lt;b&amp;gt;TBRG&amp;lt;/b&amp;gt; assigned to tables in table &amp;lt;b&amp;gt;TDDAT&amp;lt;/b&amp;gt; via transaction SE54) and user groups (created in transaction &amp;lt;b&amp;gt;SUGR&amp;lt;/b&amp;gt;). In some cases authorization groups are merely created when they are assigned to the object in a standard maintenance transaction (e.g. vendor master data, customer master data, material master data etc.) In other cases the authorization group has an optional validation table that is used in search helps but no where else (ABAP programs in table &amp;lt;b&amp;gt;TPGP&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;TPGPT&amp;lt;/b&amp;gt;, report writer authorization groups (via table &amp;lt;b&amp;gt;TBRG&amp;lt;/b&amp;gt;) etc. Authorization groups are essentially labels that you assign to objects (tables, programs, master data etc.) that allow authorization checks for access to the objects with the label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SAP Notes 7642, 20534, 23342, 33154, and 67766&lt;/P&gt;&lt;P&gt;2) Documentation for RSCSAUTH report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below SAP link for more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 10:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562785#M254399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562786#M254400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In simple words ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have a jobrole assigned to my user id. Lets say "z:x". Now i need to find out through tables whether z:x has transaction ME22N or not. How do i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 10:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562786#M254400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562787#M254401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;look at the table &amp;lt;b&amp;gt;TSTCA&amp;lt;/b&amp;gt;(Values for transaction code authorizations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 11:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562787#M254401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T11:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562788#M254402</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;See the tables:&lt;/P&gt;&lt;P&gt;AGR_USERS, AGR_PROF, UST04, uST12, TSTCA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 11:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562788#M254402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T11:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562789#M254403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User/Security tables&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DEVACCESS&lt;/P&gt;&lt;P&gt; Table of development users including dev access key&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR02&lt;/P&gt;&lt;P&gt; Logon data&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR04&lt;/P&gt;&lt;P&gt; User master authorization (one row per user)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;UST04&lt;/P&gt;&lt;P&gt; User profiles (multiple rows per user)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR10&lt;/P&gt;&lt;P&gt; Authorisation profiles (i.e. &amp;amp;_SAP_ALL)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;UST10C&lt;/P&gt;&lt;P&gt; Composit profiles (i.e. profile has sub profile)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR11&lt;/P&gt;&lt;P&gt; Text for authorisation profiles&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR12&lt;/P&gt;&lt;P&gt; Authorisation values&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR13&lt;/P&gt;&lt;P&gt; Short text for authorisation&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;USR40&lt;/P&gt;&lt;P&gt; Tabl for illegal passwords&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OBJT&lt;/P&gt;&lt;P&gt; Authorisation objetc table &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;rEGARds&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 16:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562789#M254403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562790#M254404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides us with plenty of reporting functions regarding authorizations (transaction SUIM, User Information System).&lt;/P&gt;&lt;P&gt;For your example you could call either&lt;/P&gt;&lt;P&gt;- Roles -&amp;gt; By Transaction Assignment (check with transaction)&lt;/P&gt;&lt;P&gt;       or&lt;/P&gt;&lt;P&gt;- Transactions -&amp;gt; Executable Transactions (check with role)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to search DB tables directly then go for &amp;lt;b&amp;gt;AGR_1251&amp;lt;/b&amp;gt; and select for&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OBJECT = S_TCODE
FIELD = TCD
LOW = &amp;lt;transaction, e.g. ME22N&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-roles/m-p/1562790#M254404</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-17T20:27:03Z</dc:date>
    </item>
  </channel>
</rss>

