<?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: Debugging Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493055#M1557501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, watch point is the easy way to find the place where the error message is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use sap help to understand how to set a watch point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 16:03:22 GMT</pubDate>
    <dc:creator>Aiolos</dc:creator>
    <dc:date>2010-11-24T16:03:22Z</dc:date>
    <item>
      <title>Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493047#M1557493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a functional consultant and have some issues with sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am creating a sales order and enter data like customer, material , quantiy etc and press enter ..... I get a error with the error message ZZ000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to debug the sales order to understand how this error is occuring and on what conditions it is occuring. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before pressing enter ...... I put /h and enter and goes in debugging mode ...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am not able to understand how do I put break point at the error messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In menumbar there is a menu for break point followed by statements ... Can some one tell me how to put the breakpoint at the error message so that I can exactly go in the code where this message is set and on what conditions its appearing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 07:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493047#M1557493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493048#M1557494</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;Once you select the Break Points at Satement a Pop up Box will be displayed there write the statement MESSAGE and press Enter or Tick mark in that screen and it will stop at all messages which will be displayed while creating the Sales Order. Try to concentrate on the statement MESSAGE ZZ(000) while debugging the code it will definetly stop there I guess this might be coming from the user exits MV45AFZZ or MV45FZB. Once you find this take the program name displayed in the top of the Debugging Screen (Source Code of) along with the line number in the right side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now go to transaction SE38 give this program name and go to line number and have a look at the logic or else ask any ABAPer to look at it why this meaage is being triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SRinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493048#M1557494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T08:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493049#M1557495</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;Ofter \h entered u will get the dubug window&lt;/P&gt;&lt;P&gt;in that u will have menu bar&lt;/P&gt;&lt;P&gt;break points--&amp;gt;breakpoint at-&amp;gt;break point at statement&lt;/P&gt;&lt;P&gt;here u can enter liki MESSAGE&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;then u can press F8 it will stop when ever a message statement occur..&lt;/P&gt;&lt;P&gt;try like this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493049#M1557495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493050#M1557496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the information. I could find the program name and line number as mentioned by you. I went in se38 and entered the program name. How do I go to specific line number in that program. I know the question is bit stupid, but I am trying to learn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screams......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493050#M1557496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493051#M1557497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ZZ000 is a custom message. I suggest your find an ABAP programmer to do a where-used on the message. He can then, maybe, tell you where the message is. Otherwise, go into the debugger and create a watchpoint on sy-msgid, to trigger when its value is 'ZZ'. If you need to know how to do this, ask an ABAPper nearby, and he'll be able to show you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An error ZZ000 is suspicious in my eyes. I'd guess the original programmer has written something like MESSAGE E000 WITH TEXT-001, instead of properly maintaining messages in the message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493051#M1557497</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-11-24T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493052#M1557498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a watchpoint with sy-msgid = ZZ and sy-msgno = 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveen reddy on Nov 24, 2010 9:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493052#M1557498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493053#M1557499</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;The best option to stop at the place where the Message is triggered is by setting a Watch Point at sy-msgid = ZZ and sy-msgno = 000 after going into Debug mode as suggested by Praveen . This is a faster process when compared to other methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M M Jaffer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493053#M1557499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493054#M1557500</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 guess you would have found the place from where the Message has been getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you are in the display mode of the Program in SE38...Place the cursor in the Editor Right Click mouse---&amp;gt;Goto Line No Else Scroll down to line number where the current Line Numbers will be displayed in the Right Bottom corner of the screen or Search for the statment MESSAGE ZZ(000) which you have seen in the Debugging Mode by Selecting the (Binocular) button in the Top of the Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 09:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493054#M1557500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493055#M1557501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, watch point is the easy way to find the place where the error message is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use sap help to understand how to set a watch point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 16:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493055#M1557501</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2010-11-24T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493056#M1557502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use SE30 and perform a trace on the programm. don't aggregate the data so the whole flow is left as it is&lt;/P&gt;&lt;P&gt;then you can also find the exact location where the messages is raised&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see&lt;/P&gt;&lt;P&gt;/people/olga.dolinskaja/blog/2009/12/11/abap-runtime-analysis-se30--how-to-analyze-abap-program-flow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Nov 24, 2010 5:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 16:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493056#M1557502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493057#M1557503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for this information. It has made it much easier to determine the cause of an error a colleague was receiving, and will help very much in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-issue/m-p/7493057#M1557503</guid>
      <dc:creator>mervyin_duddy</dc:creator>
      <dc:date>2015-11-24T19:50:58Z</dc:date>
    </item>
  </channel>
</rss>

