<?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 OPTIMIZATION!! URGENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824012#M660677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;what are some ways  of optimization? ii have to use batch input to call a standard transaction and it get called a few types . thats why it works pretty long..&lt;/P&gt;&lt;P&gt;what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are some ways to make it work FASTER???  HELP!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 04:47:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T04:47:16Z</dc:date>
    <item>
      <title>OPTIMIZATION!! URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824012#M660677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;what are some ways  of optimization? ii have to use batch input to call a standard transaction and it get called a few types . thats why it works pretty long..&lt;/P&gt;&lt;P&gt;what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are some ways to make it work FASTER???  HELP!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 04:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824012#M660677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T04:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIMIZATION!! URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824013#M660678</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 run parallel, divide the input data into multiple files and execute the program to create multiple sessions and run these sessions parallel in background session. So you can complete the task faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824013#M660678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIMIZATION!! URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824014#M660679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it really depends on what exactly you are trying to update.&lt;/P&gt;&lt;P&gt;there may be several ways to solve the problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- run in parallel if it works for you... don't run too many sessions in parallel though as it may cause deadlock on number range table for example...&lt;/P&gt;&lt;P&gt;- use BAPI or FMs to create/update your data... it may be faster than BDC.&lt;/P&gt;&lt;P&gt;- use your program to just create BDC sessions and then you can process them by SAP program in parallel.&lt;/P&gt;&lt;P&gt;- .... other options which I'm sure you can find after analysis of what exactly takes so long... like in SD one of the opitons may be - switch all outputs from immediately to rsnast00 and process them later by a separate job - it will certainly help &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You provided insufficient info for more detailed answer &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt; I would at least provide transaction you call in batch-input and how many times your program is calling it.&lt;/P&gt;&lt;P&gt;Good Luck !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 18:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimization-urgent/m-p/2824014#M660679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T18:38:31Z</dc:date>
    </item>
  </channel>
</rss>

