<?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: CDPOS table is oversized in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127898#M987070</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;I cannot restrict the selection for all the key fields, but anyway, it contains 50 million records instead of 50 thousand. How could it be? It cause serious performance problem. Even If I only want to check the number of entries in SE11 it takes more than 30-40 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 15:03:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-02T15:03:45Z</dc:date>
    <item>
      <title>CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127894#M987066</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;I don't know too much about table CDPOS. Could you tell me something in detail about this SAP table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had performance problem according to cdpos table. It has a size category 3, which means that it is planned for 50.000 records. Now it has more than 50 million records. &lt;/P&gt;&lt;P&gt;How can I solve the performance problem or reduce the execution time of a selection applied on this table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 14:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127894#M987066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127895#M987067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi White,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Include all the key fields when selecting the data from this table&lt;/P&gt;&lt;P&gt;2. Never write repeated selects in a single program. Fetch the entire data for all the required condition with a single select and perform your operations with the data fetched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 14:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127895#M987067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127896#M987068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDPOS table is the change doucment item table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will take an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us take an example of creating a PO .&lt;/P&gt;&lt;P&gt;The the change documents are activated fro a particular field say PO date, then an entry will be created in CDPOS first time when the PO is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CDPOS table gets updated each time when the PO date is changed. IN other words it will have a history of all the changes that are made to a particular table-field.&lt;/P&gt;&lt;P&gt;&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>Wed, 02 Jul 2008 15:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127896#M987068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127897#M987069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to look at archiving change pointers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127897#M987069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127898#M987070</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;I cannot restrict the selection for all the key fields, but anyway, it contains 50 million records instead of 50 thousand. How could it be? It cause serious performance problem. Even If I only want to check the number of entries in SE11 it takes more than 30-40 minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127898#M987070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127899#M987071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CDPOS table is change documents item table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will store all the changes done to the transactions.&lt;/P&gt;&lt;P&gt;eg: If u change the delivery quantity a change document will be created with the old and new data for that field. This will be done for the fields whose data element has is applicable for change document(i.e When u open this data element u can see one check box &lt;STRONG&gt;Change document&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is checked then change document will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: LIPS-LFIMG has data element LFIMG. Open this data element in SE11. U can see that Change document check box is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when ever u change this table field a change document will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to performance usually it is slow. We can't help it out.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only thing we can do is archiving old data so that table&lt;/STRONG&gt; &lt;STRONG&gt;contents will be less. Ask ur basis people for more info&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why thosemany entries is because when ever u change any thing in SAP a change document will be created.&lt;/P&gt;&lt;P&gt;eg: sales orders, deliveries etc&lt;/P&gt;&lt;P&gt;Master data like customer data, material data etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of selects u can try FMs &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_HEADERS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_POSITIONS&lt;/P&gt;&lt;P&gt;which are slightly faster than direct select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Reddy Vemuru on Jul 2, 2008 8:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127899#M987071</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-02T15:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS table is oversized</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127900#M987072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following is the documentation when i press f1 in size catagory field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size category determines the probable space requirement for a table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database. When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 15:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-table-is-oversized/m-p/4127900#M987072</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-07-02T15:07:46Z</dc:date>
    </item>
  </channel>
</rss>

