<?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 Select DFKKOP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-dfkkop/m-p/3366202#M807783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am performing a select on table DFKKOP and am wondering if there is performance to gain.&lt;/P&gt;&lt;P&gt;I only have a list of bussiness partners.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Get entire balance for these business partners
  SELECT augst gpart budat betrw augdt augrd
    FROM dfkkop
    INTO TABLE gt_dfkkop
    WHERE vkont NE space
      AND gpart IN so_gpart
      AND stakz EQ space
      %_HINTS ORACLE 'INDEX("VKONT" "GPART")'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I can do to let it perform even better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 09:41:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T09:41:07Z</dc:date>
    <item>
      <title>Select DFKKOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-dfkkop/m-p/3366202#M807783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am performing a select on table DFKKOP and am wondering if there is performance to gain.&lt;/P&gt;&lt;P&gt;I only have a list of bussiness partners.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Get entire balance for these business partners
  SELECT augst gpart budat betrw augdt augrd
    FROM dfkkop
    INTO TABLE gt_dfkkop
    WHERE vkont NE space
      AND gpart IN so_gpart
      AND stakz EQ space
      %_HINTS ORACLE 'INDEX("VKONT" "GPART")'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I can do to let it perform even better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 09:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-dfkkop/m-p/3366202#M807783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select DFKKOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-dfkkop/m-p/3366203#M807784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not using any index for this SELECT and that will hurt performance the most. And I don't think that Oracle can evaluate the hint you are giving it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 14:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-dfkkop/m-p/3366203#M807784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T14:50:05Z</dc:date>
    </item>
  </channel>
</rss>

