<?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: Tcode SO01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797822#M913420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You can find the related authorization objects using SU24 tcode by mentioning the tcode name, the objects which are check/maintained are the objects related to the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Other option would be by using Table USOBT and USOBT_C (SE16 tcode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.You can check in SE93, and see what authorization object is being checked from Authority check program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2008 00:35:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-10T00:35:27Z</dc:date>
    <item>
      <title>Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797821#M913419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we come to know which Authorization object is necessary for Tcode SO01. If possible tell me steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 23:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797821#M913419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T23:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797822#M913420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You can find the related authorization objects using SU24 tcode by mentioning the tcode name, the objects which are check/maintained are the objects related to the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Other option would be by using Table USOBT and USOBT_C (SE16 tcode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.You can check in SE93, and see what authorization object is being checked from Authority check program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 00:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797822#M913420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T00:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797823#M913421</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 would suggest to go for Authorization trace (ST01). &lt;/P&gt;&lt;P&gt;Switch on the trace.&lt;/P&gt;&lt;P&gt;Execute the t-code SO01, do all the changes/viewing which you want to do and analyze the trace file. You will get all the auth objects that are being checked with their respective field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 08:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797823#M913421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797824#M913422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trace is good for finding out if that object is actually called / checked while executing but SU24 would be where I would go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick point but make sure that you are on the same application server as the user being traced otherwise you will not get great data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 08:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797824#M913422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T08:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797825#M913423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Hermant.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SU24 is a useful indicator wheras ST01 will give actual values checked depending on your use of the transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 08:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797825#M913423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T08:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797826#M913424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct Alex!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check/ Check-maintained fields in su24 are of use only if they are checked in the program. ST01 helps in identifying the events which check for the corresponding auth objects. Giving access to auth objects solely on the basis of su24, we may end up giving more accesses than actually required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, many a times, due to security issues, critical auth objects are only checked and not maintained in su24. In that scenario ST01 helps in identifying the actual value that needs to be given for those.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 10:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797826#M913424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T10:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797827#M913425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I agree with Hermant.  &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; SU24 is a useful indicator wheras ST01 will give actual values checked depending on your use of the transaction.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also nice to know that objects will appear in the ST01 trace (with RC=0) even if they're set to 'do not check' in SU24.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 10:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797827#M913425</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-05-12T10:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797828#M913426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point Jurjen, another reason to stick with the trace!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 10:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797828#M913426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode SO01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797829#M913427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all of you for giving such a quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 11:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-so01/m-p/3797829#M913427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T11:59:52Z</dc:date>
    </item>
  </channel>
</rss>

