<?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: capturing error messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358676#M1400129</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;All the messages in the message class are stored in the table T100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just query/fetch from the table T100 with the message class(T100-ARBGB) = ZCM and Message Number(T100-MSGNR) = '005' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the message text in T100-TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2009 11:16:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-17T11:16:32Z</dc:date>
    <item>
      <title>capturing error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358675#M1400128</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;&lt;/P&gt;&lt;P&gt;In my program , I need to display certain erro messages as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : Message I005(ZCM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to copy the '005',Message text in Message Class 'ZCM' into an internal  table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please kindly let me know how to handle this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Natasha SS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 11:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358675#M1400128</guid>
      <dc:creator>former_member423024</dc:creator>
      <dc:date>2009-11-17T11:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: capturing error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358676#M1400129</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;All the messages in the message class are stored in the table T100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just query/fetch from the table T100 with the message class(T100-ARBGB) = ZCM and Message Number(T100-MSGNR) = '005' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the message text in T100-TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 11:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358676#M1400129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: capturing error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358677#M1400130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the syntax MESSAGE ... INTO ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: V_MSG TYPE STRING.

MESSAGE I005(ZCM) INTO V_MSG.

WRITE V_MSG.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do an F1 for further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 11:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-error-messages/m-p/6358677#M1400130</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-17T11:22:05Z</dc:date>
    </item>
  </channel>
</rss>

