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: 

Creating Change Pointers with filter?

former_member194669
Active Contributor
0 Kudos

Hi,

I have custom table for example ZTEST. This table have change document entreis updating CDHDR and CDPOS whenever any changes to this table entries.

My requirement is i need to create a change pointer for this table with filter.

ie

The table ZTEST contains a field called WERKS. My requirment is whenever value for WERKS (plant) N550 changes then i need to create change pointer entries for this table

How to do this?

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

Hi All,

Solution found

find a method FILTER_BDCPV_BEFORE_WRITE in interface IF_EX_BDCP_BEFORE_WRITE

Thanks