<?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: BDC ERRORS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201969#M763161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaspreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most simple way is to reformat the messages after each Call Transaction&lt;/P&gt;&lt;P&gt;has completed (so that any variables are within the message text string&lt;/P&gt;&lt;P&gt;itself), and then either output them to a flat file for later handling, or&lt;/P&gt;&lt;P&gt;write them out to an ABAP list as an Error Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to refresh your BDCMSGCOLL table after each call transaction, so&lt;/P&gt;&lt;P&gt;that you are only dealing with the messages related to the current record&lt;/P&gt;&lt;P&gt;each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Dec 2007 11:10:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-30T11:10:21Z</dc:date>
    <item>
      <title>BDC ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201967#M763159</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 am new to ABAP........i have written a call transaction program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to upload customer master data in the r/3 system....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am collecting the errors in the BDCMSGCOLL internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how do i reprocess these error records.................???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the records in the flat file...........of the 100 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was uploading i have errors at 30-34 th records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in advance .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 06:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201967#M763159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T06:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201968#M763160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after executing the call transaction stmt, check MSGTYP in the message table. if it contains 'E'. then use FM MESSAGE_PREPARE sending the values MSGNR&amp;lt;MSGID, MSGV1,MSGV2,MSGV3,MSGV4. it'll return a text for this error. display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and keep a backup of ur current processing to know for which data the error is encountered in a different int tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ANUPAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 06:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201968#M763160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201969#M763161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaspreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most simple way is to reformat the messages after each Call Transaction&lt;/P&gt;&lt;P&gt;has completed (so that any variables are within the message text string&lt;/P&gt;&lt;P&gt;itself), and then either output them to a flat file for later handling, or&lt;/P&gt;&lt;P&gt;write them out to an ABAP list as an Error Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to refresh your BDCMSGCOLL table after each call transaction, so&lt;/P&gt;&lt;P&gt;that you are only dealing with the messages related to the current record&lt;/P&gt;&lt;P&gt;each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 11:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201969#M763161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC ERRORS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201970#M763162</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 use function module FORMAT_MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 07:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-errors/m-p/3201970#M763162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T07:05:48Z</dc:date>
    </item>
  </channel>
</rss>

