<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874720#M931348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In CALL TRANSACTION, errors are stored in the "itab" when using the "MESSAGES INTO itab" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION  tcode USING bdcdata MESSAGES INTO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab must be a structure from BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field MSGTYP store the type of error: W = warning, I = Information, E = error, S = succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the other case, you have to see the "log" on sm35 to look for errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 19:27:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T19:27:06Z</dc:date>
    <item>
      <title>bdc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874717#M931345</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a document is posted due to some bdc error...where will the bdc error records will be stored .... call transaction and batch input method.. in both the cases where will the error records get stored..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;jothi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 16:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874717#M931345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874718#M931346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, if the record is Posted, you won't get an error record even if the data is incorrect, because it was Posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By definition, that means the record was processed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're asking if the BDC record fails to Post, where does the error record reside?  if you coded your BDC session properly, you will see the errored records in tcode SM35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 18:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874718#M931346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T18:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: bdc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874719#M931347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check the table APQI for the bdc records..&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 18:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874719#M931347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T18:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: bdc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874720#M931348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In CALL TRANSACTION, errors are stored in the "itab" when using the "MESSAGES INTO itab" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION  tcode USING bdcdata MESSAGES INTO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab must be a structure from BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field MSGTYP store the type of error: W = warning, I = Information, E = error, S = succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the other case, you have to see the "log" on sm35 to look for errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 19:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3874720#M931348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T19:27:06Z</dc:date>
    </item>
  </channel>
</rss>

