<?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 ABAP Debug in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735080#M635240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have been given a task to debug a problem in SAP ERP. If we run a SAP transaction, we get information message which is from custom message class. I am required locate &amp;amp; remove that message. I debugged the transaction but not able to locate the message. When in Debug mode &amp;amp; I click F8, the screen is displayed properly but no message.&lt;/P&gt;&lt;P&gt;Can you please suggest how to address this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;LSP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 18:52:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T18:52:26Z</dc:date>
    <item>
      <title>ABAP Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735080#M635240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have been given a task to debug a problem in SAP ERP. If we run a SAP transaction, we get information message which is from custom message class. I am required locate &amp;amp; remove that message. I debugged the transaction but not able to locate the message. When in Debug mode &amp;amp; I click F8, the screen is displayed properly but no message.&lt;/P&gt;&lt;P&gt;Can you please suggest how to address this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;LSP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 18:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735080#M635240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735081#M635241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing a "Where used" on the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 19:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735081#M635241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T19:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735082#M635242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Se91 -&amp;gt; enter message class -&amp;gt; display &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the cursor on message number -&amp;gt; click on where used list,now it shows list of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep the break point the all programs and run your transaction,now it stops there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not get any program if you use where used list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then run your transaction with debugging using /H ,create watch point ,use varaible is message number,input is message class&lt;/P&gt;&lt;P&gt;comparisin value is = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it stops exact point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 19:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735082#M635242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735083#M635243</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;in these types of scenarios when you get the error message please double click on it ,then a pop up will be dipalyed with the error message as wel as message class and number.Take this and start ur debugging again.place a break point at this message ,it should stop at that message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the message is called in a different program that is called from urs it may not stop.&lt;/P&gt;&lt;P&gt;then its better to go to se91 and make a where used and put a break point according to ur process area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug/m-p/2735083#M635243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T04:34:22Z</dc:date>
    </item>
  </channel>
</rss>

