<?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: Protect Code / Deny Access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581708#M1080832</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;while giving the attributes to your Program, like &lt;/P&gt;&lt;P&gt;Short description ect... you can find an option called editor lock, If you check that, no one, other than you can &lt;STRONG&gt;edit&lt;/STRONG&gt; that program. Remember you need to give this editor lock to include programs also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more way is you can create an Authorization Group. So that no one else could execute or edit your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report &lt;U&gt;RSCSAUTH&lt;/U&gt; can also be used to assign programs to&lt;/P&gt;&lt;P&gt;authorization groups. This report is documented in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saravanan Rajan on Sep 26, 2008 10:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2008 08:26:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-26T08:26:18Z</dc:date>
    <item>
      <title>Protect Code / Deny Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581706#M1080830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to know how to protect code or db contents&lt;/P&gt;&lt;P&gt;For example, if I have a report starting with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-uname &amp;lt;&amp;gt; 'ALPHA'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;rest of the program &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have that this program can be executed only from ALPHA user; but if another person start SE38 and modifies the report&lt;/P&gt;&lt;P&gt;every user can use the report, so how can I protect the code itself? Is there a way for example to allow only the creator of the report to change it?&lt;/P&gt;&lt;P&gt;In similar way, suppose the name of the user that can access the report are stored in a db: I want that the access to the database table containing the name of the user to be restricted.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 08:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581706#M1080830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T08:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Protect Code / Deny Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581707#M1080831</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 use 'Editor Lock' option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But program can be copied and execute with modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program can not be displayed and copied such that Source Protection is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't know how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 08:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581707#M1080831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Protect Code / Deny Access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581708#M1080832</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;while giving the attributes to your Program, like &lt;/P&gt;&lt;P&gt;Short description ect... you can find an option called editor lock, If you check that, no one, other than you can &lt;STRONG&gt;edit&lt;/STRONG&gt; that program. Remember you need to give this editor lock to include programs also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more way is you can create an Authorization Group. So that no one else could execute or edit your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report &lt;U&gt;RSCSAUTH&lt;/U&gt; can also be used to assign programs to&lt;/P&gt;&lt;P&gt;authorization groups. This report is documented in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saravanan Rajan on Sep 26, 2008 10:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 08:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-code-deny-access/m-p/4581708#M1080832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T08:26:18Z</dc:date>
    </item>
  </channel>
</rss>

