‎2011 Jan 17 2:29 PM
How do I reset change pointers in the table BDCP2? I have done it before, but I can't figure out how I did it.
Thanks.
‎2011 Jan 17 2:42 PM
Did you try BD22?
http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/frameset.htm
Are no longer required change pointers reorganized in time?
The report RBDCPCLR (transaction BD22) to reorganize the change pointer should run periodically. Depending on how many change pointers are created or processed, you can schedule the background job hourly, daily or weekly. You should delete all obsolete and processed change pointers. You can also use this report for specified message types.
‎2011 Jan 17 2:46 PM
That program appears to delete the records. I just want the change pointer to be cleared out so that I can rerun a program.
‎2011 Jan 17 2:59 PM
‎2011 Jan 17 3:17 PM
Thank you, this program will reset the PROCESS field but the table ROOSGEN is not populated correctly. Is there a way I can maintain this table?
‎2011 Jan 17 5:27 PM
Thanks for your help. I finally found the custom program that does what I need.