<?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: reg. bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636816#M283899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your requirement you want to upload both the error records and the correct records also, try to do the two test recordings using the correct data and the wrong data, if the recording is accepting both the dataes than there wont be any problem wheather you r using the BDC Session or CALL TRANSACTIONS. If your any of the test recordings giving you any kind of error , than dont think any of the method ll  help you to get your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2006 11:20:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-11T11:20:19Z</dc:date>
    <item>
      <title>reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636813#M283896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;ive a issue reg. bdc&lt;/P&gt;&lt;P&gt;suppose, 1000 records are there in flat file to upload in to R/3.&lt;/P&gt;&lt;P&gt;in these, there are 200 error records, not in a order.. which are not uploaded &lt;/P&gt;&lt;P&gt;i need to upload 1000 records successfully..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody please let me know..the procedure(either session or call tran. method), how we do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;raghavendra rao G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 10:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636813#M283896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636814#M283897</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;construct an error-process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) use call transaction Z123 messages into mtab...&lt;/P&gt;&lt;P&gt;2) &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if sy-subrc &amp;lt;&amp;gt; 0.
    append itab to errtab. "or transfer itab to errfile
   endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;3)  analyse errors, create a new file and start your report again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 10:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636814#M283897</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-11T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636815#M283898</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;If you want to load all records once, you can't do it, because you can know the errors only after trying to load them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you use CALL TRANSACTION method, you should create a BI session when CALL TRANSACTION fails, if you use the SESSION method there's no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact in both ways you can have the session with all records not loaded and analyze it and run it manually again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem can be if a large number of records raises errors, infact it could be hard to run the error session manualy, in this case you should generate a new file with only wrong records, correct the file and elaborate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know which can be the best solution for you because it depend on your situations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 10:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636815#M283898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T10:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636816#M283899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your requirement you want to upload both the error records and the correct records also, try to do the two test recordings using the correct data and the wrong data, if the recording is accepting both the dataes than there wont be any problem wheather you r using the BDC Session or CALL TRANSACTIONS. If your any of the test recordings giving you any kind of error , than dont think any of the method ll  help you to get your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636816#M283899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636817#M283900</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;It may be call transaction or session method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check sy-subrc value if it is not equal to zero then append the record to internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at last down the internal table to a file and modify them now again process the records which ever themethod is suitable for your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636817#M283900</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-11T11:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: reg. bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636818#M283901</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;  Use call transaction method to process all records.&lt;/P&gt;&lt;P&gt;  Check sy-subrc, if it is not 0 send it in session method and u have to process the session manually in error mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 12:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc/m-p/1636818#M283901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T12:20:34Z</dc:date>
    </item>
  </channel>
</rss>

