<?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: Clarification on a SQL Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497464#M841261</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;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;FROM TVLK&lt;/P&gt;&lt;P&gt;WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above query , INCPO value which is related to LFART = 'EL', will be replaced in the internal table field TVLK_INCPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 09:16:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T09:16:02Z</dc:date>
    <item>
      <title>Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497457#M841254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Can anybody explain me the below query. what does it actually do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;    FROM TVLK&lt;/P&gt;&lt;P&gt;    WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt; Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497457#M841254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497458#M841255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The following query is fetching INCPO(Field) into TVLK-INCPO ( internal table field) from table TVLK where LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497458#M841255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497459#M841256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           here, is TVLK intenal table or database table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497459#M841256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497460#M841257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;FROM TVLK&lt;/P&gt;&lt;P&gt;WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will select single record of INCPO from TVLK table by checking the condition LFART = 'EL'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497460#M841257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497461#M841258</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;this 'single' will fetch one record depending upon the where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is updating the incpo field with the value where LFART = 'EL'&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pavan t.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497461#M841258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497462#M841259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;FROM TVLK&lt;/P&gt;&lt;P&gt;WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you declare the TAbles statement it will allocate some memory(work area) to that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES :TVLK--database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  selecting the data based on condition and putting into work area of table TVLK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497462#M841259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497463#M841260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you define a &lt;STRONG&gt;statement TABLES&lt;/STRONG&gt; followed by TVLK ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will &lt;STRONG&gt;create a WorkArea with the Structure of TVLK&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is your SELECT query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;FROM TVLK&lt;/P&gt;&lt;P&gt;WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will Fetch INCPO Value from the database table TVLK Where LFART equals to EL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Prabhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497463#M841260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on a SQL Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497464#M841261</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;SELECT SINGLE INCPO INTO TVLK-INCPO&lt;/P&gt;&lt;P&gt;FROM TVLK&lt;/P&gt;&lt;P&gt;WHERE LFART = 'EL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above query , INCPO value which is related to LFART = 'EL', will be replaced in the internal table field TVLK_INCPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 09:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-on-a-sql-query/m-p/3497464#M841261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T09:16:02Z</dc:date>
    </item>
  </channel>
</rss>

