<?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: How find the ABAP code with Error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402678#M1046460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run transaction code se91&lt;/P&gt;&lt;P&gt;enter ZF in message class&lt;/P&gt;&lt;P&gt;in number enter 026&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2010 11:29:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-04T11:29:02Z</dc:date>
    <item>
      <title>How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402672#M1046454</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;How to  find the ABAP Code for Error Message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;Error Message: ZF026.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Odaiah Pelley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Odaiah Pelley on Aug 22, 2008 4:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 02:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402672#M1046454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402673#M1046455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try transaction SE91.&lt;/P&gt;&lt;P&gt;Give the message id and number and do a where used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. This will only show reports which use the MESSAGE statement to throw this error. Not the ones which populate the message using a bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 02:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402673#M1046455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T02:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402674#M1046456</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;Excellent Answer, I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is with Error Message ZF026.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find ABAP Code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go for SE91 I will get same message as if I am getting error message.It is no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Odaiah Pelleyu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 02:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402674#M1046456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T02:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402675#M1046457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said before, use the &lt;STRONG&gt;"WHERE USED"&lt;/STRONG&gt; Button in the toolbar. This will give all the reports(ABAP code) that use this error message in a Message statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 03:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402675#M1046457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T03:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402676#M1046458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt; Go to se91 and type ur message class ZF026 &amp;amp; click on display.&lt;/P&gt;&lt;P&gt;select the message no and do where used list,it will give u all programs that used this message class &amp;amp;no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402676#M1046458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402677#M1046459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in bdc at a time how many records can we  update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402677#M1046459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How find the ABAP code with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402678#M1046460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run transaction code se91&lt;/P&gt;&lt;P&gt;enter ZF in message class&lt;/P&gt;&lt;P&gt;in number enter 026&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 11:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-find-the-abap-code-with-error-message/m-p/4402678#M1046460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-04T11:29:02Z</dc:date>
    </item>
  </channel>
</rss>

