<?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: Select statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766878#M906383</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;I suggest you to use &lt;STRONG&gt;FOR ALL ENTRIES&lt;/STRONG&gt;, first because the performance and second that it made you debug and see the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 17:28:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T17:28:22Z</dc:date>
    <item>
      <title>Select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766877#M906382</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;I hve problem in this statement, only vttk values get populated and not the likp or ttds...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT k&lt;SUB&gt;tknum t&lt;/SUB&gt;bukrs k&lt;SUB&gt;route k&lt;/SUB&gt;dtabf k&lt;SUB&gt;add04 k&lt;/SUB&gt;text2 k&lt;SUB&gt;text3  k&lt;/SUB&gt;text1 l&lt;SUB&gt;vbeln l&lt;/SUB&gt;inco1 l~ntgew&lt;/P&gt;&lt;P&gt;                                l~btgew&lt;/P&gt;&lt;P&gt;               INTO TABLE gt_vttk&lt;/P&gt;&lt;P&gt;               FROM vttk AS k INNER JOIN vttp AS &lt;/P&gt;&lt;P&gt;                                     p ON k&lt;SUB&gt;tknum = p&lt;/SUB&gt;tknum&lt;/P&gt;&lt;P&gt;                INNER JOIN ttds as &lt;/P&gt;&lt;P&gt;                                    t on t&lt;SUB&gt;tplst = k&lt;/SUB&gt;tknum&lt;/P&gt;&lt;P&gt;                              INNER JOIN likp AS&lt;/P&gt;&lt;P&gt; l ON p&lt;SUB&gt;vbeln = l&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;                           WHERE k~tknum in s_tknum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SORT gt_vttk BY tknum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone check this and tell me whats wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766877#M906382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T17:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766878#M906383</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;I suggest you to use &lt;STRONG&gt;FOR ALL ENTRIES&lt;/STRONG&gt;, first because the performance and second that it made you debug and see the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766878#M906383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766879#M906384</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;Your second inner join (below one) is not correct. here you are doing the join comparing shipment document (TKNUM)  with Transportation planning point (TPLST). Please correct it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t on t&lt;SUB&gt;tplst = k&lt;/SUB&gt;tknum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766879#M906384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T17:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766880#M906385</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 your select query and correct it like this&lt;/P&gt;&lt;P&gt;t on t&lt;SUB&gt;tplst = k&lt;/SUB&gt;tknum  this is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct like this.&lt;/P&gt;&lt;P&gt; t on t&lt;SUB&gt;tplst = k&lt;/SUB&gt;tplst .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 22:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statements/m-p/3766880#M906385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T22:54:59Z</dc:date>
    </item>
  </channel>
</rss>

