<?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: Performance when call BAPI_SALESORDER_CHANGE ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833297#M1130771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It took long time about 2hrs. thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 14:07:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T14:07:46Z</dc:date>
    <item>
      <title>Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833295#M1130769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the following function module to update partner associated to contract.&lt;/P&gt;&lt;P&gt;If there are about 30,000 partner associated this one contract.  Updating performance is too bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any good idea to improve performance for this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      salesdocument    = v_vbeln  ( contract number)&lt;/P&gt;&lt;P&gt;      order_header_inx = li_bapi_ord_indx&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return           = li_bapi_return&lt;/P&gt;&lt;P&gt;      partnerchanges   = li_partnerchanges. ( partners )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 13:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833295#M1130769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833296#M1130770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how much time are you gettign now? there are 30K partners with one contract, so it is going to take time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833296#M1130770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833297#M1130771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It took long time about 2hrs. thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833297#M1130771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833298#M1130772</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;30k partners is a very big number, but u should try to understand where are the bottle necks, we can't help you without to know where the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps a your custom control in some user-exits could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833298#M1130772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T14:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833299#M1130773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use SE30 in there to find the bottlebnecks as Max mentioned. if its one of your own code, then see what you can do there. if its SAP, then I guess you have to live with that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833299#M1130773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833300#M1130774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, changing 30,000 sales orders in 2 hours sounds pretty good to me. You might try splitting it into multiple processes, but then you might end up with locking issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833300#M1130774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance when call BAPI_SALESORDER_CHANGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833301#M1130775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 21:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-when-call-bapi-salesorder-change/m-p/4833301#M1130775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T21:58:14Z</dc:date>
    </item>
  </channel>
</rss>

