<?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: checking authorization of a tcode// in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928161#M689940</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;I do not know why you want to do this, adding a transaction without a role. It is possible that you create a profile ( mind not a role and a profile), but you should not do that. Su24 give the sap proposed information about transaction, objects and values for the fields. If you really want just a profile, let me know. You can make a role, add the transaction and delete or make all the objects inactive that you can, generate this and add the role to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have fun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan van Roest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 13:22:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T13:22:28Z</dc:date>
    <item>
      <title>checking authorization of a tcode//</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928157#M689936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i check the authorization objects of a tcode?&lt;/P&gt;&lt;P&gt;i want to assign a user with only a tcode not with the full role.&lt;/P&gt;&lt;P&gt;is there any way that i cud asssign a user with a tcode only with out creating a new role, cud i view some how what particular authorization a tcode is using&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;akshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 12:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928157#M689936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T12:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: checking authorization of a tcode//</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928158#M689937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only assign the tcode to the user by giving them a role with it in or creating a new role containing that t-code.  There is no other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to view the authorisations for a t-code you can get a rough idea by looking in tx SU24 for the entries corresponding to that t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More accurately, use tx ST01 to do a system trace on the tx and that will tell you which objects and values have been checked for the tx &amp;amp; data that you ran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 14:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928158#M689937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T14:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: checking authorization of a tcode//</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928159#M689938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;::::can i check the authorization objects of a tcode?&lt;/P&gt;&lt;P&gt;Check tables USOBT and USOBT_C  via se11.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 08:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928159#M689938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: checking authorization of a tcode//</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928160#M689939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Akshat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you sure that's a good idea...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all - use SU24 to check the objects that are defined for the TCode. Additionally, an authoritzations trace with ST01 will give you certainty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add the TCode manually, you lose that connection. I..e, when you remove the TCode, the user might still have the objects, and these may be harmful in conjunction with a different TCode, meaning that the user will have access to stuff you don't want him to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recommend assigning transactions &lt;STRONG&gt;only&lt;/STRONG&gt; via the menu, and maintaining SU24 properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Frank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928160#M689939</guid>
      <dc:creator>koehntopp</dc:creator>
      <dc:date>2007-10-19T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: checking authorization of a tcode//</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928161#M689940</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;I do not know why you want to do this, adding a transaction without a role. It is possible that you create a profile ( mind not a role and a profile), but you should not do that. Su24 give the sap proposed information about transaction, objects and values for the fields. If you really want just a profile, let me know. You can make a role, add the transaction and delete or make all the objects inactive that you can, generate this and add the role to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have fun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan van Roest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 13:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-authorization-of-a-tcode/m-p/2928161#M689940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T13:22:28Z</dc:date>
    </item>
  </channel>
</rss>

