<?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 INFORMATION ABOUT CDHDR AND CDPOS TABLES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852797#M668573</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;Could you pls let me know the usage of CDHDR and CDPOS  tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Oct 2007 20:45:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-07T20:45:33Z</dc:date>
    <item>
      <title>INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852797#M668573</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;Could you pls let me know the usage of CDHDR and CDPOS  tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2007 20:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852797#M668573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-07T20:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852798#M668574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;These are change Document related tables&lt;/P&gt;&lt;P&gt;If you change the data in any SAP Transaction those changes with respect to that Transaction code, table, Filed, User, Time based changes are recorded in these tables.&lt;/P&gt;&lt;P&gt;CDPOS is a cluster table which stores lot of data. You can't join this with any table.&lt;/P&gt;&lt;P&gt;So first have to fetch the data from CDHDR and then for all entries of that table fetch the data from CDPOS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2007 21:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852798#M668574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-07T21:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852799#M668575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi D,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDHDR and CDPOS contain the last changed date for particular objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UDATE and UTIME of the table CDHDR will have the date on which the change docuemnet has been created(Which means the date on which that field's value changed in the DB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDHDR has the header information for changes in objects (like material master), &lt;/P&gt;&lt;P&gt;while CDPOS has the information for the positions of the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They work together joining fields OBJECTCLAS, OBJECTID &amp;amp; CHANGENR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2007 21:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852799#M668575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-07T21:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852800#M668576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;How would i capture Delta on VBBE ONLY  table Using CDHDR CDPOS &lt;/P&gt;&lt;P&gt;I have to capture Delta when a sales order is created modified and deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2007 22:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852800#M668576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-07T22:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852801#M668577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.tek-tips.com/viewthread.cfm?qid=262703&amp;amp;page=19" target="test_blank"&gt;http://www.tek-tips.com/viewthread.cfm?qid=262703&amp;amp;page=19&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 04:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852801#M668577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T04:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: INFORMATION ABOUT CDHDR AND CDPOS TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852802#M668578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM CHANGE_DOCUMENTS_READ (dont have access to SAP, pls check name).  Pass appropriate Values to the FM.  it will return results from CDHDR, CDPOS tables.  this is also the fastest way to access them.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 05:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-about-cdhdr-and-cdpos-tables/m-p/2852802#M668578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T05:26:37Z</dc:date>
    </item>
  </channel>
</rss>

