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

Stop Change Pointer Trigger via Z Program

Former Member
0 Likes
705

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.

4 REPLIES 4
Read only

former_member201275
Active Contributor
0 Likes
661

Change Pointers for which module, HR or...?

Read only

0 Likes
661

Yes HR Module

Read only

0 Likes
661

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...

Read only

former_member201275
Active Contributor
0 Likes
661

This message was moderated.