<?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: fetching data from runtime table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901297#M1481382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table name is not runtime.&lt;/P&gt;&lt;P&gt;Means the table will be at runtime based on the selection parameter in the program.&lt;/P&gt;&lt;P&gt;Based on the selection parameter there will be the name of the table at run time.&lt;/P&gt;&lt;P&gt;I hope you got the thing.&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Apr 2010 08:58:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-28T08:58:26Z</dc:date>
    <item>
      <title>fetching data from runtime table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901295#M1481380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the requirement like I need to fetch the data from RUNTIME table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how to fetch data from Runtime table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 08:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901295#M1481380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from runtime table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901296#M1481381</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;You mean the table name is RUNTIME? There is no table called RUNTIME. It is data element. Which version of SAP u r in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 08:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901296#M1481381</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-04-28T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from runtime table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901297#M1481382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table name is not runtime.&lt;/P&gt;&lt;P&gt;Means the table will be at runtime based on the selection parameter in the program.&lt;/P&gt;&lt;P&gt;Based on the selection parameter there will be the name of the table at run time.&lt;/P&gt;&lt;P&gt;I hope you got the thing.&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 08:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901297#M1481382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from runtime table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901298#M1481383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create dynamic internal tables and use it in query for this. In selection screen, you can enter the table name and create a dynamic internal table based on this table. Then you can use the internal table in select query....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link. It can use the program in it for your requirement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf" target="test_blank"&gt;https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 09:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901298#M1481383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: fetching data from runtime table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901299#M1481384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a FAQ. There are many threads with sample coding showing how to fetch data in to dynamic internal tables. Please SEARCH in SCN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 09:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-runtime-table/m-p/6901299#M1481384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T09:11:12Z</dc:date>
    </item>
  </channel>
</rss>

