<?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: Making a program not debuggable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180288#M1908841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They shouldn't have authority to change this variable in Production!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevetheless you can code your own authority-object to limit who may run the program. I would discuss this first with security team as they could probably help you, and then also google on how to code authority object in abap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 12:23:33 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2015-07-13T12:23:33Z</dc:date>
    <item>
      <title>Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180287#M1908840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched for a long time, but nothing found in the Community or Google.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make sure, that a program can't be executed on our productive System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;if 'P13' eq sy-sysid.&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;leave program.&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;endif.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are some developers who can change variables (e.g. sy-sysid) in die produktiv system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to say sy-sysid is constant ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180287#M1908840</guid>
      <dc:creator>julianbrand</dc:creator>
      <dc:date>2015-07-13T12:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180288#M1908841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They shouldn't have authority to change this variable in Production!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevetheless you can code your own authority-object to limit who may run the program. I would discuss this first with security team as they could probably help you, and then also google on how to code authority object in abap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180288#M1908841</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2015-07-13T12:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180289#M1908842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;argh... forgot to attach link to my previous reply. Here you go: &lt;A _jive_internal="true" href="https://answers.sap.com/thread/706673"&gt;http://scn.sap.com/thread/706673&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180289#M1908842</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2015-07-13T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180290#M1908843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I maybe broaden out your question, if you don't want a program to be executable in your production system, why put it there in the first place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the assumption you have a program that would need to run in Test environments but could do real damage in production, don't transport it.&amp;nbsp; Create the program as a local object in each system you would want to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It feels like there could be ways to solve this problem other than trying to control the execution in Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180290#M1908843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180291#M1908844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same questions/thoughts as you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program attributes we can set the "Status" as "Test". Does this somehow effect the execution of the program in a productive environment? Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/746597" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not find any helpful info on the internet &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180291#M1908844</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2015-07-13T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180292#M1908845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have access to a Production system these days so I can't state this definitively, but there are lots of SAP standard programs with status 'Test'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These could be correctly classified, but does include thing like for example RSSCD200 (a Change docs report), so I've a feeling we'd have seen the impact of this functionality before now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good line of thinking though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 13:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180292#M1908845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180293#M1908846</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;thanks for your response. Our devolpers (including me) need the debugging- authority in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thats the reason why we can't code any authority object. You can set subrc from 4 to 0 and&lt;/P&gt;&lt;P&gt;it goes through,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already thought about no transport. But if we need the program in Quality- System&lt;/P&gt;&lt;P&gt;it's not in there and every systemcopy would overwrite the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 05:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180293#M1908846</guid>
      <dc:creator>julianbrand</dc:creator>
      <dc:date>2015-07-15T05:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180294#M1908847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the same code you have mentioned above, ideally the users wont have any access to your program and as a developer you will be having the provision to debug which is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would request you to declare the production system name(P13 i suppose) in a variable as a constant instead of declaring it directly. Because even in debugging you wont be able to change the constant value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also am not sure what all your issues exactly, can you brief on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 06:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180294#M1908847</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2015-07-15T06:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180295#M1908848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;I understand what do you need, but why would any developer run that program on production and changed variables (bypass system check) in debugger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it would be intentionally - you would have to disable debugging in whole system to prevent intentional bypassing. Or set standard S_DEVELOP (DEBUG Activity 02 - ) auth. object for specific developer roles...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 07:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180295#M1908848</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2015-07-15T07:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180296#M1908849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can very well control this using Basis authorization for Debugging activities. Check with Basis team and they will help you out..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 07:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180296#M1908849</guid>
      <dc:creator>former_member192897</dc:creator>
      <dc:date>2015-07-15T07:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180297#M1908850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the problem caused by system copy in this case, you've clearly put some thought into this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only idea would be to put the system check into a macro and call this as the first line of the program (the INITIAIZATION, assuming there's a selection screen).&amp;nbsp; The macro can't be debugged and if it's the first execute line of the program there's no opportunity to change the value of the system field before the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 08:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180297#M1908850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-15T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180298#M1908851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thing first.Debugging in Production is not at all recommended.Even if for some reason if it is allowed as an exception for a specific case,Security team can provide you the authorisation to Debug in such a way that you can Debug but you will not be able to change any values in the debugging mode for ex sy-subrc 4 to 0&amp;nbsp; etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO,debugging in Production should not at all be allowed under any circumstances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180298#M1908851</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2015-07-15T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180299#M1908852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You colud include the whole code fragment which shouldn't been debugged into an ABAP macros:&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;DEFINE...END-OF-DEFINITION. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;But in this case you will not be able to debug it in DEV and QAS systems as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180299#M1908852</guid>
      <dc:creator>former_member205488</dc:creator>
      <dc:date>2015-07-15T09:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Making a program not debuggable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180300#M1908853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's it.&lt;/P&gt;&lt;P&gt;But you can't read sy-sysid (can be debugged in Load-of-Program oder before macro starts.&lt;/P&gt;&lt;P&gt;Instead I used an function module. Here's the code. You can do anything. Program is not debuggable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S52"&gt;define &lt;/SPAN&gt;test&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lt_test &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;/sdf/keyandvalue&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_test &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;lt_test&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'/SDF/SYSTEM_INFO'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;tables&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system_info &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_test&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;lt_test &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;ls_test &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;key &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DBNAME'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;ls_test&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'T13'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;leave &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;program&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S52"&gt;end-of-definition&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S52"&gt;load-of-program&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;test&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great. Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-program-not-debuggable/m-p/11180300#M1908853</guid>
      <dc:creator>julianbrand</dc:creator>
      <dc:date>2015-07-15T10:20:49Z</dc:date>
    </item>
  </channel>
</rss>

