<?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: read unknown table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948787#M1335811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;u can pass the name of the table dynamically&lt;/P&gt;&lt;P&gt;and based on the table name u create the internal table &lt;/P&gt;&lt;P&gt;isntead of returning the internal table name jsut return the referenc of the internal table so that u can read the values from the internal table  in ur calling program but some though u have to aplly for using reference &lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2009 14:13:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-21T14:13:21Z</dc:date>
    <item>
      <title>read unknown table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948786#M1335810</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 would like to read any table via remote function modul. The name of the table is variable. Thus I need a function modul with an import and export generic variable. I have successful tested to import the name of the table as a char-variable and read the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know to handle the export of the table content, because I know the name of the table first at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948786#M1335810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: read unknown table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948787#M1335811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;u can pass the name of the table dynamically&lt;/P&gt;&lt;P&gt;and based on the table name u create the internal table &lt;/P&gt;&lt;P&gt;isntead of returning the internal table name jsut return the referenc of the internal table so that u can read the values from the internal table  in ur calling program but some though u have to aplly for using reference &lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948787#M1335811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: read unknown table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948788#M1335812</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 the fm RFC_READ_TABLE, here the data will be stored in an internal char table (just like the type TAB512), now if you want to transfer the data in the right structure u can use the field-symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948788#M1335812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: read unknown table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948789#M1335813</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;Check this FM   RFC_READ_TABLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948789#M1335813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: read unknown table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948790#M1335814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before using fm  RFC_READ_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following OSS Note 758278   and also the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/piers.harding/blog/2004/11/10/rfcreadtable&lt;DEL&gt;my-old-faithful&lt;/DEL&gt;what-has-happened-to-you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-unknown-table/m-p/5948790#M1335814</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-07-21T14:30:57Z</dc:date>
    </item>
  </channel>
</rss>

