cancel
Showing results for 
Search instead for 
Did you mean: 

Change Pointers

former_member295881
Contributor
0 Kudos

Hello experts,

Iu2019m working on an Interface program which keeps a track of any changes made to any customer. This program uses FM u2018CHANGE_POINTERS_READu2019 to keep track of changes. My problem is whenever I make any change to customer (let say I change name, change address information or add responsible person) this FM doesnu2019t count my change as a change in customer. Now what changes I should make to trigger this function module CHANGE_POINTERS_READ?

Thanks a lot in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

When a standard TCode XD04 records all changes for a given customer and you can see clearly what was the old value and new value, I dont know why you use a Function Module ??

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi

Have u tried checking this program MF01ADEB.this will record changes done to customer. Or else u can use change management authorizations for the same, U need to group fileds that are to be tracked and then use notification 50 for the change request creation.

Try your way and revert for queries.

Regards

Mandar