<?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: BAPI AND RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390605#M531546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      When you call the bapi function in another server then first create the    destination from SM59 and then call the function module using those destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex- suppose your bapi in trainee server and you want to call this bapi in another &lt;/P&gt;&lt;P&gt;      server suppose developer. So first create the destination in Developer server&lt;/P&gt;&lt;P&gt;      and then call the bapi FM using destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****do reward if usefull&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 08:11:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T08:11:15Z</dc:date>
    <item>
      <title>BAPI AND RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390603#M531544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAI I HAVE CREATED A BAPI AND I NEED TO SEND TO ANOTHER SAP SYSTEM HOW CAN I SEND IT ,I HAVE CREATED A DESTINATION SYSTEM IN SM59 TRANSACTION BUT I M UNABLE TO KNOW HOW CAN I ABLE TO SEND THE MADE FUNCTION MODULE(WHICH IS RFC ENABLED) TO OTHER SYSTEM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390603#M531544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI AND RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390604#M531545</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;steps for RFC ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Suppose there are two Systems A and B.&lt;/P&gt;&lt;P&gt;2. U want to invoke the FM which is in system B (Remote Enabled)&lt;/P&gt;&lt;P&gt;3. Create the destination in server A , of type 3 (r3 to r3)&lt;/P&gt;&lt;P&gt;4. Write the program in Server A using Call function......... destination dest1&lt;/P&gt;&lt;P&gt;5. it will process the data on Server B and u will get the results on server A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390604#M531545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI AND RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390605#M531546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      When you call the bapi function in another server then first create the    destination from SM59 and then call the function module using those destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex- suppose your bapi in trainee server and you want to call this bapi in another &lt;/P&gt;&lt;P&gt;      server suppose developer. So first create the destination in Developer server&lt;/P&gt;&lt;P&gt;      and then call the bapi FM using destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****do reward if usefull&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390605#M531546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI AND RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390606#M531547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create the Destination in SM59 and test the destination ..... then you need to call the BAPI with the DESTINATION 'NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link which will have the example program&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap4.com/wiki/index.php?title=BAPI_ACC_DOCUMENT_POST" target="test_blank"&gt;http://sap4.com/wiki/index.php?title=BAPI_ACC_DOCUMENT_POST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/2390606#M531547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:18:28Z</dc:date>
    </item>
  </channel>
</rss>

