<?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: what happens when error record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386373#M1043200</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 Session Method all the 9 records will be updated except the &amp;amp;7th record(error record). u can get the error information in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call tranasction method it depends upon the mode(A,N,E). In all screen mode system will stop at 7th record and all the previous 6 records will processed. In No screen mode all the 9 records will be updated except the 7th record(error record). and track the error u have to use BDCMSGCOLL in ur program(for call transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asyn-- System does not wait for Acknowledgement. but in Syn--- System waits for acknow.  For this reson Asyn process is fast as compare to Sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2008 06:00:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-01T06:00:24Z</dc:date>
    <item>
      <title>what happens when error record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386370#M1043197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam phaneendra can anybody explain in detail&lt;/P&gt;&lt;P&gt;what happens when there is an error record exist while updating a session in session method and in call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie, out of 10 records 7th one is error let it be then what happens to 6 redords that 7th record and 8th 9th 10th records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also what is assychronous and synchronous&lt;/P&gt;&lt;P&gt;process .thatly in updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;good answers( helpful answers must be rewarded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;phaneendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 03:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386370#M1043197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T03:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: what happens when error record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386371#M1043198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search the forum  its already been discussed many times .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 records will be updated you have to reprocess your error records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sync-async.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5605948"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 05:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386371#M1043198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T05:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: what happens when error record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386372#M1043199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In session message , an error session is created and you can reprocess the error records using the transaction Sm35 and the screen pop up as you make a normal entry in SAP you can change the data if you want whereas in call transaction error log can be found in BDCMSGCOLL you have change the the values in the input file and reprocess it for successful posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 07:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386372#M1043199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: what happens when error record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386373#M1043200</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 Session Method all the 9 records will be updated except the &amp;amp;7th record(error record). u can get the error information in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call tranasction method it depends upon the mode(A,N,E). In all screen mode system will stop at 7th record and all the previous 6 records will processed. In No screen mode all the 9 records will be updated except the 7th record(error record). and track the error u have to use BDCMSGCOLL in ur program(for call transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asyn-- System does not wait for Acknowledgement. but in Syn--- System waits for acknow.  For this reson Asyn process is fast as compare to Sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 06:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-happens-when-error-record/m-p/4386373#M1043200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-01T06:00:24Z</dc:date>
    </item>
  </channel>
</rss>

