<?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 Data Transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143840#M451979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to track errors in BDC session method other than processing the error records manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 02:43:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T02:43:08Z</dc:date>
    <item>
      <title>Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143840#M451979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to track errors in BDC session method other than processing the error records manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 02:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143840#M451979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T02:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143841#M451980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually while processing BDC's  we can move the error messages to one internal table of type BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;Using this table u can get all the errors??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143841#M451980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143842#M451981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use internal table with the structure of&amp;lt;b&amp;gt; BDCMSGCOLL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; and in that structure u  get whole information about messages handled by the BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps u&lt;/P&gt;&lt;P&gt;Vijay Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143842#M451981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143843#M451982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muruga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at program RSBDCCTU. Basically this is what is used in SM35. The logic is, you get all the APQI-GROUPID and QID for the errored transactions. Then with each GROUPID, QID combination, you will open that particular transaction using BDC_RECORD_OPEN. This will give you an internal table called TRANSACTIONS. Loop through this table, and call BDC_RECORD_GET using the transaction index. That will give you the BDC screen data that you originally passed. Now you need to parse through that information to find out which field has which value for a failed transaction.&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;Rewords some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Naganjana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/2143843#M451982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:51:12Z</dc:date>
    </item>
  </channel>
</rss>

