<?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 protect ABAP programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866690#M672461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jonathan said, Version management is probably the best bet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a version of your code whenever you want, In case some body changes it without informing you , you can restore  your version back in about 5 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This not only protects your code from others mistakes but your own mistakes too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 08:31:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-27T08:31:06Z</dc:date>
    <item>
      <title>How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866683#M672454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I want to protect my ABAP programs from other users from changing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         How to protect my program by setting password or not allowing only display mode like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Please suggest me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866683#M672454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866684#M672455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't do it.  What happens if you are off sick, or get run over by a bus?!  Who can fix your code then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple rule of development, you shouldn't hide or lock your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866684#M672455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866685#M672456</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;The best way is to have a backup. COpy the code &amp;amp; keep it in a notepad file.&lt;/P&gt;&lt;P&gt;or copy the program in sap itself as a temporary program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866685#M672456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866686#M672457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a lock object and include ur program in that.&lt;/P&gt;&lt;P&gt;The tr code for creating lock object is SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866686#M672457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866687#M672458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in case you want to lock the development done by you in SAP,then while the report is open in the ABAP edtor,click on GoTo and then Attributes at the menu bar and then check the checkbox "Editor Lock".&lt;/P&gt;&lt;P&gt;Nobody will be able to make any changes to your program unless and until logged by your user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866687#M672458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866688#M672459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I vote with Gareth - just don't do it.  The "editor lock" setting takes most programmers about 30 seconds to remove, so it's just an annoyance if someone in your development team starts to do it.  And if you are using Version Management, you should always be able to get back to your old code anyhow if something stuffs up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to repeat the words of wisdom above: "Simple rule of development, you shouldn't hide or lock your code."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866688#M672459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866689#M672460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   You can set it in the program attribute.&lt;/P&gt;&lt;P&gt;Check the Editor Lock. so that no body other than your login can edit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866689#M672460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866690#M672461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jonathan said, Version management is probably the best bet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a version of your code whenever you want, In case some body changes it without informing you , you can restore  your version back in about 5 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This not only protects your code from others mistakes but your own mistakes too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866690#M672461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866691#M672462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do version management, can you explain about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866691#M672462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866692#M672463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto=&amp;gt;Utilities=&amp;gt;Version Management=&amp;gt;Create Version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866692#M672463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866693#M672464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read this : &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/57/38e0fb4eb711d182bf0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/57/38e0fb4eb711d182bf0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-protect-abap-programs/m-p/2866693#M672464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T09:59:38Z</dc:date>
    </item>
  </channel>
</rss>

