<?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: table coep in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868411#M365837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) first try to avoid select * ,if not all fields of table are required by you.&lt;/P&gt;&lt;P&gt;2) If not select * then write the fields in the order they appear in the table  like -&lt;/P&gt;&lt;P&gt;select field1 field2 .......,the same applies to the where condition,means in the where condition use the fields in the order they appear in the database table like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where field3 = 'abc' and field4 = 'xyz' and field5 = 'zzz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) also firts go to se11 and give same selection criteria in the table Coep as u have given in the where condition in the program and see how many records did it fetched there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 04:35:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T04:35:03Z</dc:date>
    <item>
      <title>table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868408#M365834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There a customized report to retreive from table coep&lt;/P&gt;&lt;P&gt;while the codes already uses index to retrieve... its still taking along time...&lt;/P&gt;&lt;P&gt;any suggestion/advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868408#M365834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868409#M365835</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;please send some description about the same like other tables used and the way data is being fectched etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868409#M365835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868410#M365836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT * FROM coep INTO TABLE icoep
                         WHERE kokrs = cntarea
                           AND bukrs = bukrs
                           AND gjahr = year
                           AND versn = '000'
                           AND perio &amp;lt;= zperio
                           AND kstar BETWEEN cefr and ceto
                           and OBJNR between OBJFR AND objto
                           AND ( wrttp = '04' OR wrttp = '11' ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868410#M365836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868411#M365837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) first try to avoid select * ,if not all fields of table are required by you.&lt;/P&gt;&lt;P&gt;2) If not select * then write the fields in the order they appear in the table  like -&lt;/P&gt;&lt;P&gt;select field1 field2 .......,the same applies to the where condition,means in the where condition use the fields in the order they appear in the database table like - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where field3 = 'abc' and field4 = 'xyz' and field5 = 'zzz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) also firts go to se11 and give same selection criteria in the table Coep as u have given in the where condition in the program and see how many records did it fetched there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868411#M365837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868412#M365838</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;&lt;/P&gt;&lt;P&gt;Remove select * and get only the fields which u r in need and also place the fileds in order they being placed in table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KOKRS&lt;/P&gt;&lt;P&gt;BELNR&lt;/P&gt;&lt;P&gt;BUZEI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also use maximum no of  condition comparision in the where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868412#M365838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: table coep</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868413#M365839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is that you are trying to select too much data. Try to reduce the number of entries in "BETWEEN cefr and ceto" and "OBJNR between OBJFR AND objto"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 15:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-coep/m-p/1868413#M365839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T15:39:16Z</dc:date>
    </item>
  </channel>
</rss>

