<?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: BDCMSGCOLL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802437#M344468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;       So frnds then i can conclued that its not mandatory to use both bdcmsgcoll and format_message in a program to handle error.&lt;/P&gt;&lt;P&gt;But still i didnt get about place holder and actual value concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                          regards,&lt;/P&gt;&lt;P&gt;                                          karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 17:04:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T17:04:38Z</dc:date>
    <item>
      <title>BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802428#M344459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi progmr's,&lt;/P&gt;&lt;P&gt;                      I m unable to understand what exactly happening  in BDC call transaction error handling.&lt;/P&gt;&lt;P&gt;As we say that we create a structure similar to structure BDCMSGCOLL and populate the messges into that stucture.and loop at that structure and see the required errors.&lt;/P&gt;&lt;P&gt;So frnds can anyone tell me what is use of format_message function module.&lt;/P&gt;&lt;P&gt;what is the use of that function module.&lt;/P&gt;&lt;P&gt;plz clarify my doubt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                         regards,&lt;/P&gt;&lt;P&gt;                                                                         karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802428#M344459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802429#M344460</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;FM FORMAT_MESSAGE is used to fill up the text for the  message id and no along with the place holders..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the message "Invalid sold-to party &amp;lt;b&amp;gt;&amp;amp;&amp;lt;/b&amp;gt; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pass the message no, message id, msgv1, msgv2, v3 v4..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM will return "Invalid sold-to party CUSTOMER ". If the MSGV1 value is CUSTOMER..&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802429#M344460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802430#M344461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the output of CALL TRANSACTION in the BDCMSGCOLL, you will have messages not in a readable format directly as the messages might have place holders and that values for the place holders will be the other fields of the BDCMSGCOLL structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT_MESSAGE will replace those place holders with the actual values and will give you the message in a understandable manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mrk all the helpful ansewrs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802430#M344461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802431#M344462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Narendran,&lt;/P&gt;&lt;P&gt;                     Thnk u for ur reply.&lt;/P&gt;&lt;P&gt;                       U mean to say that we hav to use both bdcmsgcoll structure and format_message function module to handle errors in call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me the steps to do it and what is functionality which is followed by both of them to handle errors.&lt;/P&gt;&lt;P&gt;thnking u again&lt;/P&gt;&lt;P&gt;                                                        regards,&lt;/P&gt;&lt;P&gt;                                                         karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802431#M344462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802432#M344463</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;What this function module does is take all the components of the error message and combine them to form the full message that you would see on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the following code&lt;/P&gt;&lt;P&gt;  call function 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     id              = wa_messages-msgid&lt;/P&gt;&lt;P&gt;     lang            = sy-langu&lt;/P&gt;&lt;P&gt;     no              = wa_messages-msgnr&lt;/P&gt;&lt;P&gt;     v1              = wa_messages-msgv1&lt;/P&gt;&lt;P&gt;     v2              = wa_messages-msgv2&lt;/P&gt;&lt;P&gt;     v3              = wa_messages-msgv3&lt;/P&gt;&lt;P&gt;     v4              = wa_messages-msgv4&lt;/P&gt;&lt;P&gt;   importing&lt;/P&gt;&lt;P&gt;     msg             = v_msg&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     not_found       = 1&lt;/P&gt;&lt;P&gt;     others          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bdcmsgcoll table would have the components as msgid,msgnr,msgv1,msgv2,msgv3,msgv4.This would be used to combine into a full message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802432#M344463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802433#M344464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karthik,&lt;/P&gt;&lt;P&gt;BDCMSGCOLL is used to trap the error records once those records passed throught the validated code and if those r not satisfied then those come into this file with related message specifying the error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of bdcmsgcoll you can use the format_message also trap the error records in calltransaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these r necessary because as session method, call transaction don't have a log file by default so you have to create the file by your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark the helpful answers&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802433#M344464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802434#M344465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;    Thnk u for ur reply.&lt;/P&gt;&lt;P&gt;     what is place holder and actual values. i m bit confused. If u plz will be more clear than i can get the solution exactly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                regards,&lt;/P&gt;&lt;P&gt;                                                                 karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802434#M344465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802435#M344466</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;It is not neccessary you have to use the FORMAT_MESSAGE FM..IT is just used to get the message for the message no, id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle errors&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;DATA: T_MESSAGE LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA01' USING T_BDCDATA MESSAGES INTO T_MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;There is an error occured in the transaction...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check the message  table for any error or abort message types.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;LOOP AT T_MESSAGE WHERE MSGTYP = 'E' OR MSGTYP = 'A'.&lt;/P&gt;&lt;P&gt;  EXIT.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;There is an error occured in the transaction...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802435#M344466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802436#M344467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dominic,&lt;/P&gt;&lt;P&gt;Its nice to see ur post , can u just clarify me so when we are using Fn Mod Format_message so here when the user defined structure of type BDCMSGCOLL is used.&lt;/P&gt;&lt;P&gt;i m confused there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u just pass on a demo code so that i can understand the exact functionality of both simultaneosly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                             regards,&lt;/P&gt;&lt;P&gt;                                              karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 16:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802436#M344467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T16:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802437#M344468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;       So frnds then i can conclued that its not mandatory to use both bdcmsgcoll and format_message in a program to handle error.&lt;/P&gt;&lt;P&gt;But still i didnt get about place holder and actual value concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                          regards,&lt;/P&gt;&lt;P&gt;                                          karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802437#M344468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802438#M344469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will the messages in the call tr. Will be stored in the database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                           regards,&lt;/P&gt;&lt;P&gt;                            karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802438#M344469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802439#M344470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you define a message in SE93, you might define something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase Order &amp;amp;1 created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At runtime, it will be displayed as Purcase Order 500001000 created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &amp;amp;1 is the placeholder which will get replaced with a value at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802439#M344470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802440#M344471</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;When you use the CALL Transaction you put the error messages into the structure of type bdcmsgcoll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;DATA: i_messages       LIKE bdcmsgcoll OCCURS 0.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING i_bdcdata&lt;/P&gt;&lt;P&gt;                          MODE lws_mode&lt;/P&gt;&lt;P&gt;                        UPDATE lws_update&lt;/P&gt;&lt;P&gt;                      MESSAGES INTO i_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the error and success messages have come into the table i_messages&lt;/P&gt;&lt;P&gt;Now this is not complete if you look at the table i_messages at runtime...&lt;/P&gt;&lt;P&gt;Now to get the complete message you use the FORMAT_MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT i_messages INTO wa_messages&lt;/P&gt;&lt;P&gt;          WHERE msgtyp EQ 'E' OR&lt;/P&gt;&lt;P&gt;                msgtyp EQ 'A'.      (This is to get only Error Messages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     id              = wa_messages-msgid&lt;/P&gt;&lt;P&gt;     lang            = sy-langu&lt;/P&gt;&lt;P&gt;     no              = wa_messages-msgnr&lt;/P&gt;&lt;P&gt;     v1              = wa_messages-msgv1&lt;/P&gt;&lt;P&gt;     v2              = wa_messages-msgv2&lt;/P&gt;&lt;P&gt;     v3              = wa_messages-msgv3&lt;/P&gt;&lt;P&gt;     v4              = wa_messages-msgv4&lt;/P&gt;&lt;P&gt;   importing&lt;/P&gt;&lt;P&gt;     msg             = v_msg&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     not_found       = 1&lt;/P&gt;&lt;P&gt;     others          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here v_msg contains the full error message such that you would see on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_error-message  = v_msg.&lt;/P&gt;&lt;P&gt;append wa_error to i_error.&lt;/P&gt;&lt;P&gt;Here your table i_error will contain all the error messages which have come&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802440#M344471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802441#M344472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnk u all for contributing for my post.&lt;/P&gt;&lt;P&gt;i thnk u all for helping me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                            regards,&lt;/P&gt;&lt;P&gt;                                                             karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1802441#M344472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:21:52Z</dc:date>
    </item>
  </channel>
</rss>

