<?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: how to disable debug access ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812911#M917058</link>
    <description>&lt;P&gt;debug access has to give only for selected users.&lt;/P&gt;&lt;P&gt;for that we need to maintain values in authirization object S_DEVELOP those are&lt;/P&gt;&lt;P&gt;activity '02' in ACTVT field&lt;/P&gt;&lt;P&gt;object type DEBUG in OBJECTTYPE field.&lt;/P&gt;&lt;P&gt;as answered by martins saiters,you can find info for user relevent auth objects&lt;/P&gt;&lt;P&gt; follow suim navigation.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rajendra.k&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 09:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-12-15T09:08:27Z</dc:date>
    <item>
      <title>how to disable debug access ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812908#M917055</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;i would like to check if there are any users can access to debug mode in production clients or not, how should i go about ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the authorisation objects that allow for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment and advice will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 10:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812908#M917055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable debug access ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812909#M917056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugger requires auth. object S_DEVELOP with value DEBUG in OBJTYPE field. Field ACTVT is check to see what the user can do; '01' = Create or Generate, '02' = Change and '03' = Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;SUIM &amp;gt;&amp;gt; User &amp;gt;&amp;gt; Users by Complex Selection Criteria/By Authorization Values&lt;/STRONG&gt; to see which users have the aforementioned objects and values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Martinsh Shaiters on May 22, 2008 12:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 10:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812909#M917056</guid>
      <dc:creator>Private_Member_119218</dc:creator>
      <dc:date>2008-05-22T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable debug access ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812910#M917057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which type of debugging are you referring to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, you can check it via report RSUSR002 object = S_DEVELOP where the field Object Type = DEBUG and Activity is '03' or use '*' for &lt;EM&gt;any activity, but at least one&lt;/EM&gt;. Activity '02' is for the replace function in debug mode and '01' is just about the most powerfull authority in the whole system = system debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not include any tcode, except perhaps SE80 optionally to see whether this makes a difference to the result of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are other factors as well, such as some system and client settings, and even the user type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Sorry for duplicating Martin's answer. I was typing and did not see his answer until after posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on May 22, 2008 10:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 10:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812910#M917057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable debug access ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812911#M917058</link>
      <description>&lt;P&gt;debug access has to give only for selected users.&lt;/P&gt;&lt;P&gt;for that we need to maintain values in authirization object S_DEVELOP those are&lt;/P&gt;&lt;P&gt;activity '02' in ACTVT field&lt;/P&gt;&lt;P&gt;object type DEBUG in OBJECTTYPE field.&lt;/P&gt;&lt;P&gt;as answered by martins saiters,you can find info for user relevent auth objects&lt;/P&gt;&lt;P&gt; follow suim navigation.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rajendra.k&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 09:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-disable-debug-access/m-p/3812911#M917058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-15T09:08:27Z</dc:date>
    </item>
  </channel>
</rss>

