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

Change PROCESS flag in BDCPS table

former_member194669
Active Contributor
0 Likes
1,623

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
Read only

ian_maxwell2
Active Participant
0 Likes
854

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

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.

2 REPLIES 2
Read only

ian_maxwell2
Active Participant
0 Likes
855

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

Read only

0 Likes
854

Thanks Ian,

This what i was looking for.