<?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: Fetch data from R/3 table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077608#M729845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If u r not ready to create or use an custom Bapi try to create a RFC FM with all the information which u need from SAP at SAP side and try to access it through u r JCO connecter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 07:27:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T07:27:30Z</dc:date>
    <item>
      <title>Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077607#M729844</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 want to access data from SAP using Jco without using any custome BAPI OR RFC FM. Is there any way such that i can query while accessing data from SAP like on multiple SAP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sandip Mane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 06:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077607#M729844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077608#M729845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If u r not ready to create or use an custom Bapi try to create a RFC FM with all the information which u need from SAP at SAP side and try to access it through u r JCO connecter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077608#M729845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077609#M729846</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;Try looking into function module RFC_READ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 13:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077609#M729846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T13:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077610#M729847</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;Thanks for help, but i am already using RFC_READ_TABLE but it can not work on multiple table. Now i got the way to read multiple table using RFC_ABAP_INSTALL_AND_RUN , while testing in R/3 it works fine that the result WRITES-ZEILE shows character upto 256. But while i call it from Jco it shows only 84 characters per row of WRITE table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;for (int i = 0; i &amp;lt; data.getNumRows(); i++) {&lt;/P&gt;&lt;P&gt;data.setRow(i);&lt;/P&gt;&lt;P&gt;String str=data.getString("ZEILE");&lt;/P&gt;&lt;P&gt;System.out.println(str); }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am new in ABAP&lt;/P&gt;&lt;P&gt;I am fresher i just know JAVA and something abt SAP but i have to do this job for mine java charting project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077610#M729847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077611#M729848</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;To be honest, if you want to do anything remotely complicated the easiest and best way is to create a custom, remote enabled function module or look for a standard one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the data you are trying to read already has some standard function modules you could use - what data are you looking for as someone on here might have an idea of what you can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077611#M729848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from R/3 table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077612#M729849</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;I want to copy the following R/3 table data day by day on another MySQL database&lt;/P&gt;&lt;P&gt; that contain the table structure same as R/3 table&lt;/P&gt;&lt;P&gt;The tables are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRP1000,HRP1001,HRP1007,PA0000,PA0001,PA0002,PA0022,PA0023....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is required for our organizational charting application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 11:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-r-3-table/m-p/3077612#M729849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T11:54:47Z</dc:date>
    </item>
  </channel>
</rss>

