<?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: ABAP code to connect 2 systems. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-connect-2-systems/m-p/7441772#M1551774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call function modules in other systems using RFC - so you probably need to create a RFC wrapper function module for your 'RSDRI_INFOPROV_READ'. Then you can create/look up a RFC destination for the other system using SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you have to do to call a RFC function in another system, is to add the destination to the function call (if the destination is setup up right):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'ZRSDRI_INFOPROV_READ'
   DESTINATION 'DEST_NAME'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 15:50:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-25T15:50:39Z</dc:date>
    <item>
      <title>ABAP code to connect 2 systems.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-connect-2-systems/m-p/7441771#M1551773</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;My requirement is such that I need to read the data from a cube of one BI system and write it into the cube of another BI system.&lt;/P&gt;&lt;P&gt;I am able to read the cube data through "RSDRI_INFOPROV_READ" function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is the above solution possible?&lt;/P&gt;&lt;P&gt;2) Is there ABAP code to connect 2 systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help with some suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 12:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-connect-2-systems/m-p/7441771#M1551773</guid>
      <dc:creator>PankajVPatil</dc:creator>
      <dc:date>2010-11-25T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP code to connect 2 systems.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-connect-2-systems/m-p/7441772#M1551774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call function modules in other systems using RFC - so you probably need to create a RFC wrapper function module for your 'RSDRI_INFOPROV_READ'. Then you can create/look up a RFC destination for the other system using SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you have to do to call a RFC function in another system, is to add the destination to the function call (if the destination is setup up right):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'ZRSDRI_INFOPROV_READ'
   DESTINATION 'DEST_NAME'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-connect-2-systems/m-p/7441772#M1551774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T15:50:39Z</dc:date>
    </item>
  </channel>
</rss>

