<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436166#M825191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call from some other server by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest parameter list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here destination will be your RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b8/8e1b228add6c4d8509adff5eab2167/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b8/8e1b228add6c4d8509adff5eab2167/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Remote_function_call" target="test_blank"&gt;http://en.wikipedia.org/wiki/Remote_function_call&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 11:56:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T11:56:33Z</dc:date>
    <item>
      <title>BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436164#M825189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       I have created my own BAPI in my system which is having server name as XXX..Now i want to call this BAPI from another server YYY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to connect between the system and access..Plz tell me the steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 11:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436164#M825189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T11:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436165#M825190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; To connect those servers , u please ask ur basis help. then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: variable type gsval.&lt;/P&gt;&lt;P&gt;case sy-sysid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'where u want'(logical name of the system)&lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;when 'CCC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'destname ' 'CLNT'' ' no into 'variable.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: karthikeyan palaniayya on Feb 20, 2008 12:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 11:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436165#M825190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436166#M825191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call from some other server by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest parameter list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here destination will be your RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b8/8e1b228add6c4d8509adff5eab2167/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b8/8e1b228add6c4d8509adff5eab2167/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Remote_function_call" target="test_blank"&gt;http://en.wikipedia.org/wiki/Remote_function_call&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 11:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3436166#M825191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T11:56:33Z</dc:date>
    </item>
  </channel>
</rss>

