<?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: Finding Authorization object and fields. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987264#M952570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to learn how to read abap and go into SE80 for the final answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 11:07:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T11:07:28Z</dc:date>
    <item>
      <title>Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987257#M952563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am implementing autorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find out if there is a method by which it is possible to track the related object for performing an actvity in a tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suppose there is a "Creat new " button in the tcode. I want to find out the authorization object related to that .&lt;/P&gt;&lt;P&gt;Is it possible to trace authorization objects in such a manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using st01 . But no success .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987257#M952563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987258#M952564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it not picked up in the trace then there is, 99% of the time, no check being performed when performing that particular activity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987258#M952564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T11:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987259#M952565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the trace does not reach an authority-check, then there are some other options you can try:&lt;/P&gt;&lt;P&gt;- Complete the "create" flow all the way to the end, to check whether there is anything later on.&lt;/P&gt;&lt;P&gt;- Check whether there is some customizing option to activate a certain control (which might be an authority-check). You can sometimes find this in the code, directly ahead of the authority-check which is not reached.&lt;/P&gt;&lt;P&gt;- Debug the button to see what is &lt;EM&gt;really&lt;/EM&gt; going on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987259#M952565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T11:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987260#M952566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont SAP device a mehthod that can make taking the authorization object and related field value  easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useing trace and debuggers are not ment for this purpose . These are just work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very tedious seaching all object related to tcode in Tx su24. &lt;/P&gt;&lt;P&gt;Using all this work around done not garentee 100 % results .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also SAP has very little litrature freely available for implementing authorizations ( articles , blogs , documents, notes ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TADM940 , TADM950 gives a technical info on the authorization system SAP has developed and how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more apportunity SAP had to help for this cause was solution manager . Using BBPs it could be very easy for system to generate the autorization matrix and related implementation activies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP did not take it up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987260#M952566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987261#M952567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hussain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your intention is to find the objects related to a Tcode which are checked for authority, you can find them from SU24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se16-&amp;gt;table-&amp;gt;usobt_c-&amp;gt;provide the tcode for the field "NAME"-&amp;gt;execute ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get all the list of objects associated with the tcode + their fields etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help for your requirement... &lt;/P&gt;&lt;P&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need further info? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Srihari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 17, 2008 12:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987261#M952567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987262#M952568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hussain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way of doing this. See SAP note 543164. But it is not the easy way either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can understand your frustration though, and sometimes there is no way around it but to look at the program itself, sometimes through the eyes of the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987262#M952568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987263#M952569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means you have just su24 and st01 to find authoriation object that you cant figure out .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987263#M952569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987264#M952570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to learn how to read abap and go into SE80 for the final answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987264#M952570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987265#M952571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more way is to go to the program of the tcode through se93 and search for "Authority-Check" in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 11:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987265#M952571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Authorization object and fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987266#M952572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;One more way is to go to the program of the tcode through se93 and search for "Authority-Check" in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finding authority-check in code is still a crystal maze for me. Please can you explain me how to go about it in transaction se93&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 18:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-authorization-object-and-fields/m-p/3987266#M952572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T18:24:34Z</dc:date>
    </item>
  </channel>
</rss>

