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

Need help with Change Pointers

Former Member
0 Likes
344

I have to trigger a Z transaction using change pointers. I mean when ever i make a change to material group in the sales order change pointer set to that field should trigger a Z transaction which would perform a mass update of orders.....Do anyone have an idea regarding this ??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
319

Use a userexit or BADI before which gets triggered before saving the Sales order. Check whether material group has been changed.

If it is changed. Write your own logic to call Z transaction.

1 REPLY 1
Read only

Former Member
0 Likes
320

Use a userexit or BADI before which gets triggered before saving the Sales order. Check whether material group has been changed.

If it is changed. Write your own logic to call Z transaction.