<?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 Getting no result while executing RFC-enabled function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192002#M467353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam having a remote-enable function module which &lt;/P&gt;&lt;P&gt;divides two numbers and gives out the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i have created two import parameters A and B&lt;/P&gt;&lt;P&gt;of type CHAR10 and one export parameter C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code i've given the code as C = A / B.&lt;/P&gt;&lt;P&gt;when i execute this function module by providing the &lt;/P&gt;&lt;P&gt;appropriate RFC TARGET SYS and values for A and B respectively,&lt;/P&gt;&lt;P&gt;Iam getting no result!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC destination used here is of type T and is working fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where iam going wrong in getting the desired result for the parameter C ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookin forward for your quick response..&lt;/P&gt;&lt;P&gt;cheers ...&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 07:25:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T07:25:55Z</dc:date>
    <item>
      <title>Getting no result while executing RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192002#M467353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam having a remote-enable function module which &lt;/P&gt;&lt;P&gt;divides two numbers and gives out the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i have created two import parameters A and B&lt;/P&gt;&lt;P&gt;of type CHAR10 and one export parameter C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code i've given the code as C = A / B.&lt;/P&gt;&lt;P&gt;when i execute this function module by providing the &lt;/P&gt;&lt;P&gt;appropriate RFC TARGET SYS and values for A and B respectively,&lt;/P&gt;&lt;P&gt;Iam getting no result!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC destination used here is of type T and is working fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where iam going wrong in getting the desired result for the parameter C ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookin forward for your quick response..&lt;/P&gt;&lt;P&gt;cheers ...&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192002#M467353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T07:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no result while executing RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192003#M467354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, are you changing the values to numeric types inside the FM?&lt;/P&gt;&lt;P&gt;Second, if you are doing so check the FM in SE37 that it is giving result or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192003#M467354</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-24T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting no result while executing RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192004#M467355</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;Change the type of the parameters to numeric type. Place a break point in the FM to check what is happening in the source code while executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 08:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-no-result-while-executing-rfc-enabled-function-module/m-p/2192004#M467355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T08:00:11Z</dc:date>
    </item>
  </channel>
</rss>

