<?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: Calling a Program in Another Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950665#M944494</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;U should consider the RFC fm (so the report RSTRFCM1) has to exist in the system called, so u are sure the report RSTRFCM1 is in the called system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 13:28:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T13:28:01Z</dc:date>
    <item>
      <title>Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950661#M944490</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 got a requirement to fetch the data from another server (like BIW, CRM, etc.,), So here i am using some RFC Call in Function Module, But, My problem is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to use SUBMIT in the Function Module, So, How can i fetch that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. &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 in advance.&lt;/P&gt;&lt;P&gt;Sandya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950661#M944490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950662#M944491</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;Strange! I know it's possible to do a submit into RFC function module: which is your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950662#M944491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950663#M944492</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;First establish a RFC connection b/w your server and another server. (Your basis consultents will help u to do so).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pass that RFC name to the FM , and do a SUBMIT inside this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950663#M944492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950664#M944493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for immediate response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my function module i am using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RSTRFCM1&lt;/P&gt;&lt;P&gt;             EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;             AND RETURN .&lt;/P&gt;&lt;P&gt;after that i am getting SY-SUBRC is 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same code when iam ussing in report i am getting exact output.&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, 30 May 2008 13:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950664#M944493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950665#M944494</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;U should consider the RFC fm (so the report RSTRFCM1) has to exist in the system called, so u are sure the report RSTRFCM1 is in the called system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950665#M944494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950666#M944495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the submit inside RFC, but there are some restrictions to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In my function module i am using the following code:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUBMIT RSTRFCM1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXPORTING LIST TO MEMORY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AND RETURN .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;after that i am getting SY-SUBRC is 4.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use submit it give the output then it needs to be captured, but using RFC it is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your submit program is a Custom program then use import and export options and pass the table to the RFC function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the table data and create your own report in the calling system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the data from one system to another , but not the Output or Report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950666#M944495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950667#M944496</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;I want to call the standard program and that out put i want to store in the memory, than i will capture using other Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This scenario is working, If i write report  program, But, Some the programss are in Remote systems...  for this reason i am creating RFC Function. But, It is giving error at SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I checked in th FM documentations, at there i found We should not use SUBMIT and Call Transcations in Function Module's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So How can i get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950667#M944496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Program in Another Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950668#M944497</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;Try to check the abap code the fm RFC_ABAP_INSTALL_AND_RUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That fms create a report in the called system and submits it and returns the output: so except the first part it's not interesting for you, the second one is just what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-program-in-another-server/m-p/3950668#M944497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:06:06Z</dc:date>
    </item>
  </channel>
</rss>

