<?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 Help On Select Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545450#M1073581</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;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;I have a SELECT statement wherein a data type is &lt;/P&gt;&lt;P&gt;specified as the from statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data f1 type char4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from ( f1 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this used? What is the need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 14:56:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T14:56:52Z</dc:date>
    <item>
      <title>Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545450#M1073581</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;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;I have a SELECT statement wherein a data type is &lt;/P&gt;&lt;P&gt;specified as the from statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data f1 type char4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from ( f1 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this used? What is the need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 14:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545450#M1073581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545451#M1073582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynamic SQL, allows you to determine the database table name only at runtime.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 14:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545451#M1073582</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-09-25T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545452#M1073583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Here it is called Dynamica calling ...they can be called during the runtime only.This type of select query are called different table based on table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545452#M1073583</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-09-25T17:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545453#M1073584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we are specifying the table name dynamically. That means that we can give any table name we want at the run time and select the data from that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 04:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545453#M1073584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T04:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545454#M1073585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the concept of DYNAMIC INTERNAL TABLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545454#M1073585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T12:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545455#M1073586</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;The F1 Value i.e Table name will be allocated at the run time u can not see any where this definition. F1 difinition u can see it in global definition of your main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545455#M1073586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T12:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545456#M1073587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As also told by others you are passing the database table name at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/how-can-we-give-dynamic-table-name-in-select-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/how-can-we-give-dynamic-table-name-in-select-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-query/m-p/4545456#M1073587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T12:32:41Z</dc:date>
    </item>
  </channel>
</rss>

