<?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 READ REPORT - External systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231082#M1524873</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 have to compare programs from two different systems.  I cannot use version (this is not an option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do READ REPORT to read each line of code and compare, however is there a FM or RFC that will allow me to read code in another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a RFC or BAPI that will allow me to do this?  Please be more specific and detailed as I am new to SAP and ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 18:00:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-06T18:00:42Z</dc:date>
    <item>
      <title>READ REPORT - External systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231082#M1524873</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 have to compare programs from two different systems.  I cannot use version (this is not an option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do READ REPORT to read each line of code and compare, however is there a FM or RFC that will allow me to read code in another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a RFC or BAPI that will allow me to do this?  Please be more specific and detailed as I am new to SAP and ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 18:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231082#M1524873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: READ REPORT - External systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231083#M1524874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find RFC_READ_REPORT, however nothing happens when I test it in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I looked at the source code: everything is commented and I don't want to change standard SAP FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION RFC_READ_REPORT.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"       IMPORTING
*"             VALUE(PROGRAM) LIKE  SY-REPID
*"       EXPORTING
*"             VALUE(SYSTEM) LIKE  SY-SYSID
*"             VALUE(TRDIR) LIKE  TRDIR STRUCTURE  TRDIR
*"       TABLES
*"              QTAB STRUCTURE  D022S
*"----------------------------------------------------------------------
*  REFRESH QTAB.
*  READ REPORT PROGRAM INTO QTAB.
*  SELECT SINGLE * FROM TRDIR WHERE NAME = PROGRAM.
*  SYSTEM = SY-SYSID.
ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rahim Kassam on Aug 6, 2010 8:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 18:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231083#M1524874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T18:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: READ REPORT - External systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231084#M1524875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I did figure out that RFC_READ_REPORT is not released yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my question still stands, how do I access source code from different system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 18:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231084#M1524875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T18:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: READ REPORT - External systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231085#M1524876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          Use the T.Code : SE39( split screen editor)  and use the "Compare different systems" option to compare the report in two different systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only constraint is the RFC Destinations needs to be created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabakaran.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 18:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231085#M1524876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: READ REPORT - External systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231086#M1524877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The note 931423 says that you need the function RFC_READ_REPORT is no longer recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use RPY_PROGRAM_READ function. I tested it and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 17:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-report-external-systems/m-p/7231086#M1524877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T17:57:03Z</dc:date>
    </item>
  </channel>
</rss>

