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 pointers

Former Member
0 Likes
708

Hi,

What is the funda behind change pointer/.....how does it work?

what all do i need to make it work....when should it be used and not used?

thnx in advance

6 REPLIES 6
Read only

Former Member
0 Likes
683

Please have a look at belwo link. It answers ur questions.

http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/frameset.htm

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
Read only

Former Member
0 Likes
683

Hi,

what ever changes we have done in sap was tracked by two tables cdhdr and cdpos this table holds all the details of the data that are changed by us.including

tcode,and all the tables. suppose if change one field in materialmaster then

both cdhdr and cdpos table will contain where it is updated,check it once it is very interesting and to track this first for that field at the domain level change pointers checkbox needs to checked for example check for matnr for this check box of

change pointers will be checked.

Thanks,

Sarala.

Read only

Former Member
0 Likes
683

Hi

consider this example, u r changing the material description for a material which is alreading existing using MM02. These changes are stored in the change documents. Change pointers in turn keep track of the changes. As per ur start condition specified in the job description(Background) that job will be automatically started and the material is transferred to the other system as per ur configuration.

First of all clear with the definition of the change pointers.

change pointers techinque is based on the change document technique which keep track of the changes made in the key documents in the sap.

Regards....

Arun

Read only

0 Likes
683

thnx for the reply....but how does it automatically get to know that theres a change in the documents.....

how do we actually implement change pointers....

thnx in advance.....

Read only

Former Member
0 Likes
683

hi,

Hi,

Change Pointers in simple terminolgy, For example you are sending 100 materials from system A to system B (say matnr - 1 - 100 ), and in system B already some materials with the same Matnr exists, so you get error when you transfer these materials, saying the material already exists, to avoid these kind of errors, we use Change Pointer concept wherein we update the Materials with the same Matnr, the table BCDP is used to record the changes.

Change pointers are the mechanism through which you can send data to external system if there is a change happening to specific fields of master data.

BDCP is the table in which the change pointers are stored.

For more info

http://help.sap.com/saphelp_nw04/helpdata/en/12/83e03c19758e71e10000000a114084/content.htm

sri