<?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 Upload. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103653#M438754</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/bdc.htm" target="test_blank"&gt;http://sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 19:48:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T19:48:07Z</dc:date>
    <item>
      <title>BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103644#M438745</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 one interview I was asked a questin regarding BDC..&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;        i.e. when uploading BDC of 5000 , after 1000 records due to some problem it was stop. Then what will u do ?&lt;/P&gt;&lt;P&gt;  It it is Batch Input Session - will u delete 1000 records from flat file manually and then restart it or how can you find where it has stopped means which records ? where will u get this errors ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If it is call transaction the what will u do ? How will u upload remaining records ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Muttu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103644#M438745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103645#M438746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If it is session method you will come to know the number records correctly uploade in SM35 using&lt;/P&gt;&lt;P&gt;Session log.it will give the details.&lt;/P&gt;&lt;P&gt;If it is call transaction BDCMSGCOL will capture the message, capture those errors into an internal table and try to display them using FORMAT_MESSAGE  fun module,&lt;/P&gt;&lt;P&gt;so that you will know the exact records uploaded, accordingly keep/modify  the  file and upload the remaining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewar points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103645#M438746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103646#M438747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the records are more than 10000 the it is very difficult to find where it has stopped.&lt;/P&gt;&lt;P&gt;what about the flat file ? will we delete it manually or what ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103646#M438747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103647#M438748</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;&lt;/P&gt;&lt;P&gt;If it is Batch input session the session which is stopped due error is available in sm35 transaction under 'Incorrect' heading. u can correct the errors in the session and reexecute the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of call transaction u have to store all the erroneous records into a bdc session by checking the sy-subrc value after call transaction statement. so that u can execute bdc session later by modifying the erroneous records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103647#M438748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103648#M438749</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 by seeing SESSION LOG u can come to know how many records were failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CAll transaction by using BDCMSGCOLL structure or FORMAT_MESSAGE function module(System generated messages) only u can come to know the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN Call TRansa If u got error in 1000 record ...remaing recors will update.&lt;/P&gt;&lt;P&gt;IN session..once u correct the session log then only the total records will update..means once the entire session process correctly then only the updation will takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103648#M438749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103649#M438750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for example you are doing upload of customer master using XD01.&lt;/P&gt;&lt;P&gt;10000 records are there.&lt;/P&gt;&lt;P&gt;in middle it stopped.&lt;/P&gt;&lt;P&gt;Check the records in KNA1 table , it will give the number of records gone.&lt;/P&gt;&lt;P&gt;if you are not able know by above methods.&lt;/P&gt;&lt;P&gt;then delete those records which are gone correctly from the file. keep the remaining and do upload again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So care has to be taken properly to keep the correct data in the files, so that they will not cause problems.&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103649#M438750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103650#M438751</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 it is call transaction and the problem is at 150th record, then is it possible to capture the error record only .. because in 10000 records it is very diffucult to find which is 150th record and agan how will we upload ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103650#M438751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103651#M438752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satyanarayana,&lt;/P&gt;&lt;P&gt;                         In any BDC program before going for actual data upload I will prefer to run a simulation BDC in the same program and generate both error and success reports in notepad so that I can understand that how could have the BDC session performed if it was really executed. Hence while handling bulk set of data we should always run the BDC in simulation mode and moniter the result. This will help us to understand the nature of data and also the performance of the BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 11:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103651#M438752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T11:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103652#M438753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Simulation BDC ? &lt;/P&gt;&lt;P&gt;Can You Give Sample Code for that one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 19:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103652#M438753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Upload.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103653#M438754</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/bdc.htm" target="test_blank"&gt;http://sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 19:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-upload/m-p/2103653#M438754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T19:48:07Z</dc:date>
    </item>
  </channel>
</rss>

