<?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 R/3 Dialog program - read data from BW table (2 different servers) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330100#M512617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this R/3 dialog program that need to pull data from one of the BW table for data validation Apparently, R/3 and BW are setting on 2 different servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something possible? or is that any other approach that can give me the same result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your exper advice. TQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 08:05:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T08:05:06Z</dc:date>
    <item>
      <title>R/3 Dialog program - read data from BW table (2 different servers)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330100#M512617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this R/3 dialog program that need to pull data from one of the BW table for data validation Apparently, R/3 and BW are setting on 2 different servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something possible? or is that any other approach that can give me the same result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your exper advice. TQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330100#M512617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: R/3 Dialog program - read data from BW table (2 different servers)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330101#M512618</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;U can use or create a RFC function module to get the data from BW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fm has to be created in BW and called by R3 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330101#M512618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: R/3 Dialog program - read data from BW table (2 different servers)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330102#M512619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330102#M512619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: R/3 Dialog program - read data from BW table (2 different servers)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330103#M512620</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;No but it's very easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC fm is a normal function where the attribute Remote-enable module is setted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a program call a RFC function module, this has to exist in the called system (so it's not necessary there's in calling system too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data has to be transfered by inteface, so your fm has to have importing/exporting parameter in order to select the data you need to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A rfc has to be called in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION &amp;lt;FUNCTION&amp;gt; DESTINATION &amp;lt;DEST&amp;gt;
  EXPORTING
    .......................
  IMPORTING
    ....................... 
  tables
    .......................
 EXCEPTIONS
    ...................... &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DEST&amp;gt; is BW destination, you can find it by trx SM59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to see the standard fm RFC_READ_TABLE, it's a RFC function module to read a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 08:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/r-3-dialog-program-read-data-from-bw-table-2-different-servers/m-p/2330103#M512620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T08:27:09Z</dc:date>
    </item>
  </channel>
</rss>

