<?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: Change pointers and activation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349744#M1540457</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;Not sure about Infotype from abap side basically the fields will be captured in change pointers along with table..The change pointers tables..CDHDR,CDPOS and BDCP,BDCPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 04:40:45 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2010-11-11T04:40:45Z</dc:date>
    <item>
      <title>Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349743#M1540456</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;In SAP HR , how to capture the changes of employess ? I searched in the forum, this can be achieved by activating the change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my doubt is .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the change pointer is activated , whether it will capture the changes at the Infotype level or Field level ? for eg :  if only street name is updated/modified in the address infotype , whether the change pointers will capture only the street name field or the entire address infotype entry???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in which tables these changed entires gets stored??... i want to take all the CHANGED employee personal numbers and the realted infotype details..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest some inputs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349743#M1540456</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2010-11-11T04:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349744#M1540457</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;Not sure about Infotype from abap side basically the fields will be captured in change pointers along with table..The change pointers tables..CDHDR,CDPOS and BDCP,BDCPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349744#M1540457</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-11-11T04:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349745#M1540458</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;Chnages at field level will be tracked by using Change pointers Concept. &lt;/P&gt;&lt;P&gt;You can check in transaction BD52 for detail information by giving your message type. you need to maintain all the fields for which you need to track changes and rest of things you can delete in transaction BD52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change pointers chanegs will be stored in tables BDCP, BDCPS, CDHDR,CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 04:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349745#M1540458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T04:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349746#M1540459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the inputs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how these tables are updated when we change employee HR master data(name,telephone etc..)?? Either only the changed fields or entired infotype record???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long this table holds the changed information... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg an employee mobile number is changed today morning then this tables will be updated . IF again any change happens again in the mobile number in the same day ,, whether the previous entry gets deleted and new entry will be updated???? or two entries for the same employee?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349746#M1540459</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2010-11-11T06:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349747#M1540460</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;Only changed filed data will be stored in tables.&lt;/P&gt;&lt;P&gt;if you changed multiple times in aday, all entries will be present  along with timestamp in BDCP table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 06:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349747#M1540460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T06:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers and activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349748#M1540461</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;   All the changes will be stored irrespective of time. And none of the entries will be deleted.&lt;/P&gt;&lt;P&gt;  If  u want to check whether changes will be recorded or not this u can find at  data element  level of that field in further characteristics tab check whether &lt;STRONG&gt;change document&lt;/STRONG&gt; check box is checked or not. If checked then changes in that field will be recorded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 07:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-and-activation/m-p/7349748#M1540461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T07:15:55Z</dc:date>
    </item>
  </channel>
</rss>

