<?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 issue with structural authorizations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168385#M1978762</link>
    <description>&lt;P&gt;I have seen that as well.  As to the exact cause of the slowdown I would ask your Basis and/or Network teams.  There may be firewalls, gateways and overall network latency involved between the two systems.  You would need to see how many back and forth messages are involved.  &lt;/P&gt;&lt;P&gt;James &lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 16:10:52 GMT</pubDate>
    <dc:creator>jbm-sceis</dc:creator>
    <dc:date>2020-05-14T16:10:52Z</dc:date>
    <item>
      <title>Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168380#M1978757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;In our company, we have an important issue with structural authorizations... let me explain the situation...&lt;/P&gt;
  &lt;P&gt;The objects added to our structural authorizations are:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1807703-objects.png" /&gt;&lt;/P&gt;
  &lt;P&gt;As a result, the calls to standard FM like RH_READ_INFTY_1000 or RH_STRUC_GET have a huge delay (20-30 seconds)...&lt;/P&gt;
  &lt;P&gt;Running the RHBAUS02 report we saw that most of the users have around 30k-40k authorization objects (some of them even 80k-90k)...&lt;/P&gt;
  &lt;P&gt;Is it normal? What can we do to improve performance? We can't add 5,000 users to SAP Data Memory...&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;
  &lt;P&gt;Miguel Angel.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 06:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168380#M1978757</guid>
      <dc:creator>former_member323222</dc:creator>
      <dc:date>2020-05-14T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168381#M1978758</link>
      <description>&lt;P&gt;Could you trace where the performance issue is, please?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 06:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168381#M1978758</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-14T06:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168382#M1978759</link>
      <description>&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;When checking the structural authorizations... for instance, when executing the following FM: RH_STRU_AUTHORITY_CHECK.&lt;/P&gt;&lt;P&gt;Miguel Angel.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168382#M1978759</guid>
      <dc:creator>former_member323222</dc:creator>
      <dc:date>2020-05-14T07:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168383#M1978760</link>
      <description>&lt;P&gt;My advice to you, which you may not like, is that the &lt;STRONG&gt;less&lt;/STRONG&gt; you use structural authorizations the better.  While in concept the structurals are a fantastic idea, in reality it is a performance killer.  Try and use standard PFCG authorizations as much as possible and only use structural authorizations where organizational relationships are &lt;STRONG&gt;a necessity&lt;/STRONG&gt; to define the security.  I normally only use O, S and P object types, but on occasion I will use others depending on the circumstances.  Unfortunately you may have to rethink your role strategy at this point.  Good luck!&lt;/P&gt;&lt;P&gt;James Murphy&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168383#M1978760</guid>
      <dc:creator>jbm-sceis</dc:creator>
      <dc:date>2020-05-14T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168384#M1978761</link>
      <description>&lt;P&gt;Yes, absolutely agree with you... I used to see O-S-P objects in structural authorizations, but the first time I see all the other objects in it! I noticed it after we developed some Fiori apps, where the performance was extremely bad... and after some analysis, we found all this mess there!&lt;/P&gt;&lt;P&gt;For the moment, I guess the only thing we could do with it is to use SAP Data Memory temporarily and move away as much as we can from structural authorizations... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just one more question... Is it normal than in reports created directly in SAP backend with ABAP, the performance is much better than with developments calling remote FM from external systems? All should have been checking structural authorizations (calling at the end same standard FM), but when calling them from the backend itself the performance is "acceptable"... and I don't understand the difference...&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Miguel Angel.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 15:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168384#M1978761</guid>
      <dc:creator>former_member323222</dc:creator>
      <dc:date>2020-05-14T15:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue with structural authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168385#M1978762</link>
      <description>&lt;P&gt;I have seen that as well.  As to the exact cause of the slowdown I would ask your Basis and/or Network teams.  There may be firewalls, gateways and overall network latency involved between the two systems.  You would need to see how many back and forth messages are involved.  &lt;/P&gt;&lt;P&gt;James &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 16:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-structural-authorizations/m-p/12168385#M1978762</guid>
      <dc:creator>jbm-sceis</dc:creator>
      <dc:date>2020-05-14T16:10:52Z</dc:date>
    </item>
  </channel>
</rss>

