<?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 uploading error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088169#M977518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only error records will not get upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your information&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction is faster then session method. But usually we use session method in real time...because we can transfer large amount of data from internal table to database and if any errors in a session. Process will not complete until session get correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This method is used to upload huge data&lt;/P&gt;&lt;P&gt;2 it has error log so that v can trace the errors easily.&lt;/P&gt;&lt;P&gt;3. it slower than call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This very fast than session method.&lt;/P&gt;&lt;P&gt;2. This is used to upload small volume of data.&lt;/P&gt;&lt;P&gt;3.Error tracing is bit difficult and v use MSGBDCCALL to get the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 17:46:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T17:46:10Z</dc:date>
    <item>
      <title>BDC uploading error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088168#M977517</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;During BDC uploading ,  i am trying to upload 10000 rechords among which 2 rechords are error  .In session method weather it will upload all the 9998 correct rechords or no one will be uploaded.&lt;/P&gt;&lt;P&gt;What willhappen if it is a Call transaction method.&lt;/P&gt;&lt;P&gt;reply immediately it is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 17:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088168#M977517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T17:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC uploading error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088169#M977518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only error records will not get upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your information&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction is faster then session method. But usually we use session method in real time...because we can transfer large amount of data from internal table to database and if any errors in a session. Process will not complete until session get correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This method is used to upload huge data&lt;/P&gt;&lt;P&gt;2 it has error log so that v can trace the errors easily.&lt;/P&gt;&lt;P&gt;3. it slower than call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This very fast than session method.&lt;/P&gt;&lt;P&gt;2. This is used to upload small volume of data.&lt;/P&gt;&lt;P&gt;3.Error tracing is bit difficult and v use MSGBDCCALL to get the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 17:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088169#M977518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC uploading error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088170#M977519</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;In call transaction method  if  there is 100 rechord among which 1 is error , weather allthe remaining 99 will be uploaded or no one will be uploaded? What is the difference in uploading when there is a error in call transaction and session method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 18:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088170#M977519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC uploading error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088171#M977520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction : if u handle code for error records (then 99 records will get upload except error record)&lt;/P&gt;&lt;P&gt;session method: no need to write seperate code for error handling (99 records will get upload except error record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur code if u write the logic to handle the error records then there will no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because in session method no need to write code explicitly for the errors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in call transaction we need to handle it explicitly.&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;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 20:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088171#M977520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T20:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC uploading error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088172#M977521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will give error while uploading at 9999th record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 12:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-uploading-error/m-p/4088172#M977521</guid>
      <dc:creator>former_member616</dc:creator>
      <dc:date>2008-08-21T12:47:42Z</dc:date>
    </item>
  </channel>
</rss>

