<?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: Open table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005862#M408846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The performance issue is with the INDEX of the table. Whenever a table is used in the program for selecting data, based on the where clause the system triggers the appropriate INDEX for the selection that is an exact match for the Index. I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f the where clause contains fields other than the fields in the index (all or some of the index fields), locating the appropriate index takes time. This is why the time consumption is more. To overcome this use "%_HINTS" extension with the SELECT statement to define the INDEX of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 03:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T03:36:08Z</dc:date>
    <item>
      <title>Open table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005860#M408844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   When ever I run SE30 for a program, in the hit list I see "OPEN CURSOR  XXXTable".  What does open cursor mean? Why does that occur? I see that this is utilizing most of the time Is there some fix to it, if it is truly fixable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ahead&lt;/P&gt;&lt;P&gt;SDN FAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 10:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005860#M408844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005861#M408845</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;A select is split in four parts on a DB:&lt;/P&gt;&lt;P&gt;- prepare: statement preparation, translation of open to native SQL&lt;/P&gt;&lt;P&gt;- open: the data searching by the database&lt;/P&gt;&lt;P&gt;- fetch: data transport to application server, maybe also sort on DB level&lt;/P&gt;&lt;P&gt;- close: 'cleaning up'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of prepare also a reopen can occur, then identical selects are used from cache instead of new translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 11:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005861#M408845</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2007-03-07T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005862#M408846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The performance issue is with the INDEX of the table. Whenever a table is used in the program for selecting data, based on the where clause the system triggers the appropriate INDEX for the selection that is an exact match for the Index. I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f the where clause contains fields other than the fields in the index (all or some of the index fields), locating the appropriate index takes time. This is why the time consumption is more. To overcome this use "%_HINTS" extension with the SELECT statement to define the INDEX of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 03:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-table/m-p/2005862#M408846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T03:36:08Z</dc:date>
    </item>
  </channel>
</rss>

