<?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: ABAP Proxy performance in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709868#M4769445</link>
    <description>&lt;P&gt;You aren't going to get a 10x fold decrease in runtime by providing more CPU/RAM.  The runtime you are experiencing (&lt;EM&gt;a tenth of a second - hardly a lot&lt;/EM&gt;) is going to be consumed entirely by the underlying proxy framework where it is going to direct the call to the appropriate service provider (proxy class).  If the consuming systems require a hundredth of a second, then I suspect there is something else at play here, and the onion needs to be peeled back further...&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 14:25:11 GMT</pubDate>
    <dc:creator>Ryan-Crosby</dc:creator>
    <dc:date>2023-04-17T14:25:11Z</dc:date>
    <item>
      <title>ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaq-p/12709858</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;I have an performance issue with ABAP Proxy via SAP PO. &lt;/P&gt;
  &lt;P&gt;I have exposed a SOAP service in SAP PO. This service call SAP S/4HANA (on-premise) with and Sproxy service. There is currrently no logic at all in the proxy - it just returns "Hi i am here".....&lt;/P&gt;
  &lt;P&gt;But the service has a runtime of 115 ms. When i check PO monitor, i can sse that first 10 ms is used in SAP PO. The rest of the runtime is used in the SAP S/4HANA (ABAP system)!&lt;/P&gt;
  &lt;P&gt;Does anyone knows how we can lower the runtime in ABAP? Actually we need to lower by at least factor 10. Otherwise the consuming systems cannot use this service. &lt;/P&gt;
  &lt;P&gt;Any ideas on what to do? Increase CPU, RAM or anything else? &lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 09:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaq-p/12709858</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-14T09:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709859#M4769436</link>
      <description>&lt;P&gt;Good morning Jakob,&lt;/P&gt;&lt;P&gt;my gutt feeling is that 115 ms isn't actually that bad and I doubt throwing RAM or CPU at the problem would help. You would further need to investigate where the time is lost - e.g. network latency, round trips between the two integration engines - but I would doubt you can cut the response time by factor 10 as this would almost be eaten up the network time. Run a performance trace on S/4 side for the web service and then see whether the issue is with the time spend in the actual web service or in the chit chat of the components involved in the integration engine to integration engine communication (this would be my bet - then you would need to do some tuning here). &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 04:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709859#M4769436</guid>
      <dc:creator>pamai</dc:creator>
      <dc:date>2023-04-17T04:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709860#M4769437</link>
      <description>&lt;P&gt;Hi Patrick &lt;/P&gt;&lt;P&gt;Yes i agree 115 ms is basically ok (in production we are down on 78ms). But the service we have build, is replacing a mainframe service with a avarage responsetime of 2ms (!). &lt;/P&gt;&lt;P&gt;So my approach is to investigate if we can do anything in order to come down to at least 20 ms. If not we will have to look into another solution. &lt;/P&gt;&lt;P&gt;But as a you see  - we have quite a way if we should "compete" with the old solution. &lt;/P&gt;&lt;P&gt;//Jakob&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 05:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709860#M4769437</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-17T05:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709861#M4769438</link>
      <description>&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;as I said I would check the actual performance of the WS on S/4. This should be much better than the 115 ms you were reporting. Then the question is on how to bring down meta data overhead between PO and S/4.&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 05:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709861#M4769438</guid>
      <dc:creator>pamai</dc:creator>
      <dc:date>2023-04-17T05:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709862#M4769439</link>
      <description>&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;Yes i did check the actual performance on S/4. And i can see the runtime is about 90% of the total runtime. &lt;/P&gt;&lt;P&gt;This i why i reach out to this forum - to get some ideas on how i can bring down that runtime. Because there is no dougth that the ABAP intance itself is doing "something" that slows down interface.&lt;/P&gt;&lt;P&gt;//Jakob&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 06:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709862#M4769439</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-17T06:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709863#M4769440</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, asking for complements, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;&lt;P&gt;i.e. please continue the discussion as part of your first answer.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709863#M4769440</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-04-17T07:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709864#M4769441</link>
      <description>&lt;P&gt;Just to say, the ABAP part for doing "nothing" seems to be a lot (database accesses for technical/configuration stuff), but is probably relatively small compared to the total time when the ABAP logic will be added (other database accesses to operate on ERP data).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709864#M4769441</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-04-17T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709865#M4769442</link>
      <description>&lt;P&gt;Hi Sandra&lt;/P&gt;&lt;P&gt;Actually i have tried to build both. Also i tried to create a version that is able to sumilate a bundled request of 1.000 objects. With 1.000 Database access in one call. &lt;/P&gt;&lt;P&gt;1 call with Hello World return is - as said - 115 ms&lt;/P&gt;&lt;P&gt;1 call with 1.000 objects and 1.000 DB access calls is ~1.000 ms&lt;/P&gt;&lt;P&gt;So my point is; SAP PO can pass a call very quick. SAP ERP has something that really slows down the performance. Someting that "wraps the call" and slows it. &lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709865#M4769442</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-17T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709866#M4769443</link>
      <description>&lt;P&gt;Could you provide some ST03 performance data for this web service ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709866#M4769443</guid>
      <dc:creator>pamai</dc:creator>
      <dc:date>2023-04-17T08:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709867#M4769444</link>
      <description>&lt;P&gt;As I said, ABAP kernel does "database accesses for technical/configuration stuff", so it can be "a lot", but is "probably relatively small compared to the total time when the ABAP logic will be added".&lt;/P&gt;&lt;P&gt;I'm not expert, so I'll let SAP experts share their thoughts about kernel performance.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 14:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709867#M4769444</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-04-17T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709868#M4769445</link>
      <description>&lt;P&gt;You aren't going to get a 10x fold decrease in runtime by providing more CPU/RAM.  The runtime you are experiencing (&lt;EM&gt;a tenth of a second - hardly a lot&lt;/EM&gt;) is going to be consumed entirely by the underlying proxy framework where it is going to direct the call to the appropriate service provider (proxy class).  If the consuming systems require a hundredth of a second, then I suspect there is something else at play here, and the onion needs to be peeled back further...&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 14:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709868#M4769445</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2023-04-17T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy performance</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709869#M4769446</link>
      <description>&lt;P&gt;I can see you're dealing with a performance issue related to ABAP Proxy in SAP PO, and you want to significantly reduce the runtime. It's crucial to address this issue, especially if it's affecting the usability of your service by consuming systems.While hardware upgrades like increasing CPU or RAM might help, it's essential to tackle the root cause of the issue first by optimizing your code and system performance.Regarding proxy servers, for your specific performance issue, it's more relevant to focus on the optimizations mentioned above. However, if you ever need proxy servers for other purposes, you can get the&amp;nbsp;&lt;A href="https://lightningproxies.net/products/mobile-proxies" target="_self"&gt;&lt;SPAN&gt;best mobile proxies&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;from the lightningproxies website.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 08:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-proxy-performance/qaa-p/12709869#M4769446</guid>
      <dc:creator>caitlinh23</dc:creator>
      <dc:date>2025-07-28T08:24:18Z</dc:date>
    </item>
  </channel>
</rss>

