Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reset Change Pointers in BDCP2

Former Member
0 Likes
2,560

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,491

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.

Read only

0 Likes
1,491

That program appears to delete the records. I just want the change pointer to be cleared out so that I can rerun a program.

Read only

0 Likes
1,491

Do you want to reset the process flag in this table?

Try out this pgm RSA1BDCP... There are lot of threads for change pointers in SDN,

Read only

0 Likes
1,491

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?

Read only

0 Likes
1,491

Thanks for your help. I finally found the custom program that does what I need.