Application Development 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: 

Change PROCESS flag in BDCPS table

former_member194669
Active Contributor
0 Kudos

Hi,

Any standard program that will all process flag to X in BDCPS.

My requirement is i have quite few records in BDCPS table that are not processed. I need NOT to process that entries, but make PROCESS field must filled with X.

PS please DON'T suggest to make use of fm CHANGE_POINTERS_STATUS_WRITE.

I am looking for a sap standard program to do this job.

1 ACCEPTED SOLUTION

ian_maxwell2
Active Participant
0 Kudos

Program RBDCPCLR can be executed in batch to do two different tasks:

- Delete change pointer records that have had their status field flagged

- Delete change poitners records that have not had their status field flagged but are beyond a certain date threshold.

~Ian

2 REPLIES 2

ian_maxwell2
Active Participant
0 Kudos

Program RBDCPCLR can be executed in batch to do two different tasks:

- Delete change pointer records that have had their status field flagged

- Delete change poitners records that have not had their status field flagged but are beyond a certain date threshold.

~Ian

0 Kudos

Thanks Ian,

This what i was looking for.