<?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: Extracting Multiple Table Data Dynamically..Table is an Input parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668331#M1289063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try by creating the program this way:&lt;/P&gt;&lt;P&gt;1) Use the RTTS to create dynamic internal table at run time. Check this: [Create Dynamic Internal table|http://help-abap.blogspot.com/2008/09/dynamic-internal-table-creation.html]&lt;/P&gt;&lt;P&gt;2) Select the data into the dynamic internal table from the database table&lt;/P&gt;&lt;P&gt;3) Use the GUI_DOWNLOAD to download this data as excel into specified directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimes Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 21:14:09 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2009-05-29T21:14:09Z</dc:date>
    <item>
      <title>Extracting Multiple Table Data Dynamically..Table is an Input parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668330#M1289062</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;Can any one update the Program/design of extracting multiple table data as a list or to an excel sheet &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:- Mutliple Tables are entered in selection screen and upon executing the output should be to an excel sheet sequenctially according to the table names entered in the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting for your update &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shivakumar bandari on May 29, 2009 9:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 19:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668330#M1289062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T19:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Multiple Table Data Dynamically..Table is an Input parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668331#M1289063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try by creating the program this way:&lt;/P&gt;&lt;P&gt;1) Use the RTTS to create dynamic internal table at run time. Check this: [Create Dynamic Internal table|http://help-abap.blogspot.com/2008/09/dynamic-internal-table-creation.html]&lt;/P&gt;&lt;P&gt;2) Select the data into the dynamic internal table from the database table&lt;/P&gt;&lt;P&gt;3) Use the GUI_DOWNLOAD to download this data as excel into specified directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimes Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 21:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668331#M1289063</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-05-29T21:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Multiple Table Data Dynamically..Table is an Input parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668332#M1289064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naimes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for youe reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your second step says to select data from 'table' here tables are dynamic in nature I mean they are an input parameters..how can I write select on a table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the table existence from DD02L table and pass the retrieved tables to FM Get_Component_List to get the fields existing for the particular table, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot pass the dynamic table value to select query to retrieve the data..Please update me if you have anything on retrieving data from dynamically inputted value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from &amp;lt;dyntable&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 23:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-multiple-table-data-dynamically-table-is-an-input-parameter/m-p/5668332#M1289064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T23:00:58Z</dc:date>
    </item>
  </channel>
</rss>

