<?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 User , Role &amp; Transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148469#M453435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need help on the relation between Roles and Transaction for a given User. If you provide me the table names i will be very thankful or any Standard Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an urgent issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 20:26:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T20:26:32Z</dc:date>
    <item>
      <title>User , Role &amp; Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148469#M453435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need help on the relation between Roles and Transaction for a given User. If you provide me the table names i will be very thankful or any Standard Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an urgent issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 20:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148469#M453435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: User , Role &amp; Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148470#M453436</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;Please check transastion SUIM and table AGR_USERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check program RSUSR002.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 20:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148470#M453436</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-04-02T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: User , Role &amp; Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148471#M453437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From table AGR_USERS , you can roles corresponding to any user name or vice versa..&lt;/P&gt;&lt;P&gt;From table AGR_TCODES, you will get the tcodes corresponding to any role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 22:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148471#M453437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T22:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: User , Role &amp; Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148472#M453438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I don&amp;#146;t think .. What is the relation ship between this entity .. Company code and user name make sense .!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can say in company code , users and the user use transactions . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to see tables USR02 , TSTC ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well . you can also see list of reports in T-code SUIM &lt;/P&gt;&lt;P&gt;Tha way it looks like to me is that he is looking for the authorization values. All the user authorization values are stored in the table UST12. You can get the values of say tcode for which the user is authorized, by calling the function module SUSR_USER_AUTH_FOR_OBJ_GET and passing user name and 'S_TCODE' for 'SEL_OBJECT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for company code, this becomes very complicated because, you may authorized to perform a certain action for a certain company code, in a particular transaction. But for the same company code, in another transaction, you may not be able to do any aciton. You really need to know which authorization object each transaction is checking that has BUKRS as field.&lt;/P&gt;&lt;P&gt;Do you mean user roles? If so, perhaps transaction SUIM and change documents can help you... &lt;/P&gt;&lt;P&gt;Create Roles &lt;/P&gt;&lt;P&gt;The role also contains the authorizations users need to access the transactions, reports, web-based applications and so on, contained in the menu.&lt;/P&gt;&lt;P&gt;You can assign a role to an unlimited number of users. &lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;To create a single role:&lt;/P&gt;&lt;P&gt;1. Choose the pushbutton Create role or the transaction PFCG in the initial transaction SAP Easy Access. You go to the role maintenance.&lt;/P&gt;&lt;P&gt;2. Specify a name for the role. &lt;/P&gt;&lt;P&gt;The roles delivered by SAP have the prefix 'SAP_'. Do not use the SAP namespace for your user roles.&lt;/P&gt;&lt;P&gt;SAP does not distinguish between the names of simple and composite roles. You should adopt your own naming convention to distinguish between simple and composite roles.&lt;/P&gt;&lt;P&gt;3. Choose Basic maintenance (in the Profile, Other objects menu).&lt;/P&gt;&lt;P&gt;4. Choose Create.&lt;/P&gt;&lt;P&gt;5. Enter a meaningful role description text. You can describe the activities in the role in detail. &lt;/P&gt;&lt;P&gt;you can find the relationship between users and roles in table AGR_USERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this&amp;#146;ll help .. Don&amp;#146;t forget to reward points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 23:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148472#M453438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: User , Role &amp; Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148473#M453439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you All for your valuable answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is solved by Sylendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 16:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-role-transactions/m-p/2148473#M453439</guid>
      <dc:creator>kishorekumar_vemula</dc:creator>
      <dc:date>2007-04-03T16:18:46Z</dc:date>
    </item>
  </channel>
</rss>

