<?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: Help with debugging SU01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761621#M37044</link>
    <description>&lt;P&gt;Hmm. Never used it. I'll have a look.&lt;BR /&gt;&lt;BR /&gt;(In some places I use a tool I wrote for a company that sells that tool - among other things. It's rather good). &lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 05:44:39 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-02-14T05:44:39Z</dc:date>
    <item>
      <title>Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761613#M37036</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;I am very new to SAP. I am currently playing around with ABAP Debugger. What exactly I am trying is that, I am in su01 screen and then I hit '/h'. After that, I enter a username which doesn't exist and then click on Edit. I get redirected to debugger session where I set breakpoint at ABAP command 'authority-check', after pressing F8 I get to know which exact authorization objects are being checked.&lt;/P&gt;
  &lt;P&gt;Here are my doubts:&lt;/P&gt;
  &lt;P&gt;1. How to know which exact authorization-check failed ?&lt;/P&gt;
  &lt;P&gt;2. How to see the exact tables from where the data is being checked or data is being updated into ?&lt;/P&gt;
  &lt;P&gt;3. Using SE93 I got to know that program for SU01 is SAPMSUU0, but in debugger session I never get to see this program name.. can someone explain me how things are working behind the scenes ?&lt;/P&gt;
  &lt;P&gt;Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761613#M37036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-02-13T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761614#M37037</link>
      <description>&lt;P&gt;The best answer to this if you want to understand authorizations is to use transaction STAUTHTRACE - it will answer questions 1 and 2.  If you are trying to learn the debugger, it would be better (in my view) to try to debug a program and not a specific transaction&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761614#M37037</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2019-02-13T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761615#M37038</link>
      <description>&lt;P&gt;If you want to find failed auth checks, you should use ST01 and trace them. &lt;/P&gt;&lt;P&gt;SAPMSUU0 is a system program. If you want to debug it, you need to set the flag in the debugger options.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 10:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761615#M37038</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-02-13T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761616#M37039</link>
      <description>&lt;P&gt;You can check failed authorization checks in the SU53 (For other users - Menu-&amp;gt;Authorization Values-&amp;gt;Other User) .&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761616#M37039</guid>
      <dc:creator>srikanthnalluri</dc:creator>
      <dc:date>2019-02-13T16:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761617#M37040</link>
      <description>&lt;P&gt;Can you give me example of a scenario where st01, su53, stauthtrace may fail and there will be need for ABAP debugger?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761617#M37040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-02-13T18:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761618#M37041</link>
      <description>&lt;P&gt;I don't use ST01 anymore and if SU53 gives false information, STAUTHTRACE provides everything.  No need to debug anything if you use STAUTHTRACE.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761618#M37041</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2019-02-13T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761619#M37042</link>
      <description>&lt;P&gt;Why don't you use ST01?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 20:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761619#M37042</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-02-13T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761620#M37043</link>
      <description>&lt;P&gt;I used to use ST01 until Colleen on this forum said STAUTHTRACE is better; now I’m a believer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 21:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761620#M37043</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2019-02-13T21:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with debugging SU01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761621#M37044</link>
      <description>&lt;P&gt;Hmm. Never used it. I'll have a look.&lt;BR /&gt;&lt;BR /&gt;(In some places I use a tool I wrote for a company that sells that tool - among other things. It's rather good). &lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 05:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-debugging-su01/m-p/761621#M37044</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-02-14T05:44:39Z</dc:date>
    </item>
  </channel>
</rss>

