<?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: Given an error message - how to start resolving a problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755921#M1115436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;but you know what, even If I have the instructions to go in I never debugg a program because I'm funztional employee but now for the work I'm involving in I need to start to learn how debugg a programm.&lt;/P&gt;&lt;P&gt;Can you suggest some documentation, from where I can start to learn???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 19:53:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T19:53:15Z</dc:date>
    <item>
      <title>Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755917#M1115432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;I have a question: when I have a kind of error message like this "Message no. ZCN_SD_MSGCLASS00"&lt;/P&gt;&lt;P&gt;from where I can start to resolve the problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tahnks in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 7, 2008 8:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 17:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755917#M1115432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T17:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755918#M1115433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be start with SE91 and enter the message class and make a where used list --&amp;gt; then put a break-point. and debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 17:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755918#M1115433</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-11-06T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755919#M1115434</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;Check whether you have a Message Class ZCN_SD_MSGCLASS and the message no 00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else look for Message Class with wild Chararter Search in Txn SE91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a Breakpoint at this Message Call in the Program and look for the cause of the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 17:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755919#M1115434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T17:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755920#M1115435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I love the fact that your message class is called ZCN_SD_MSGCLASS...  the last 8 characters seem a bit redundant, rather like calling an ABAP program ZCN_SD_...ABAP_PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway.  Start the transaction in debug.  Set a watchpoint for sy-msgid = 'ZCN_SD_MSGCLASS'.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755920#M1115435</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-06T19:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755921#M1115436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;but you know what, even If I have the instructions to go in I never debugg a program because I'm funztional employee but now for the work I'm involving in I need to start to learn how debugg a programm.&lt;/P&gt;&lt;P&gt;Can you suggest some documentation, from where I can start to learn???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755921#M1115436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755922#M1115437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click on the error message. There may be a long text with more information.&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, 06 Nov 2008 20:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755922#M1115437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T20:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Given an error message - how to start resolving a problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755923#M1115438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try reading some of the blogs and whitepapers on this site about debugging.  Use the SDN search functionality.  Get your employer to send you on the basic ABAP course will help tremendously.  In the short term - get an ABAP programmer to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 7, 2008 8:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 07:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/given-an-error-message-how-to-start-resolving-a-problem/m-p/4755923#M1115438</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-07T07:07:54Z</dc:date>
    </item>
  </channel>
</rss>

