<?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: ABAP source code protected in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069488#M1969957</link>
    <description>&lt;P&gt;Good link. But only so  &lt;SPAN class="mention-scrubbed"&gt;evaristo.broulloncouso&lt;/SPAN&gt; can scroll to the bottom and read   &lt;SPAN class="mention-scrubbed"&gt;trond&lt;/SPAN&gt;'s comment beginning:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I would &lt;STRONG&gt;never&lt;/STRONG&gt; accept developers to hide their code, nor would I procure products (add-ons) from third-party vendors where the code was hidden&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 09:12:59 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-12-10T09:12:59Z</dc:date>
    <item>
      <title>ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069483#M1969952</link>
      <description>&lt;P&gt;Hi Experts&lt;BR /&gt;&lt;BR /&gt;If I develop a unique program in ABAP, there is a way to protect it from illegal distribution?&lt;BR /&gt;I don't know now if this example is the best one or not, but I can see SAP have some ways to protect their code, like the program SAPMSYST for example.&lt;/P&gt;
  &lt;P&gt;How are the best options to protect my code in ABAP?&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;BR /&gt;Best regards,&lt;BR /&gt;Evaristo.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069483#M1969952</guid>
      <dc:creator>Evaristo</dc:creator>
      <dc:date>2019-12-09T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069484#M1969953</link>
      <description>&lt;P&gt;SAPMSYST is protected at kernel level &lt;/P&gt;&lt;P&gt;before, we could use *@#@@[SAP] at the first line of the program. You could try. (after you will not be able yourself to read it)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069484#M1969953</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-12-09T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069485#M1969954</link>
      <description>&lt;P&gt;This question has been asked tens of times in the forum.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 19:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069485#M1969954</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-09T19:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069486#M1969955</link>
      <description>&lt;P&gt;This feature has been disabled since kernel 7.21 -&amp;gt; see note &lt;A href="https://launchpad.support.sap.com/#/notes/2198580/E"&gt;2198580 - Code injection vulnerability in ABAP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 19:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069486#M1969955</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-09T19:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069487#M1969956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/How+to+Protect+your+Programs+from+Copying+or+Changing"&gt;How to Protect your Programs from Copying or Changing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 22:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069487#M1969956</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-12-09T22:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069488#M1969957</link>
      <description>&lt;P&gt;Good link. But only so  &lt;SPAN class="mention-scrubbed"&gt;evaristo.broulloncouso&lt;/SPAN&gt; can scroll to the bottom and read   &lt;SPAN class="mention-scrubbed"&gt;trond&lt;/SPAN&gt;'s comment beginning:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I would &lt;STRONG&gt;never&lt;/STRONG&gt; accept developers to hide their code, nor would I procure products (add-ons) from third-party vendors where the code was hidden&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 09:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069488#M1969957</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-12-10T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069489#M1969958</link>
      <description>&lt;P&gt;Hi Matthew&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;BR /&gt;My point is hiding the code from the client, they need to know what's happening inside their system of course. &lt;BR /&gt;My point is, if you develop a new product (add-on) how to protect from illegal copy or use? Whats your advice? &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 18:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069489#M1969958</guid>
      <dc:creator>Evaristo</dc:creator>
      <dc:date>2019-12-14T18:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069490#M1969959</link>
      <description>&lt;P&gt;If you have your own SAP server, you can hide code by enhancement, limit debug authorization...but when it come to client site, you cant hide it from them, its their system. if you want to hide it from other developers then who will develop it...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 00:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069490#M1969959</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-12-16T00:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069491#M1969960</link>
      <description>&lt;P&gt;If you really want to hide your code, keep it on the cloud. You can implement certain critical parts of your code as a RESTful service on SAP Cloud Library, Amazon, Heroku, etc; and let the ABAP code make API calls when needed. That way, you can protect your precious know-how and control who is using your application.&lt;/P&gt;&lt;P&gt;Good luck convincing your clients to a vendor lock-in with you though.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 05:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069491#M1969960</guid>
      <dc:creator>keremkoseoglu</dc:creator>
      <dc:date>2019-12-16T05:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069492#M1969961</link>
      <description>&lt;P&gt;In SAP code, at times you can see the CALL statement that is used to call system functions but as per the documentation this statement is for internal use only and should bot be called in application program.&lt;/P&gt;&lt;P&gt;With reference to your question, may be you can separate the critical functionality of your program and implement it as &lt;/P&gt;&lt;P&gt;1: An OS level script on Application server. This script can be called as OS command. Refer to transaction SM49. &lt;/P&gt;&lt;P&gt;2: A program that can be called by using RFC destination of type T (TCP/IP). So this program can be any executable file  or a script at a dedicated host machine.&lt;/P&gt;&lt;P&gt;3: As mentioned by "Kerem Koseoglu" above, implement your critical logic as web services. Although I would add that web services can be RESTful or SOAP based. Cloud has its advantages but for paranoid customers, you can have a dedicated server at client premises exposing the required functionality as SOAP or RESTful service (so nothing is going out of the company network &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 05:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069492#M1969961</guid>
      <dc:creator>Rashid_Javed</dc:creator>
      <dc:date>2019-12-16T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069493#M1969962</link>
      <description>&lt;P&gt;There is no way to protect your ABAP. But why do you want this? We also have a product, o.k. the code is "visible" but it is very complex to just copy it in a local class. If some developer copy parts of the code, so what? In my opinion, this is one reason for the success of ABAP. &lt;/P&gt;&lt;P&gt;If you want to "hide" your code, you have to change to a different environment (SAP Cloud, ... ).&lt;/P&gt;&lt;P&gt;Regards, Johann&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 20:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069493#M1969962</guid>
      <dc:creator>foessleitner</dc:creator>
      <dc:date>2019-12-16T20:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP source code protected</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069494#M1969963</link>
      <description>&lt;P&gt;You can protect from change by using a namespace. You cannot prevent people looking at your code. I work for a company that produces software written in ABAP. Anyone could steal it if they really put their minds to it - but the effort would be enormous. &lt;/P&gt;&lt;P&gt;There are plenty of other companies with ABAP code products. They manage to survive. What's so special about your product that it needs to hidden?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 07:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-source-code-protected/m-p/12069494#M1969963</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-12-17T07:55:48Z</dc:date>
    </item>
  </channel>
</rss>

