<?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 Remote enable RS_ABAP_SOURCE_SCAN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378626#M1642643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I remote enable RS_ABAP_SOURCE_SCAN for external source scan tool?&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2011 15:47:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-04T15:47:52Z</dc:date>
    <item>
      <title>Remote enable RS_ABAP_SOURCE_SCAN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378626#M1642643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I remote enable RS_ABAP_SOURCE_SCAN for external source scan tool?&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 15:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378626#M1642643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-04T15:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remote enable RS_ABAP_SOURCE_SCAN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378627#M1642644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It'd be pretty difficult. This is a report program not a FM and it produces a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378627#M1642644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-04T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remote enable RS_ABAP_SOURCE_SCAN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378628#M1642645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to the forum..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_ABAP_SOURCE_SCAN is a report program and one way to make it remote enabled is to create a "Remote Enabled (RFC)" Function module from SE37. This function moduel should be designed in such a way that it has the same  number and type of import parameters as the selection screen parameters of the report RS_ABAP_SOURCE_SCAN. Also, it should have an export table parameter of the type of internal table GT_ALV_ITEM used in the report for displaying the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378628#M1642645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-04T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remote enable RS_ABAP_SOURCE_SCAN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378629#M1642646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then, how do you get the report back??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 17:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378629#M1642646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-04T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote enable RS_ABAP_SOURCE_SCAN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378630#M1642647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it took me approx. one hour to turn the report into a real class (not just a local one) and I can then use it freely where i want/ need. Including RFC function wrapper around it.&lt;/P&gt;&lt;P&gt;P.s.: misuse the SE24 class source code view together with the local class definition in program.&lt;/P&gt;&lt;P&gt;cheers Otto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 14:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-enable-rs-abap-source-scan/m-p/8378630#M1642647</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2012-04-16T14:28:38Z</dc:date>
    </item>
  </channel>
</rss>

