<?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: Debug ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529210#M2005297</link>
    <description>&lt;P&gt;Thanks Florian! I'll do that. Apololgies for the confusion.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2022 20:48:57 GMT</pubDate>
    <dc:creator>keega</dc:creator>
    <dc:date>2022-04-22T20:48:57Z</dc:date>
    <item>
      <title>Debug ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529206#M2005293</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I've been using Eclipse ADT for over a year now, and just recently tried to use the debugging feature to debug my ABAP program. I have consulted numerous tutorials and have had no success.&lt;/P&gt;
  &lt;P&gt;The problem is that the buttons referred to, or the launch configs, that are in these tutorials are either not there or the buttons are shaded out.&lt;/P&gt;
  &lt;P&gt;Here are a few screenshots to hopefully will further (or better) explain my issue:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2042502-screen-shot-2022-04-21-at-130410.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2042504-screen-shot-2022-04-21-at-130330.png" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2042503-screen-shot-2022-04-21-at-130350.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Any insight would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529206#M2005293</guid>
      <dc:creator>keega</dc:creator>
      <dc:date>2022-04-21T20:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529207#M2005294</link>
      <description>&lt;P&gt;Why do you need that? What tutorials are you talking about? Official ones?&lt;/P&gt;&lt;P&gt;On your second screenshot, it's normal that you can't test directly. If you want to test just one function module or class, use classic ways via SE37 and SE24.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 06:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529207#M2005294</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-04-22T06:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529208#M2005295</link>
      <description>&lt;P&gt;My original question is no longer relevant (Eclipse and ABAP). &lt;/P&gt;&lt;P&gt;My question should have been &lt;STRONG&gt;how do I debug &lt;/STRONG&gt;&lt;STRONG&gt;a CDS-based Fiori app&lt;/STRONG&gt;. Sorry about that. &lt;/P&gt;&lt;P&gt;The app works great until it is run in Fiori, then it barfs  at only ONE of the CustGroup selections (04).&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2043546-2022-04-21-09-25-01-error.png" /&gt;&lt;/P&gt;&lt;P&gt;The tutorials I've visited (no longer relevant)&lt;/P&gt;&lt;P&gt;&lt;A rel="nofollow" href="https://www.eclipse.org/community/eclipse_newsletter/2017/june/article1.php" target="_blank"&gt;https://www.eclipse.org/community/eclipse_newsletter/2017/june/article1.php&lt;/A&gt; (yes, I know it refers to Java)&lt;/P&gt;&lt;P&gt;&lt;A rel="nofollow" href="https://blogs.sap.com/2015/02/26/sap-debugger-in-eclipse-run-configurations"&gt;https://blogs.sap.com/2015/02/26/sap-debugger-in-eclipse-run-configurations&lt;/A&gt;/&lt;/P&gt;&lt;P&gt;&lt;A rel="nofollow" href="https://blogs.sap.com/2018/01/25/abap-in-eclipse-external-debugger-setting"&gt;https://blogs.sap.com/2018/01/25/abap-in-eclipse-external-debugger-setting&lt;/A&gt;/&lt;/P&gt;&lt;P&gt;I'll check out your recommended Tcodes.&lt;/P&gt;&lt;P&gt;Thanks, Sandra, I appreciate your time.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 15:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529208#M2005295</guid>
      <dc:creator>keega</dc:creator>
      <dc:date>2022-04-22T15:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529209#M2005296</link>
      <description>&lt;P&gt;Hi Ingrid, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;because your problem is solved and you have another question it would be helpful to open it as seperate question and close this one.&lt;/P&gt;&lt;P&gt;I'm pretty sure we can figure out what your problem with your fiori-app is. Please put some mor information in, have you used RAP or is it a gateway-project, what does the preview look like and maybe you can also share some of the coding, so that we can help you in a proper way.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529209#M2005296</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2022-04-22T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debug ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529210#M2005297</link>
      <description>&lt;P&gt;Thanks Florian! I'll do that. Apololgies for the confusion.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 20:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-abap/m-p/12529210#M2005297</guid>
      <dc:creator>keega</dc:creator>
      <dc:date>2022-04-22T20:48:57Z</dc:date>
    </item>
  </channel>
</rss>

