<?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..... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850998#M668074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can modify the properties of the function module to set it to be remote-enabled. But one of the rules of remote-enabled function modules is that they must have all parameters passed by value, not by reference. In other words the parameter declarations must be TYPE not TYPE REF TO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 06:32:32 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2007-09-27T06:32:32Z</dc:date>
    <item>
      <title>RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850993#M668069</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;Do anyone knwo how to create RFC destination using code not using SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 03:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850993#M668069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T03:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850994#M668070</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;Check the function modules:&lt;/P&gt;&lt;P&gt;RFC_MODIFY_R3_DESTINATION_SNC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CRFC &lt;/P&gt;&lt;P&gt;RFC_MODIFY_HTTP_DEST_TO_EXT &lt;/P&gt;&lt;P&gt;RFC_MODIFY_HTTP_DEST_TO_R3 &lt;/P&gt;&lt;P&gt;RFC_MODIFY_L_DESTINATION &lt;/P&gt;&lt;P&gt;RFC_MODIFY_R3_DESTINATION &lt;/P&gt;&lt;P&gt;RFC_MODIFY_TCPIP_DESTINATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CRFC0 &lt;/P&gt;&lt;P&gt;RFC_MODIFY_L_DESTINATION0 &lt;/P&gt;&lt;P&gt;RFC_MODIFY_R3_DESTINATION0 &lt;/P&gt;&lt;P&gt;RFC_MODIFY_TCPIP_DESTINATION0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850994#M668070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850995#M668071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since they are not remote enabled , Is there any way to create RFC destnations in remote systems  - besides copying them as z and making them remote enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pranshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850995#M668071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850996#M668072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't copy them. Write a RFC-enabled wrapper function module that calls them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also consider RFC-enabling them but this can only be done if they do not have reference parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850996#M668072</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-09-27T05:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850997#M668073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"You could also consider RFC-enabling them but this can only be done if they do not have reference parameters."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need more clarification on this line , how can we remotely enabled them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850997#M668073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850998#M668074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can modify the properties of the function module to set it to be remote-enabled. But one of the rules of remote-enabled function modules is that they must have all parameters passed by value, not by reference. In other words the parameter declarations must be TYPE not TYPE REF TO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850998#M668074</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-09-27T06:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850999#M668075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard modules cant be edited.....:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2850999#M668075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2851000#M668076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That's why Graham said you have to write your own RFC-enabled FM that call the standard one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2851000#M668076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T08:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: RFC.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2851001#M668077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;standard SAP code can be modified - it's just a really bad idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, back to the original suggestion which is to write a remote-enabled wrapper function module that calls the standard SAP functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 10:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2851001#M668077</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-09-27T10:46:17Z</dc:date>
    </item>
  </channel>
</rss>

