<?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: Huge data uploads in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480109#M224743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sashi,&lt;/P&gt;&lt;P&gt;Rite now me too working with the same stuff and im using LSMW/direct input methods with AIP so im feeling very much comfortable and easy to upload tons of data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for customers its RFBIDE00/0050&lt;/P&gt;&lt;P&gt;and Materials its RMDATIND/0020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more questions plz ask...&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 15:31:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T15:31:30Z</dc:date>
    <item>
      <title>Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480105#M224739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the requirement to upload customers ,Materials .Each of them have around half a million records. Is there any method or procedure which will considerably reduce the time of run( I am using BAPI ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 14:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480105#M224739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T14:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480106#M224740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think no. The best way propably is to use LSMW project with idocs. YOu will easy mainain eventual errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, JAcek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 14:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480106#M224740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T14:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480107#M224741</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;BAPI or IDOC - in general they need the same time (no discussion about +/- 10%).&lt;/P&gt;&lt;P&gt;With IDOC you will get an easy way to create the data in SAP parallel -&amp;gt; best way to get use all resource and reduce total runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deactivate change documents and application log. If change documents can't be deactivated by an import parameter, then make an extension in the xxx_document_write function module.  This might give you about 20% better performance (depending on the total size of change docs / appl log tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a fresh runstat before starting -&amp;gt; all necessary check tables should have a good index access. Also a new version after half the run can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480107#M224741</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-30T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480108#M224742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to consider turning off change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480108#M224742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480109#M224743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sashi,&lt;/P&gt;&lt;P&gt;Rite now me too working with the same stuff and im using LSMW/direct input methods with AIP so im feeling very much comfortable and easy to upload tons of data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for customers its RFBIDE00/0050&lt;/P&gt;&lt;P&gt;and Materials its RMDATIND/0020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more questions plz ask...&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480109#M224743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480110#M224744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking at 2 million records and direct input doesn't have the simulate functionality. how does we know the capacity of data internal table can hold during execution ??&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480110#M224744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480111#M224745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do all of this at one time. Create a number of sessions and you can process some of them in parallel. You will probably have locking errors, but re-processing the sessions should fix them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480111#M224745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480112#M224746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using LSMW direct input is generally preferred option for master data upload. I am not really sure why do you need to simulate the upload for every record. &lt;/P&gt;&lt;P&gt;You can split the no of records in different sets &amp;amp; upload these sets one by one . After getting the log for first upload you will get some log for the records which are not uploaded . You can rectify the other sets accordingly which will reduce the furher processing time .&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480112#M224746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T15:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Huge data uploads</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480113#M224747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..as yogesh said u got to split the file and load...as im doin so n its working fine with the 2 prgms i mentioned earlier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/huge-data-uploads/m-p/1480113#M224747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T17:28:02Z</dc:date>
    </item>
  </channel>
</rss>

