<?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/7307069#M1535001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCP/BSCPS is the older way of SAP maintaining the changepointers which is replaced by SAP with BDCP2. However we have control as to which tables to use with view V_TBDA2X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 14:26:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-23T14:26:58Z</dc:date>
    <item>
      <title>Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307066#M1534998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The background is that we are having a z idoc(basic) type and we need a change pointer kind of thing for it where every night we can send idocs only having the changes.&lt;/P&gt;&lt;P&gt;Now the issue is the standard transaction WAK2(sap-retail) does not have any badi or user exit that gets called on save so i dont have any place holder where i can use FM CHANGE_POINTERS_CREATE_DIRECT to create entry in BDCP2 table. So what should i do so that i can send the idocs with changes.&lt;/P&gt;&lt;P&gt;Instead of BD21 which send changes as idoc for my case where i am not able to create change pointes, is it a good solution to have a stand alone program which will read change documents (cdhdr and cdpos) and create idocs from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307066#M1534998</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-23T12:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307067#M1534999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we are having the change doucment you can directly maintain BD52 entries and it should automatically write change pointers for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check [this|http://help.sap.com/saphelp_nw04/helpdata/en/78/2178da51ce11d189570000e829fbbd/content.htm] out, let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307067#M1534999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T13:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307068#M1535000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;Thanks for the quick and correct reply, now i can see entry in bdcp2 table there are no entries in bdcp or bdcps tables, if i have no entries in these tables how will i create idocs based on the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307068#M1535000</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-23T14:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307069#M1535001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCP/BSCPS is the older way of SAP maintaining the changepointers which is replaced by SAP with BDCP2. However we have control as to which tables to use with view V_TBDA2X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307069#M1535001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T14:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307070#M1535002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay so now once i have entries in bdcp2 what are the steps that i need to carry out in order to generate idocs .&lt;/P&gt;&lt;P&gt;In bd60 i will have to create an entry for my zmessagetype and in the z function module &lt;/P&gt;&lt;P&gt;I will have to code in the following way as mentioned the the help link you gave, but when i use CHANGE_POINTERS_READ and provide object class and messagetype to it , nothing is returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.      Read all the change pointers that have not yet been processed for your message type using the function module CHANGE_POINTERS_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Create an IDoc for every modified master data object. In the IDoc, only fill the segments that, according to the change pointers, were changed. In every segment, fill the first field MSGFN as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;009, if the segment was added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;004, if segment fields were changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;003, if the segment was deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;018, if segment fields were not changed, but the segment must be included in the IDoc, because hierarchically subordinate segments in the IDoc have to be dispatched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Pass the IDoc to the ALE layer by calling function module MASTER_IDOC_DISTRIBUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      For the master data object that has just been processed, set the change pointers to u2018Finishedu2019. This is done by calling function module CHANGE_POINTERS_STATUS_WRITE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Execute the COMMIT WORK command and call the DEQUEUE_ALL function module. For performance reasons, do not perform this step after every IDoc. Wait until you have created, for example, 50 IDocs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307070#M1535002</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-23T14:33: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/7307071#M1535003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have entries in BDCP2 with &lt;STRONG&gt;PROCESS&lt;/STRONG&gt; indicator as SPACE in BDCP2, except that I dont see any reason why you dont get the change pointer after you read from BDCP2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307071#M1535003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T14:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307072#M1535004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have supplied the messagetype and object class the changepointer is unprocessed, still the fm is not returning anything, i had one more query suppose i changed any feild value from A to B then the value B will be in bdcp2 or we need to retrive it via document number of bdcp2 where in we take the document number and go to cdhdr and then cdpos to see what was the value that was changed,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307072#M1535004</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-23T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307073#M1535005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCP2 would always have the latest values, no need to fetch it from CDPOS/CDHDR. Also I have no Idea why READ FM is not working for you, may be you can provide more details so I can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307073#M1535005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307074#M1535006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see below then cdpos has new value as 99 , but i cant see that in bdcp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client                         500                                                                                &lt;/P&gt;&lt;P&gt;Change doc. object             W_PROMO                                                                                &lt;/P&gt;&lt;P&gt;Object value                   0000100128                                                                                &lt;/P&gt;&lt;P&gt;Document number                1471941                                                                                &lt;/P&gt;&lt;P&gt;Table Name                     WAKP                                                                                &lt;/P&gt;&lt;P&gt;Table Key                      5000000100128000000000000001365EA                                                                                &lt;/P&gt;&lt;P&gt;Field Name                     PABBM                                                                                &lt;/P&gt;&lt;P&gt;Change ID                      U                                                                                &lt;/P&gt;&lt;P&gt;Text flag                      1                                                                                &lt;/P&gt;&lt;P&gt;Unit            (UNIT OLD)     EA                                                                                &lt;/P&gt;&lt;P&gt;Unit            (UNIT NEW)     EA                                                                                &lt;/P&gt;&lt;P&gt;CUKY            (CUKY OLD)                                                                                &lt;/P&gt;&lt;P&gt;CUKY            (CUKY NEW)                                                                                &lt;/P&gt;&lt;P&gt;New value                              99.000                                                                                &lt;/P&gt;&lt;P&gt;Old value                               1.000                                                                                &lt;/P&gt;&lt;P&gt;BDCP2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client                  500                                                                                &lt;/P&gt;&lt;P&gt;Message Type            -ZTEST                                                                                &lt;/P&gt;&lt;P&gt;Change pointer          611684                                                                                &lt;/P&gt;&lt;P&gt;Process. indic.                                                                                &lt;/P&gt;&lt;P&gt;Table Name              WAKP                                                                                &lt;/P&gt;&lt;P&gt;Table Keys              5000000100128000000000000001365EA                                                                    &lt;/P&gt;&lt;P&gt;Field Name              PABBM                                                                                &lt;/P&gt;&lt;P&gt;Creation time           20100923162618                                                                                &lt;/P&gt;&lt;P&gt;Activation time         20100923162618                                                                                &lt;/P&gt;&lt;P&gt;Name                    xxxx                                                                                &lt;/P&gt;&lt;P&gt;Change doc. object      W_PROMO                                                                                &lt;/P&gt;&lt;P&gt;Object value            0000100128                                                                                &lt;/P&gt;&lt;P&gt;Document number         1471941                                                                                &lt;/P&gt;&lt;P&gt;Change ID               U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAHULBSP on Sep 23, 2010 5:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307074#M1535006</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-23T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307075#M1535007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you actiated pointers through transaction BD61, and view V_TBD62. Please read the link carefully and you be able to find the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you would be able to finds entries in BDCP2 only for the fields which are maintained in BD52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shital phadake on Sep 23, 2010 9:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307075#M1535007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T15:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307076#M1535008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shital,&lt;/P&gt;&lt;P&gt;i got your hint i have maintained the key feilds for all table of the object in TBD62, still i am not able to see the values. for testing i am changing only PABBM , but in bdcp2 i am not able to see the changed value, i would have expected that an entry with feild key would have been there in bdcp2 but its not there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W_PROMO	WAGU	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAKC	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAKH	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAKP	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAKP	PABBM&lt;/P&gt;&lt;P&gt;W_PROMO	WAKR	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAKT	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WALE	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAZB	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAZT	KEY&lt;/P&gt;&lt;P&gt;W_PROMO	WAZW	KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client                  500                                                                                &lt;/P&gt;&lt;P&gt;Message Type            ZECOM_PROMSET                                                                                &lt;/P&gt;&lt;P&gt;Change pointer          611689                                                                                &lt;/P&gt;&lt;P&gt;Process. indic.                                                                                &lt;/P&gt;&lt;P&gt;Table Name              WAKP                                                                                &lt;/P&gt;&lt;P&gt;Table Keys              5000000100128000000000000001365EA                                                                      &lt;/P&gt;&lt;P&gt;Field Name              PABBM                                                                                &lt;/P&gt;&lt;P&gt;Creation time           20100924093331                                                                                &lt;/P&gt;&lt;P&gt;Activation time         20100924093331                                                                                &lt;/P&gt;&lt;P&gt;Change doc. object      W_PROMO                                                                                &lt;/P&gt;&lt;P&gt;Object value            0000100128                                                                                &lt;/P&gt;&lt;P&gt;Document number         1471947                                                                                &lt;/P&gt;&lt;P&gt;Change ID               U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307076#M1535008</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-24T08:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307077#M1535009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;I have even added all key fields of the respective table in bd52 but still i can see the value of the changed feild&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 12:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307077#M1535009</guid>
      <dc:creator>former_member595583</dc:creator>
      <dc:date>2010-09-24T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307078#M1535010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whether documents are written in CDHDR/CDPOS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 06:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307078#M1535010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-25T06:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307079#M1535011</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 am facing the same issue. However in my case entries are getting created in CDHDR and CHPOS Table. I have checked BDCP2OK checkbox in BD60, Have maintained the feilds in BD52, have Activated the pointers in BD50 and BD61, still i am unable to see the Entries in BDCP2 Table for my message type . Please Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 19:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307079#M1535011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-10T19:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307080#M1535012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution :- The Table TBDA2 was not getting updated in test Client. I did an SCC1 to copy the Customizing task and the entries were created in BDCP2 Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 22:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307080#M1535012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-10T22:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307081#M1535013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;I have a requirement to send an idoc for sales order change using change pointers and not via NACE thing.&lt;/P&gt;&lt;P&gt;As you said , if we have entries in cdhdr and cdpos , making entry in bd52 will suffice and entry in bdcp would be done automatically.&lt;/P&gt;&lt;P&gt;can you elaborate on this....as I have entry in cdhdr and cdpos for order change which is obvious but despite of setting transaction bd52 , bdcp is not getting updated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be highly appreciated... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 11:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/7307081#M1535013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-22T11:25:29Z</dc:date>
    </item>
  </channel>
</rss>

