<?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: RFC testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536378#M850867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;   Its working in the same system...i want to test it from the other system now..but now i want to know exactly if its working if i call from some other system but the problem is there is no return parameter in it..&lt;/P&gt;&lt;P&gt; how can i proceed can u tell me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 15:33:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T15:33:10Z</dc:date>
    <item>
      <title>RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536376#M850865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;     I have created an RF module now i want to test it by calling it from some other server how can i do the testing..?? i am passing one parameter into the FM and doing some calculation there nothing is getting returned...now how to check if my FM is workign when i call it from other server...&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;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 4, 2008 10:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536376#M850865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T15:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536377#M850866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To test the functioanlity of your FM you can test in the same system. If it is ok then you can check by calling from other System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536377#M850866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536378#M850867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;   Its working in the same system...i want to test it from the other system now..but now i want to know exactly if its working if i call from some other system but the problem is there is no return parameter in it..&lt;/P&gt;&lt;P&gt; how can i proceed can u tell me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536378#M850867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536379#M850868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi&lt;/P&gt;&lt;P&gt;If you want to see that whether processing is happening or not.&lt;/P&gt;&lt;P&gt;Best way is to put a infinite loop at start of your rfc. And don't forget to put a variable in it so that you can change its value in debugging mode. &lt;/P&gt;&lt;P&gt;And then call the rfc from external system.&lt;/P&gt;&lt;P&gt;Program will go on hang state And then you can go in SM50( if you are authorized to do so ).&lt;/P&gt;&lt;P&gt;And it lists all the hanged program. So from there you can go at your rfc and can debug it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536379#M850868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T15:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536380#M850869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mandeep,&lt;/P&gt;&lt;P&gt;    Is there any other methods..? I am not supposed to test it this way....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 16:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536380#M850869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536381#M850870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2008 05:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-testing/m-p/3536381#M850870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-06T05:47:58Z</dc:date>
    </item>
  </channel>
</rss>

