<?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 message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809128#M1468679</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;If you have the message class and message no.&lt;/P&gt;&lt;P&gt;Then check the where used list of that message.&lt;/P&gt;&lt;P&gt;It will show the areas where its used inyour program, instead debugging through all the message statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 10:28:28 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-04-09T10:28:28Z</dc:date>
    <item>
      <title>Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809123#M1468674</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 have a error message raising from a standard program and want to debug it. What are the best ways of debugging from where the message is tirggered? I had seen a blog on it but now dont have the refernce of it. Pls help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 09:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809123#M1468674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809124#M1468675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;put /h and run your tcode. In debugger &lt;/P&gt;&lt;P&gt;Breakpoints&lt;DEL&gt;-&amp;gt;Break points at Statement&lt;/DEL&gt;--&amp;gt; here write MESSAGE and then start pressing F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then debugger will stop at every message trigger in program, Just check when your message gets trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809124#M1468675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809125#M1468676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The breakpoint at every message can be a bit of a hassle depending on where you got to debug. It can be you cross a thousand messages before you get to your one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My advice would be to lay a watchpoint on field SY-MSGNO. Make a watchpoint when sy-msgno = YOUR ERROR MESSAGE NUMBER. and press F8, then it should stop at your message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should go quite fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809125#M1468676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809126#M1468677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an reference to the blog i'm looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809126#M1468677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809127#M1468678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chaku,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Double click on the error message&lt;/P&gt;&lt;P&gt;2.Get the message Number and Class&lt;/P&gt;&lt;P&gt;3.Go to SE80 Using the Program name of the transaction check whereall this above message number is used.&lt;/P&gt;&lt;P&gt;4.If you take the help of a technical consultant you can zeroon which message is actually triggered in your case or you can put a break point on all the places where this message is used in the program.&lt;/P&gt;&lt;P&gt;5.Execute the transaction,it will stop at the break poinit,from there you analys which statement is trggering this error message and why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809127#M1468678</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2010-04-09T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809128#M1468679</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;If you have the message class and message no.&lt;/P&gt;&lt;P&gt;Then check the where used list of that message.&lt;/P&gt;&lt;P&gt;It will show the areas where its used inyour program, instead debugging through all the message statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809128#M1468679</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-09T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809129#M1468680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, well i stopped using the "where used" thing for messages. They are too often called dynamically so this wont help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809129#M1468680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809130#M1468681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for my luck there is always a 1 = 2 maintained for such type of messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809130#M1468681</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-09T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809131#M1468682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing this trick.I guess your trick works damn faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 10:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809131#M1468682</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2010-04-09T10:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debug message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809132#M1468683</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;while  doing mb1b  transfer  stock between one plant  to another  in different company codes  the error facing is&lt;/P&gt;&lt;P&gt;"No postings can be made to profit center in company code "&lt;/P&gt;&lt;P&gt;Message no. KM183.&lt;/P&gt;&lt;P&gt;the  client is doing this process  in mb1b  because they  want  to finish in one step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to  solve   the issue    we  are  getting the  the  Message no. KM183.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please  guide  us &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 11:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-message/m-p/6809132#M1468683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-21T11:12:57Z</dc:date>
    </item>
  </channel>
</rss>

