<?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: S_DEVELOP - debug display authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465371#M14765</link>
    <description>&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;In systems with sensitive data this may allow for viewing raw data in the debugger, beyond the reach of the users' normal authorizations.&lt;/P&gt;&lt;P&gt;Data may be collected from the database by a program and checked for authorizations on a line-to-line basis before presenting it to the end user. S_DEVELOP with DEBUG and ACTVT 03 will allow you to monitor the raw data before the authorization check takes place.&lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not have a concrete example for you.&lt;/P&gt;&lt;P&gt;Jurjen&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jul 2017 14:10:35 GMT</pubDate>
    <dc:creator>jurjen_heeck</dc:creator>
    <dc:date>2017-07-02T14:10:35Z</dc:date>
    <item>
      <title>S_DEVELOP - debug display authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465370#M14764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;And old one but I still have not seen a good answer to this one so I will try again.&lt;/P&gt;&lt;P&gt;Can anyone please elaborate on the risk of having s_develop - debug 03 in production (or any other system for that matter)?&lt;/P&gt;&lt;P&gt;And please only provide concrete examples and not assumptions. Would be good to somewhat put this one to rest :).&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;/joachim&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 08:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465370#M14764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-26T08:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP - debug display authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465371#M14765</link>
      <description>&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;In systems with sensitive data this may allow for viewing raw data in the debugger, beyond the reach of the users' normal authorizations.&lt;/P&gt;&lt;P&gt;Data may be collected from the database by a program and checked for authorizations on a line-to-line basis before presenting it to the end user. S_DEVELOP with DEBUG and ACTVT 03 will allow you to monitor the raw data before the authorization check takes place.&lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not have a concrete example for you.&lt;/P&gt;&lt;P&gt;Jurjen&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2017 14:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465371#M14765</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2017-07-02T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP - debug display authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465372#M14766</link>
      <description>&lt;P&gt;Hi Joachim&lt;/P&gt;
  &lt;P&gt;This won't give you the explicit examples that you are after but might help consider risks which seems to be system performance (resource availability); access to sensitive data in debug mode prior to authority check and potential data inconsistencies/rollback (See Julius' example).&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/discussions/thread/1342811" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1342811&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Unfortunately, I cannot tell you off the top of my head an example where each of those occur. I do recall debugging line by line through investment management and getting access to that data and project system information prior to the authority check (Data was selected from the table prior to the check)&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Colleen&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465372#M14766</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2017-07-13T11:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP - debug display authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465373#M14767</link>
      <description>&lt;P&gt;As someone who wrote numerous ABAP custom programs, I have same thoughts as &lt;A href="https://answers.sap.com/users/4577/jurjen-heeck.html"&gt;Jurjen Heeck&lt;/A&gt;. In most cases the raw data is pull from database using select statement first and then the authorization is checked and based on the result from authority-check, the result is displayed. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 22:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465373#M14767</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2017-07-14T22:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP - debug display authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465374#M14768</link>
      <description>&lt;P&gt;Hi Jurjen,&lt;/P&gt;
  &lt;P&gt;Very good point indeed.&lt;/P&gt;
  &lt;P&gt;/joachim&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 10:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop-debug-display-authorization/m-p/465374#M14768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-01T10:06:40Z</dc:date>
    </item>
  </channel>
</rss>

