<?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: Submit program through RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894063#M1961773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an RFC enabled FM to submit the program and then read the ALV output into an internal table. You may use list to memory while performing the submit and then use FM LIST_FROM_MEMORY to read the ALV into an internal table. Now pass the same as output table parameter of the RFC enabled FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shayeree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 07:21:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-15T07:21:05Z</dc:date>
    <item>
      <title>Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894059#M1961769</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; The following is the requirement:&lt;/P&gt;&lt;P&gt; SYSTEM # 2:&lt;/P&gt;&lt;P&gt; Execute SM20:&lt;/P&gt;&lt;P&gt; Enter From/to-&amp;gt;date/time ,Client, User and click on "Reread Audit Log" button, then it display ALV Report.&lt;/P&gt;&lt;P&gt; I want entries of this output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I will call this report in SYSTEM #1 to get the entries of above output in &lt;SPAN style="font-size: 13.3333px;"&gt; SYSTEM # 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please help on how to get data of other system by submitting report through RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 06:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894059#M1961769</guid>
      <dc:creator>sreekanth_n2</dc:creator>
      <dc:date>2016-09-15T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894060#M1961770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant submit a report via RFC. You can only call RFC-enabled Function Modules via RFC. Check SAP documentation &lt;A href="https://help.sap.com/saphelp_nw73/helpdata/de/48/88068ad9134076e10000000a42189d/content.htm?frameset=/de/2a/e4af97d5ae4733b484671b9871b0e5/frameset.htm&amp;amp;current_toc=/de/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=9&amp;amp;show_children=false" title="https://help.sap.com/saphelp_nw73/helpdata/de/48/88068ad9134076e10000000a42189d/content.htm?frameset=/de/2a/e4af97d5ae4733b484671b9871b0e5/frameset.htm&amp;amp;current_toc=/de/33/12e0f98f494692b9777dd0ce9fba1e/plain.htm&amp;amp;node_id=9&amp;amp;show_children=false"&gt;RFC - Connectivity - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 07:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894060#M1961770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-15T07:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894061#M1961771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, did you &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look for some RFC enabled FM to perform the submit or build your own FM to be able to send data back. (SE37, F4,&amp;nbsp; *SUBMIT* expand selection-screen and check RFC enabled FM)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Analyze how to extract ALV data (and prevent problem in RFC target without GUI connection) look for threads/documents on class&amp;nbsp; cl_salv_bs_runtime_info (star with method set parameters display false and data true)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What did you already try, look for?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some hints for a dynamic tool, building a generic FM&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To be able to execute the SUBMIT statement in target system, manage some input parameters&amp;nbsp; for assing parameters of the report similar to result of FM RS_REFRESH_FROM_SELECTOPTIONS and RS_REFRESH_FROM_DYNAMICAL_SEL.&lt;/LI&gt;&lt;LI&gt;To extract and return data from ALV, due to RFC limitations (*), you will be required to map data to a static format (like RFC_TABLES flat format)&amp;nbsp; for a really dynamic format you could also recover the field catalog of the ALV and pass it to build the internal tables in caller program.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(*) Look for &lt;A href="https://help.sap.com/abapdocu_731/en/abenrfc_limitations.htm"&gt;RFC Restrictions&lt;/A&gt; in online help.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 07:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894061#M1961771</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-09-15T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894062#M1961772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sreekanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the below syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;CALL FUNCTION func DESTINATION dest &lt;A href="https://community.sap.com/"&gt;parameter_list&lt;/A&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dest =&amp;nbsp; u need to maintain in SM59 first.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please make sure your FM exists in the System 2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yance&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 07:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894062#M1961772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-15T07:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894063#M1961773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an RFC enabled FM to submit the program and then read the ALV output into an internal table. You may use list to memory while performing the submit and then use FM LIST_FROM_MEMORY to read the ALV into an internal table. Now pass the same as output table parameter of the RFC enabled FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shayeree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 07:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894063#M1961773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-15T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894064#M1961774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved through other means.&lt;/P&gt;&lt;P&gt;thanks to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 10:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-through-rfc/m-p/11894064#M1961774</guid>
      <dc:creator>sreekanth_n2</dc:creator>
      <dc:date>2016-10-06T10:24:20Z</dc:date>
    </item>
  </channel>
</rss>

