<?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 Reference variable in RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153966#M1369074</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 have created one RFC in which there are importing and table variables. All these variables are simple type variables and none of them is type ref to variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am trying to activate the RFC it is throwing information message that it is not allowed to use reference variable in RFC. Although there is no reference variable in RFC but still this message is coming and preventing from activating the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is syntactically correct and it is working fine if i changed this function module to normal function module from Remotly enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 05:20:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-13T05:20:20Z</dc:date>
    <item>
      <title>Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153966#M1369074</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 have created one RFC in which there are importing and table variables. All these variables are simple type variables and none of them is type ref to variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am trying to activate the RFC it is throwing information message that it is not allowed to use reference variable in RFC. Although there is no reference variable in RFC but still this message is coming and preventing from activating the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is syntactically correct and it is working fine if i changed this function module to normal function module from Remotly enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153966#M1369074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153967#M1369075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remote Function module doesnt allow reference types.&lt;/P&gt;&lt;P&gt;It only allows pass by value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In remote enabled function module an associated type must be specified with pass by value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what you said can be acheived in normal function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153967#M1369075</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-13T05:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153968#M1369076</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;Are you using any optional import or export parameters in your RFC. I think it wont accept if there  any optional variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be either pass by value or both pass by value and optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshman N on Oct 13, 2009 7:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153968#M1369076</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-13T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153969#M1369077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not passing anything by reference all variables are pass by value and none of them is "type ref to" still i am not able to activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153969#M1369077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153970#M1369078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using option importing and tables parameters. Even i make them mandatory it is still throwing same message. Message is not changed even making parameters mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153970#M1369078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153971#M1369079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For table parameters did you use LIKE typing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153971#M1369079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153972#M1369080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you used LIKE or TYPE for any of the parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153972#M1369080</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-13T05:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153973#M1369081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved the problem my own, actually i didn't check the Pass Value checkbox. RFC is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153973#M1369081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153974#M1369082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;please tick the 'Pass by value' check box in import tab. i guess you missed it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153974#M1369082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T05:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reference variable in RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153975#M1369083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your query i understad that you are not specifying a associated type for the import/export parameters.&lt;/P&gt;&lt;P&gt;In RFC its must.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why cant you create a structure or a table type and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the remote call how will you pass a parameter without structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :how will you generate interface for proxy without a associated type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshu Thekkillam on Oct 13, 2009 11:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-variable-in-rfc/m-p/6153975#M1369083</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-13T05:41:47Z</dc:date>
    </item>
  </channel>
</rss>

