<?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: Problem with CDHDR table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659424#M292396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Singh,&lt;/P&gt;&lt;P&gt;Apply these two notes &amp;lt;b&amp;gt;626341, 557683&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull Answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2006 09:50:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-16T09:50:56Z</dc:date>
    <item>
      <title>Problem with CDHDR table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659423#M292395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I am trying to update a distribution list in SBWP transaction, program stuck in standard program LSCD4F10 at below select query and gives a short dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from cdhdr client specified into table gt_cdhdr   &lt;/P&gt;&lt;P&gt;         where mandant    in   gt_sl_client                &lt;/P&gt;&lt;P&gt;         and   objectclas in   gt_sl_objectclas            &lt;/P&gt;&lt;P&gt;         and   objectid   in   gt_sl_objectid              &lt;/P&gt;&lt;P&gt;         and   changenr   in   gt_sl_changenr              &lt;/P&gt;&lt;P&gt;         and   udate      in   gt_sl_udate.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked it in Development system and find that valure for gt_sl_changenr field is coming blank. As MANDANT, OBJECTCLAS, OBJECTID, CHANGENR are primary key fields , so this query engine is unable to use Primary key index thus timing out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest solution for this to avoid short dump or some standard SAP note for this if someone faced similar problem.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;Harkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 09:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659423#M292395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T09:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CDHDR table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659424#M292396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Singh,&lt;/P&gt;&lt;P&gt;Apply these two notes &amp;lt;b&amp;gt;626341, 557683&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull Answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 09:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659424#M292396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T09:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CDHDR table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659425#M292397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRy using the CHANGEDOCUMENT_READ_HEADERS function module instead.&lt;/P&gt;&lt;P&gt;It is a standard program and hence SAP would have taken care of the performance of the selects used.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 09:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659425#M292397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T09:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CDHDR table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659426#M292398</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;Instead of using select * if possible try to select all the necessary fields only . Its a huge table isnt it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 09:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-cdhdr-table/m-p/1659426#M292398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T09:54:57Z</dc:date>
    </item>
  </channel>
</rss>

