<?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>Question Re: BAPI inside LOOP having Performance Issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13758785#M4836623</link>
    <description>As there was no escape from BAPI, we went for Parallel Processing.</description>
    <pubDate>Fri, 12 Jul 2024 05:03:00 GMT</pubDate>
    <dc:creator>viva_kd</dc:creator>
    <dc:date>2024-07-12T05:03:00Z</dc:date>
    <item>
      <title>BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaq-p/13755312</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;My Report taking 8 hours to execute , as it has 3 Lakhs of Data. and inside loop its runing BAPI&lt;/P&gt;&lt;P&gt;"BAPI_CTRACCONTRACTACCOUNT_GBAL" , along with this many loops there. but when i find out exact reason, is this FM and specially thru SAT/SE30 got to know "WAIT for RFC" process&amp;nbsp;taking much time,&lt;/P&gt;&lt;P&gt;any idea , how to suppress this "WAIT for RFC" processing.&lt;/P&gt;&lt;P&gt;Note : All Peformance Improvement Logic already applied and i looking answer regarding this BAPI and my functional told , if we go thru daa fetching from Database table, it will will again painstaking job.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viva_kd_1-1720509963147.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/134197i1A4DBEEAAB50E048/image-size/medium?v=v2&amp;amp;px=400" role="button" title="viva_kd_1-1720509963147.png" alt="viva_kd_1-1720509963147.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 07:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaq-p/13755312</guid>
      <dc:creator>viva_kd</dc:creator>
      <dc:date>2024-07-09T07:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13755371#M4836140</link>
      <description>&lt;P&gt;Could you reduce the number of call of FM&amp;nbsp;SAPGUI_PROGRESS_INDICATOR (RFC connexion to SAP GUI)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;e.g. Only call it when percentage actually changed&lt;/LI&gt;&lt;LI&gt;Else identify any other RFC call by filtering on performance/trace display&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13755371#M4836140</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-07-09T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13755398#M4836144</link>
      <description>thanks Raymond, will do that and update once again.</description>
      <pubDate>Tue, 09 Jul 2024 08:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13755398#M4836144</guid>
      <dc:creator>viva_kd</dc:creator>
      <dc:date>2024-07-09T08:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13757011#M4836375</link>
      <description>&lt;P&gt;Without really knowing what you're trying to accomplish, I think you might be having a design problem. The BAPI you're calling reads a lot of data from a lot of tables, and can easily take several 100 milliseconds, depending on many factors. So, if you're really calling this 300'000 times, it is bound to take a moment (100 milliseconds x 300'000 = 8 hours).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 12:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13757011#M4836375</guid>
      <dc:creator>r_lindemann</dc:creator>
      <dc:date>2024-07-10T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13757016#M4836376</link>
      <description>&lt;P&gt;Also consider some parallelization to execute so many records&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 12:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13757016#M4836376</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-07-10T12:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI inside LOOP having Performance Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13758785#M4836623</link>
      <description>As there was no escape from BAPI, we went for Parallel Processing.</description>
      <pubDate>Fri, 12 Jul 2024 05:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-inside-loop-having-performance-issue/qaa-p/13758785#M4836623</guid>
      <dc:creator>viva_kd</dc:creator>
      <dc:date>2024-07-12T05:03:00Z</dc:date>
    </item>
  </channel>
</rss>

