<?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: Table to check Plant Maintenace Module Tcode Authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813316#M1681368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhivya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could call on of the FM's in the below link to check for authority.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3184149"&gt;http://scn.sap.com/thread/3184149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 08:38:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-15T08:38:23Z</dc:date>
    <item>
      <title>Table to check Plant Maintenace Module Tcode Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813312#M1681364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am doing Internet Scenario for Plant Maintenance(PM) module. In that I have to check whether the user is having authorization for the Tcode or not. Authorization for PM module's Tcode is I_TCODE . But i could not find the exact table which relates Auhorization to user. Did anyone know abt this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Dhivya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 07:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813312#M1681364</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2012-06-15T07:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table to check Plant Maintenace Module Tcode Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813313#M1681365</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;Genrally authorization objects will be assigned to roles with profiles generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the below tables for combination of roles , users and profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables: AGR_DEFINE,AGR_1016 and UST10S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use transaction SUIM to check various kinds of authorizations.&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;Gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 07:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813313#M1681365</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2012-06-15T07:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table to check Plant Maintenace Module Tcode Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813314#M1681366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dhivya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Dhivya Baskaran wrote:&lt;P&gt;I have to check whether the user is having authorization for the Tcode or not.&amp;nbsp; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the authority-object S_TCODE to check if the "current" user has an authority to execute the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Dhivya Baskaran wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Authorization for PM module's Tcode is I_TCODE . But i could not find the exact table which relates Auhorization to user. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if i follow your requirement, but you can use a join on the table AGR_USERS &amp;amp; AGR_1251.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Most of the authorization data are stored in the AGR* tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813314#M1681366</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-06-15T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table to check Plant Maintenace Module Tcode Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813315#M1681367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; When i click the Tcode link in webdynpro means, it has to check whether the Tcode is authorized for user or not. I dont need roles, profiles and all. Anyhow thanks for your information. But it wont help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhivya. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813315#M1681367</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2012-06-15T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table to check Plant Maintenace Module Tcode Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813316#M1681368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhivya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could call on of the FM's in the below link to check for authority.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3184149"&gt;http://scn.sap.com/thread/3184149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-to-check-plant-maintenace-module-tcode-authorization/m-p/8813316#M1681368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T08:38:23Z</dc:date>
    </item>
  </channel>
</rss>

