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: 

This is regarding creation of change pointers for a particular table?

Former Member
0 Kudos
129

Hi to all,

Here is my requirement,

How to create change pointers for a given table.

i know that change pointers record changes of master data at field level......

here now i have to create change pointers for a given table..

how to do this,......\

regards,

swami

1 REPLY 1

Former Member
0 Kudos
47

Configuration steps :

BD53 -> create reduced message type (use MATMAS as your reference for material master records). Select tables

BD52 -> specify fields to track (use fieldname KEY for new entries)

BD50 -> activate change pointers for new reduced message type

BD61 -> activate change ponter generally (only if not already done) Make sure if this is not already active that you deselect the default enteries in BD50 for the message types you don't care about

The view BDCPV will now contain change pointer entries for the master data that has change or been created

Use function modules

CHANGE_POINTERS_READ - read new unprocessed change pointers

CHANGE_POINTERS_STATUS_WRITE - mark change pointers as processed

Hope it helps.

Chang