<?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: message text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447593#M828095</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;                   U can create a message class BDCMSGCOLL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program itself in CALL TRANSACTION.It will gives us &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error records.If it is a normal message it shuld call with a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message class followed by message no.U can find these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;messages by using the transaction SE91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 08:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T08:18:15Z</dc:date>
    <item>
      <title>message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447588#M828090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;        Can anyone tell me where are the texts for standard messages are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function which accepts message no &amp;amp; returns message text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply fast&lt;/P&gt;&lt;P&gt;its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447588#M828090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447589#M828091</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 SAP messages (viewed from SE91) are stored in DB table &lt;STRONG&gt;T100&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont need a function module to get the text of a mesage use the syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_message_text TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID &amp;lt;message_ID&amp;gt;&lt;/P&gt;&lt;P&gt;                  TYPE &amp;lt;message_type&amp;gt;&lt;/P&gt;&lt;P&gt;                  NUMBER &amp;lt;message_number&amp;gt;&lt;/P&gt;&lt;P&gt;                  WITH &amp;lt;message_v1&amp;gt;  &amp;lt;message_v2&amp;gt; &amp;lt;message_v3&amp;gt;  &amp;lt;message_v4&amp;gt;&lt;/P&gt;&lt;P&gt;INTO v_message_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, v_message_text will contain the entire text of message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447589#M828091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447590#M828092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir but I have only message type and msgnr.&lt;/P&gt;&lt;P&gt;Actually I am doing BDC by call transaction and trying to get records which have error.&lt;/P&gt;&lt;P&gt;tell me how to do it.&lt;/P&gt;&lt;P&gt;send me a sample code if possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 08:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447590#M828092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T08:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447591#M828093</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;You can create your own Z Message type and display your own messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HItesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 08:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447591#M828093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T08:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447592#M828094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya that is fine but how to get the text of the standard  message shown by sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 08:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447592#M828094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T08:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447593#M828095</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;                   U can create a message class BDCMSGCOLL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program itself in CALL TRANSACTION.It will gives us &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error records.If it is a normal message it shuld call with a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message class followed by message no.U can find these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;messages by using the transaction SE91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 08:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447593#M828095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: message text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447594#M828096</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;After the CALL TRANSACTION, you would have the message details moved into an internal table of type BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this structure has the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSGTYP&lt;/P&gt;&lt;P&gt;MSGSPRA&lt;/P&gt;&lt;P&gt;MSGID&lt;/P&gt;&lt;P&gt;MSGNR&lt;/P&gt;&lt;P&gt;MSGV1&lt;/P&gt;&lt;P&gt;MSGV2&lt;/P&gt;&lt;P&gt;MSGV3&lt;/P&gt;&lt;P&gt;MSGV4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence what you do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab_msgcoll INTO wa_msgcoll.&lt;/P&gt;&lt;P&gt; CLEAR v_message_text.&lt;/P&gt;&lt;P&gt; MESSAGE ID wa_msgcoll-MSGID&lt;/P&gt;&lt;P&gt;                TYPE  wa_msgcoll-MSGTYP &lt;/P&gt;&lt;P&gt;NUMBER wa_msgcoll-MSGNR&lt;/P&gt;&lt;P&gt;WITH wa_msgcoll-msgv1 wa_msgcoll-msgv3 &lt;/P&gt;&lt;P&gt;wa_msgcoll-msgv2 wa_msgcoll-msgv4&lt;/P&gt;&lt;P&gt;INTO v_message_text.&lt;/P&gt;&lt;P&gt;WRITE:/ v_message_text.&lt;/P&gt;&lt;P&gt;ENDLOOP.&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;cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 08:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-text/m-p/3447594#M828096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T08:30:58Z</dc:date>
    </item>
  </channel>
</rss>

