<?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: disable abap debugging from productive system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378929#M1237136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also bear in mind that although you do want to allow debugging in some circumstances, in the production system, you do not want to allow changes to variables during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 13:08:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T13:08:55Z</dc:date>
    <item>
      <title>disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378924#M1237131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;I hope is the right forum&lt;/P&gt;&lt;P&gt;I'd like to know if there is a manner to deactivate the ABAP debugging in a system...(a productive system 46c).&lt;/P&gt;&lt;P&gt;I have found a parameter rdisp/wpdbug_max_no that is set = 1; anyway i've noted that i can open more than 1 debug sessions in this system .&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 09:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378924#M1237131</guid>
      <dc:creator>nicola_blasi</dc:creator>
      <dc:date>2009-04-02T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378925#M1237132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;It can be done by modifing the roles of user.&lt;/P&gt;&lt;P&gt;Like under profile of developer,  there ia an object which allows the user to debug the program so by removing it , you can restrict the user.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 10:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378925#M1237132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378926#M1237133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The respective authorization object is S_DEVELOP with field OBJTYPE = "DEBUG". If you remove that from all roles (except super users), you essentially have disabled debugging in the system.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 10:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378926#M1237133</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-04-02T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378927#M1237134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do bear in mind that there will be times when debugging will be absolutely required in your productive system, and build that into whatever procedures you implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378927#M1237134</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-04-02T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378928#M1237135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Ok I solved the problem..thank you very much.&lt;/P&gt;&lt;P&gt;I've applied this change only for custom roles that permitted the debug in productive system.&lt;/P&gt;&lt;P&gt;Now if some developer wants to debug a trx or other, they have to pass through Firefighter (SAP GRC) where there is a FFID with a role with the object type available for debug.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378928#M1237135</guid>
      <dc:creator>nicola_blasi</dc:creator>
      <dc:date>2009-04-02T12:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378929#M1237136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also bear in mind that although you do want to allow debugging in some circumstances, in the production system, you do not want to allow changes to variables during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378929#M1237136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378930#M1237137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darn right, so you better grant ACTVT = "03" only to FFID.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378930#M1237137</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-04-02T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378931#M1237138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Also bear in mind that although you do want to allow debugging in some circumstances, in the production system, you do not want to allow changes to variables during debugging.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Rob&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Occasionally there's even a requirement for that!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 11:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378931#M1237138</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-04-03T11:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378932#M1237139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Occasionally there's even a requirement for that!  &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Maybe, but better not let the auditors find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 13:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378932#M1237139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378933#M1237140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An auditor would find it in the syslog if available... and a good one should look for it and read the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type "A14" and "A19" and for the "go to" feature there is another one + a list of others which only auditors are allowed to know... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can also do, is tweak the instance parameters of your production system to protect the external debugging at the dispatcher level, as generally the calling user needs the authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See these params in RZ11 (the factory defaults are for a development system...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfc/ext_debugging &lt;/P&gt;&lt;P&gt;rfc/disable_debugger_command_field&lt;/P&gt;&lt;P&gt;abap/ext_debugging_possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of them are dynamic, so when Matt's program is dumping you can let him in temporarily to take a look without having to restart the instance... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 20:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378933#M1237140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-04T20:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: disable abap debugging from productive system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378934#M1237141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pretty new to SAP.&lt;/P&gt;&lt;P&gt;I don't think debug should be allowed in production at all. Debug can be allowed in non-production. Remove the debug authorization from roles can basically achieve no one can debug, but I would prefer to disable to debug options. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 15:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-abap-debugging-from-productive-system/m-p/5378934#M1237141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T15:35:14Z</dc:date>
    </item>
  </channel>
</rss>

