<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678010#M298990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Change Pointers in simple terminolgy, For example you are sending 100 materials from system A to system B (say matnr - 1 - 100 ), and in system B already some materials with the same Matnr exists, so you get error when you transfer these materials, saying the material already exists, to avoid these kind of errors,  we use Change Pointer concept wherein we update the Materials with the same Matnr, the table BCDP is used to record the changes.&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;Mark All usefull Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 04:09:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T04:09:42Z</dc:date>
    <item>
      <title>change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678009#M298989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are change pointers and table bcdp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 04:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678009#M298989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T04:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678010#M298990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Change Pointers in simple terminolgy, For example you are sending 100 materials from system A to system B (say matnr - 1 - 100 ), and in system B already some materials with the same Matnr exists, so you get error when you transfer these materials, saying the material already exists, to avoid these kind of errors,  we use Change Pointer concept wherein we update the Materials with the same Matnr, the table BCDP is used to record the changes.&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;Mark All usefull Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 04:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678010#M298990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T04:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678011#M298991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change pointers are the mechanism through which you can send data to external system if there is a change happening to specific fields of master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCP is the table in which the change pointers are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 04:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678011#M298991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T04:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678012#M298992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume, you are acquainted with the concept of change doucments...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change pointers can be reffered in similar way, tables related to the same are: BDCP, BDCP2, BDCPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acessing change documents from tables CDHDR and CDPOS can be time taking where using change pointers we can quickly refer/access the same by maintaining/archiving the processes change pointers regularly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info gives you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 05:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678012#M298992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T05:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678013#M298993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change pointers are used to keep track the changes made to the key documents of SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example vendor master or customer master details will change sometime in business ( not full information only some info like address or code ) at that time no need to transfer whole data instead of tht we can transfer only those info which got changed. at this time we come across or go for Change pointers. CDHDR table is used to info of change pointes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this info helps u plz reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kali Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678013#M298993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678014#M298994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have requirement on ALE delta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please send me the sequence of steps need to create ALE delta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 15:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/1678014#M298994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T15:01:05Z</dc:date>
    </item>
  </channel>
</rss>

