<?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: Reading data from a BW Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706745#M309447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poorna/All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a function group in BW and also created a function module in it which picks the data from the table and stores in an internal table(output table). I have made this FM as RFC Enable(Just selected the 'Remote-Enabled Module' instead of 'Normal Function module', please let me know if I have to do something else to make it RFC enabled). I have tested it and it is picking up all the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need help in the process to be followed at R/3 side. Could you please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RPk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 14:40:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T14:40:03Z</dc:date>
    <item>
      <title>Reading data from a BW Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706742#M309444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DB Table in BW. I have to read that tables data from R/3 in a program. Both the R/3 and Bw are connected through RFC. Is there any way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RPK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706742#M309444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a BW Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706743#M309445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; create one FM in BW which RFC enabled (input as table and output table is should contain all table data)&lt;/P&gt;&lt;P&gt;-&amp;gt; In R/3 system use call destination logic to call , therefore you can have all the data belongs to that table in R/3 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;STRONG&gt;Poorna&lt;/STRONG&gt;********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706743#M309445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a BW Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706744#M309446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poorna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a program in R/3 which will have all the table data in an internal table. Is this enough from BW side or do I need to do something else? What do you mean by RFC enable FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain me a bit more on R/3 side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RPK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706744#M309446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a BW Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706745#M309447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poorna/All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a function group in BW and also created a function module in it which picks the data from the table and stores in an internal table(output table). I have made this FM as RFC Enable(Just selected the 'Remote-Enabled Module' instead of 'Normal Function module', please let me know if I have to do something else to make it RFC enabled). I have tested it and it is picking up all the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need help in the process to be followed at R/3 side. Could you please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RPk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706745#M309447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from a BW Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706746#M309448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) goto atrributes of FM and say as RFC enable - sothat other system get through this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In source code wirte a select query to fetch table data and put into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)try to call FM in R/3 sytem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;STRONG&gt;Poorna&lt;/STRONG&gt;********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 10:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-a-bw-table/m-p/1706746#M309448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T10:32:26Z</dc:date>
    </item>
  </channel>
</rss>

