<?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: To run report in remote system using Submit statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315476#M1727676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;It's almost&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that, what would you think of using &lt;/SPAN&gt;&lt;/SPAN&gt;ABAP4_CALL_TRANSACTION on transaction SA38 with a small bdc in the FM parameters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I don't have acces right now to SAP, but could you look at good old RZL_SUBMIT FM (But if I remember there is a specific authorization object to manage S_RZL_ADM) and I don't remember if it allows paramters (it is more an Admin tool) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Mar 2013 09:28:31 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-03-02T09:28:31Z</dc:date>
    <item>
      <title>To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315472#M1727672</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;Is it possible to run the report in remote system using submit statement as show below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RSSHOWRABAX destination rfcdest_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to sap-spool without spool dynpro &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spool parameters print_param&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING SELECTION-SET 'TODAYSDUMPS'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to get the today's dump list for remote system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there any other possible ways to get this done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 14:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315472#M1727672</guid>
      <dc:creator>karthik_narayan2</dc:creator>
      <dc:date>2013-03-01T14:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315473#M1727673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot call reports remotely but you can do that with RFCs. So, instead of trying to call the report remotely, you can create a remote-enabled function module in the target system that calls the report (using the normal SUBMIT statement). Then, you can call that function module in your source system using the CALL FUNCTION DESTINATION statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315473#M1727673</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-03-01T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315474#M1727674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am looking for the solution where no coding or changes made on to remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315474#M1727674</guid>
      <dc:creator>karthik_narayan2</dc:creator>
      <dc:date>2013-03-01T15:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315475#M1727675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe a bit inventive but if you have a t-code defined for your report you could try to call ABAP4_CALL_TRANSACTION function module in remote system (it's RFC enabled) passing your t-code as parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 22:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315475#M1727675</guid>
      <dc:creator>edgar_nagasaki</dc:creator>
      <dc:date>2013-03-01T22:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315476#M1727676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;It's almost&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that, what would you think of using &lt;/SPAN&gt;&lt;/SPAN&gt;ABAP4_CALL_TRANSACTION on transaction SA38 with a small bdc in the FM parameters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I don't have acces right now to SAP, but could you look at good old RZL_SUBMIT FM (But if I remember there is a specific authorization object to manage S_RZL_ADM) and I don't remember if it allows paramters (it is more an Admin tool) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 09:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315476#M1727676</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-02T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: To run report in remote system using Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315477#M1727677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this link for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1215568"&gt;http://scn.sap.com/thread/1215568&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 06:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-report-in-remote-system-using-submit-statement/m-p/9315477#M1727677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-27T06:23:49Z</dc:date>
    </item>
  </channel>
</rss>

