<?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: Not allow to debug. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631010#M281597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something called setting up roles for users(sap users).&lt;/P&gt;&lt;P&gt;Generally for end users, the role setting wouldn't let them debug programs.&lt;/P&gt;&lt;P&gt;Contact your basis for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or alternatively, one crude way to do the same is to code every thing in a macro.&lt;/P&gt;&lt;P&gt;Macros cannot be debugged(not sure if this works).&lt;/P&gt;&lt;P&gt;but the catch is that nw, nobody can debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 12:20:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-12T12:20:48Z</dc:date>
    <item>
      <title>Not allow to debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631008#M281595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that what I wants goes against open-code ABAP' spirit, but there are people I hace dependence of who are over me, telling me to do (just for eco reasons):&lt;/P&gt;&lt;P&gt;Is it there any way for not allowing to debug a program o a piece of coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 12:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631008#M281595</guid>
      <dc:creator>SantiMoreno</dc:creator>
      <dc:date>2006-09-12T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not allow to debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631009#M281596</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; You can request your basis team to remove the debugging authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 12:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631009#M281596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T12:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not allow to debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631010#M281597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something called setting up roles for users(sap users).&lt;/P&gt;&lt;P&gt;Generally for end users, the role setting wouldn't let them debug programs.&lt;/P&gt;&lt;P&gt;Contact your basis for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or alternatively, one crude way to do the same is to code every thing in a macro.&lt;/P&gt;&lt;P&gt;Macros cannot be debugged(not sure if this works).&lt;/P&gt;&lt;P&gt;but the catch is that nw, nobody can debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 12:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631010#M281597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not allow to debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631011#M281598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. One simple way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In program attributes,&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;specify STATUS as 'System Program'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. 'System Programs' cannot be debugged.&lt;/P&gt;&lt;P&gt;   (just see F1 help on this field in se38 - attributes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 12:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-allow-to-debug/m-p/1631011#M281598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T12:22:01Z</dc:date>
    </item>
  </channel>
</rss>

