<?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 on CDHDR time taking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193227#M760825</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;sorry they are all tables. (ranges)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 11:32:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T11:32:30Z</dc:date>
    <item>
      <title>select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193225#M760823</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;I have below statement ( copied from FM SD_CHANGE_DOCS_LOAD)&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;SELECT * INTO TABLE i_cdhdr FROM cdhdr       "Read changedoc header&lt;/P&gt;&lt;P&gt;             WHERE objectclas = chgdoc-class&lt;/P&gt;&lt;P&gt;               AND username   IN so_user&lt;/P&gt;&lt;P&gt;               AND udate      IN so_date&lt;/P&gt;&lt;P&gt;               AND utime      IN so_time&lt;/P&gt;&lt;P&gt;               AND tcode      IN so_tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is taking too much time which is unacceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any idea to improve the efficiency in the above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useful answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193225#M760823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193226#M760824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try replacing IN operator by = sign in case so_* are not tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasiraman R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193226#M760824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193227#M760825</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;sorry they are all tables. (ranges)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193227#M760825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193228#M760826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try reducing the number of columns . instead of select * use only selected columns. &lt;/P&gt;&lt;P&gt;There is no other way to improve the performance of this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kasiraman R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193228#M760826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193229#M760827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use the MOVE CORREPOSDING FIELDS OF statement with the select query and see the difference,try to use the key field in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193229#M760827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193230#M760828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are not many fields in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Mruthyun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do  mean to say INTO CORRESPONDING FIELDS OF ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking avoiding this is better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, let me try that too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 11:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193230#M760828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T11:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193231#M760829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS does not make any considerable difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not give all the key fields because I will be knowing only OBJECTCLASS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193231#M760829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: select on CDHDR time taking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193232#M760830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;performance of the select statement might be low bcoz of the selection strategy you followed while coding the select statement. i think this link might help u to solve ur problem upto some extent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-on-cdhdr-time-taking/m-p/3193232#M760830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:26:48Z</dc:date>
    </item>
  </channel>
</rss>

