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: 

Doubt regarding triggering Change pointer for Customer master field

Former Member
0 Kudos

Hi All,

We have a project requirement (which makes use of iDOC ) as below:(only sufficient part of requirement is mentioned)

1) Initially(before the project goes live) we need to send all active customers and material belonging to a paricular sales org to SAP PI.

2) After wards data will be send based on change pointers, i.e, everytime the user changes the Mobile number of the customer in the customer master, it should trigger a change poiner.

As we have only basic knowledge regarding iDOC and change pointers , can someone throw some light on how this is to be done?

Please help .

Thanks in advance,

Neethu

4 REPLIES 4

former_member125931
Active Participant
0 Kudos

Hi,

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

For more information, please check this link.

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

Former Member
0 Kudos

Hi..

steps to be followed.

1) go to transaction bd61 and check the check box and save.

2) go to transaction bd50 and check the check box corresponding to mesage type "DEBMAS" and save.

3) go to transaction bd52 and give message type as "DEBMAS" .

select object type as "DEBI" and select the fields in corresponding tables so that every change happened in that fields will send idoc automatically to third party system and delete remaining fields. In your require ment u need to have TELF1 field corresponding to KNA1 table .

4) set BD21 transaction in Back ground.

Please get back to me if you need any help further.

Regards,

Lokeswari.

0 Kudos

How to trigger change pointer for customer master based on field value, such as based on certain customer sales organization?

0 Kudos

Hi Raymond,

You can set this using the transaction BD64.

~Vaas