<?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: Remote code compare which automatically compares included programs as well in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581273#M23060</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;FYI: Given TCODE restrictions I have used function "RPY_PROGRAM_READ" to download the program code.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 10:00:46 GMT</pubDate>
    <dc:creator>niamor</dc:creator>
    <dc:date>2018-09-04T10:00:46Z</dc:date>
    <item>
      <title>Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581268#M23055</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I want to compare the source code of a program between SIDs. However, the source code of the program I want to compare contains multiple "include" statements. I am therefore wondering whether SAP code compare functionality exists which automatically compares all included programs (and possibly, functions) as well. &lt;/P&gt;
  &lt;P&gt;I am aware of SE38 Version management remote compare, SE39 split compare, and SREP. I am however not sure whether these functionalities also consider the included objects.&lt;/P&gt;
  &lt;P&gt;Many thanks.&lt;/P&gt;
  &lt;P&gt;Best regards, Niamor&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581268#M23055</guid>
      <dc:creator>niamor</dc:creator>
      <dc:date>2018-01-22T09:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581269#M23056</link>
      <description>&lt;P&gt;No. There is nothing built in that does this. I do remember a blog that included a custom program exactly for this functionality.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581269#M23056</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-01-22T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581270#M23057</link>
      <description>&lt;P&gt;Thanks Matthew.&lt;/P&gt;
  &lt;P&gt;I will do a search on the program.&lt;/P&gt;
  &lt;P&gt;I was thinking of another approach: retrieving the ABAP source code using (multiple) Remote function calls. Functions I have identified so far are "RFC_READ_REPORT" and RFC_READ_DEVELOPMENT_OBJECT. I am not sure however whether these are the ones to go with.&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581270#M23057</guid>
      <dc:creator>niamor</dc:creator>
      <dc:date>2018-01-24T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581271#M23058</link>
      <description>&lt;P&gt;What is wrong with SREP? Compare a package and it should all be included. Or if your packages are too big (not good), use the appropriate selection criteria to limit the results to the report and includes you want.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 13:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581271#M23058</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-01-24T13:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581272#M23059</link>
      <description>&lt;P&gt;You can simplify matters using FM SVRS_GET_REPS_FROM_OBJECT (locally and remote) to get the code, and then SVRS_COMPUTE_DELTA_REPS to get the differences between the local and remote code. This is what the program RSVRSDC3 uses.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581272#M23059</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-01-25T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581273#M23060</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;FYI: Given TCODE restrictions I have used function "RPY_PROGRAM_READ" to download the program code.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 10:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581273#M23060</guid>
      <dc:creator>niamor</dc:creator>
      <dc:date>2018-09-04T10:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote code compare which automatically compares included programs as well</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581274#M23061</link>
      <description>&lt;P&gt;You can compare entire classes in Eclipse, which I've found to be very useful.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-code-compare-which-automatically-compares-included-programs-as-well/m-p/581274#M23061</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-09-04T11:11:24Z</dc:date>
    </item>
  </channel>
</rss>

