‎2014 Aug 14 7:24 AM
Hi,
I have a scenario where I need to deactivate the change pointers via Z program.
For eg. The change pointers need to be created if I triggered a deletion of records via other means. But the change pointers should not be triggered if I deletes the record via one Z program.
How can I achieve this?
Thanks & Regards,
Arun.
‎2014 Aug 14 8:35 AM
‎2014 Aug 14 9:27 AM
‎2014 Aug 14 10:01 AM
Have a look at BADI BDCP_BEFORE_WRITE. Essentially table BDCP is where these are written to so maybe you can stop this with this BADI i.e. before writing to the table.
This link below contains much useful advice on managing change pointers, and also the standard program for clenaing this up. Perhaps here you can find your answer: http://www.dataxstream.com/2009/07/are-you-properly-managing-your-change-pointers-part-2-a-simple-so...
‎2014 Aug 20 12:21 PM