<?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: HINTS in Select Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299172#M1390909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/advancedsearch?query=hints" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/advancedsearch?query=hints&lt;/A&gt;&lt;EM&gt;in&lt;/EM&gt;Select&lt;EM&gt;Statement&lt;/EM&gt;++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 08:25:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-12T08:25:07Z</dc:date>
    <item>
      <title>HINTS in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299171#M1390908</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;Can anybody explain me why HITS keyword is used with SELECT statement, whats the use of if, How to find the HINTS for a particular table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT recn, recnroot, ippers&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE &amp;lt;ITAB1&amp;gt;&lt;/P&gt;&lt;P&gt;FROM CCIHT_IP&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN &amp;lt;ITAB2&amp;gt;&lt;/P&gt;&lt;P&gt;WHERE ippers = &amp;lt;ITAB2&amp;gt;-ippers&lt;/P&gt;&lt;P&gt;AND valfr LE sy-datum&lt;/P&gt;&lt;P&gt;AND valto GE sy-datum&lt;/P&gt;&lt;P&gt;AND iptype = 'INJ'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%_hints db2 '&amp;amp;max_blocking_factor 500&amp;amp;&amp;amp;max_in_blocking_factor 500&amp;amp;u2019.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 07:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299171#M1390908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: HINTS in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299172#M1390909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/advancedsearch?query=hints" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/advancedsearch?query=hints&lt;/A&gt;&lt;EM&gt;in&lt;/EM&gt;Select&lt;EM&gt;Statement&lt;/EM&gt;++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299172#M1390909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: HINTS in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299173#M1390910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing is displayed in that link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299173#M1390910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: HINTS in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299174#M1390911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;% HINTS is used to give particular instructions to the database when executing the SELECT statement.. in your case your database seems to be DB2 and then the two parameters are being set to the values specified probably to increase performance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 150037 - Database hints in Open SQL for DB6 (DB2 for LUW) should help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saravanan Ramasamy on Nov 12, 2009 9:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299174#M1390911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T08:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: HINTS in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299175#M1390912</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;Complex database statements or large numbers of secondary indexes that can be very&lt;/P&gt;&lt;P&gt;similar make it difficult for the database optimizer and the R/3 database interface to process&lt;/P&gt;&lt;P&gt;most efficiently. In some database systems, you can expressly influence decisions made by&lt;/P&gt;&lt;P&gt;database optimizer by what are known as hints.&lt;/P&gt;&lt;P&gt;Ex- %_HINTS ORACLE '&amp;amp;SUBSTITUTE VALUES&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search with HINTS in SELECT STATEMENT you will get so many ans&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 09:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hints-in-select-statement/m-p/6299175#M1390912</guid>
      <dc:creator>NAeda</dc:creator>
      <dc:date>2009-11-12T09:05:03Z</dc:date>
    </item>
  </channel>
</rss>

