<?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: Remote Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361387#M179420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Radhika &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following RFC &lt;/P&gt;&lt;P&gt;The step by Step Creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending system side(SEND--800)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;Create function module by using Tcode SE37 or SE80 &lt;/P&gt;&lt;P&gt;goto attributes select remote function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;activate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiving system side(RECE--000)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode SM59 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here select the R/3 Connections--&amp;gt;click on Create Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give RFC Desstination : TESTRFC&lt;/P&gt;&lt;P&gt;     Connection Type  : 3 for Connecting two systems&lt;/P&gt;&lt;P&gt;     Description      : Some meaningful Description&lt;/P&gt;&lt;P&gt; Press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Target system Name : SEND&lt;/P&gt;&lt;P&gt;          Language      : EN&lt;/P&gt;&lt;P&gt;          Client        : 800&lt;/P&gt;&lt;P&gt;          user Name     : sapuser&lt;/P&gt;&lt;P&gt;          Password      : xxxxxx&lt;/P&gt;&lt;P&gt;save this connections &amp;amp; click on test connections(f8) &lt;/P&gt;&lt;P&gt;                      &amp;amp; Remote logon(f7)---&amp;gt; it will open a session &lt;/P&gt;&lt;P&gt;                        with client 800 that is your sending system&lt;/P&gt;&lt;P&gt;                        then only your RFC is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a report in SE38 Tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : c1 type i.&lt;/P&gt;&lt;P&gt;data : itab like mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;call function 'ZRFCFM' destination 'TESTRFC' ---&amp;gt;Function Module 'ZRFCFM' your just create at Sending system &lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2006 05:37:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-11T05:37:08Z</dc:date>
    <item>
      <title>Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361386#M179419</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;Can any one suggest me the RFC, the requirements are given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a Remote functional Module similar to CRM_ISA_SHIPTO_ADD_TO_BASKET. &lt;/P&gt;&lt;P&gt;This RFC will add the billto (instead of shipto) to the shopping basket. Parameter will be same expect it will take billto as input instead of shipto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 05:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361386#M179419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T05:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361387#M179420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Radhika &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following RFC &lt;/P&gt;&lt;P&gt;The step by Step Creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending system side(SEND--800)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;Create function module by using Tcode SE37 or SE80 &lt;/P&gt;&lt;P&gt;goto attributes select remote function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;activate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiving system side(RECE--000)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode SM59 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here select the R/3 Connections--&amp;gt;click on Create Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give RFC Desstination : TESTRFC&lt;/P&gt;&lt;P&gt;     Connection Type  : 3 for Connecting two systems&lt;/P&gt;&lt;P&gt;     Description      : Some meaningful Description&lt;/P&gt;&lt;P&gt; Press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Target system Name : SEND&lt;/P&gt;&lt;P&gt;          Language      : EN&lt;/P&gt;&lt;P&gt;          Client        : 800&lt;/P&gt;&lt;P&gt;          user Name     : sapuser&lt;/P&gt;&lt;P&gt;          Password      : xxxxxx&lt;/P&gt;&lt;P&gt;save this connections &amp;amp; click on test connections(f8) &lt;/P&gt;&lt;P&gt;                      &amp;amp; Remote logon(f7)---&amp;gt; it will open a session &lt;/P&gt;&lt;P&gt;                        with client 800 that is your sending system&lt;/P&gt;&lt;P&gt;                        then only your RFC is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a report in SE38 Tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : c1 type i.&lt;/P&gt;&lt;P&gt;data : itab like mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;call function 'ZRFCFM' destination 'TESTRFC' ---&amp;gt;Function Module 'ZRFCFM' your just create at Sending system &lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 05:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361387#M179420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361388#M179421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually iam looking for a FM similar to 'CRM_ISA_SHIPTO_ADD_TO_BASKET'. It is accepting Ship to as input, but i want a FM which shud accept Billto as input instead of shipto. remaining and all like parameters should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur help is highly appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Radhika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 05:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361388#M179421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T05:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361389#M179422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find the RFC you mentioned in SAP client. but give a try to the following FMs....&lt;/P&gt;&lt;P&gt;IAC_CSO_ITEMS_UPD_FROM_BASKET&lt;/P&gt;&lt;P&gt;PIA_CSO_BASKET_FILL_FOR_OUTPUT&lt;/P&gt;&lt;P&gt;IAC_CSO_BASKET_APPEND_EMPTIES&lt;/P&gt;&lt;P&gt;RSCRMBW_BUCKET_ADD_VALUES&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else you can create a wrap around over this RFC or copy this RFC as a ZFM and change the inputs as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;pls. reward appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 06:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361389#M179422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T06:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361390#M179423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI it is in CRM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 06:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361390#M179423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361391#M179424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 17:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-module/m-p/1361391#M179424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T17:54:39Z</dc:date>
    </item>
  </channel>
</rss>

