<?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 data  reg.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-reg/m-p/4180371#M999202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only the 10th record gets failed in both session and call transaction method.&lt;/P&gt;&lt;P&gt;The rest gets updated just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC Session methiod, you can get the error log in the SM35 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN case of call transaction, you have to handle the errors yourself like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call transaction '&amp;lt;TCODE&amp;gt;' using it_bdcdata messages into it_bdcmsgcoll options from x_CTUPARAMS.
if sy-subrc &amp;lt;&amp;gt; 0.
loop at it_bdcmsgcoll.
call function 'FORMAT_MESSAGE'
.
.
.
.
exporting 
message = v_message.
write:/ v_message.
endloop.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2008 18:59:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-11T18:59:33Z</dc:date>
    <item>
      <title>bdc data  reg..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-reg/m-p/4180370#M999201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want run a bdc for transaction mm02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to update 20 record  from the xl file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 10th record getting problem, what will happen if i use session method ?&lt;/P&gt;&lt;P&gt;what will happen if i use call transanction method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to find the error in the both methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;R.Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-reg/m-p/4180370#M999201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: bdc data  reg..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-reg/m-p/4180371#M999202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only the 10th record gets failed in both session and call transaction method.&lt;/P&gt;&lt;P&gt;The rest gets updated just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC Session methiod, you can get the error log in the SM35 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN case of call transaction, you have to handle the errors yourself like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call transaction '&amp;lt;TCODE&amp;gt;' using it_bdcdata messages into it_bdcmsgcoll options from x_CTUPARAMS.
if sy-subrc &amp;lt;&amp;gt; 0.
loop at it_bdcmsgcoll.
call function 'FORMAT_MESSAGE'
.
.
.
.
exporting 
message = v_message.
write:/ v_message.
endloop.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-reg/m-p/4180371#M999202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T18:59:33Z</dc:date>
    </item>
  </channel>
</rss>

