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: 

To find user exit whever moving average price changed

Former Member
0 Kudos
600

Hi Experts,

I need to write my code whenever moving average price (MBEW-VERPR) get changed, few scenarios are:

- MBEW-VERPR can be updated from MR21 transaction

- Create Purchase Order then create delivery then transfer order, on confirmation of transfer order MBEW-VERPR can be changed

- It can be changed from MIGO transaction on Goods Receipt and Reversal.

-It can be changed from VL09 transaction on reversal of goods.

My requirement is to make my code as transaction independent, so I need to find out user exit( or enhancement spots) to write my code to update a z-table.

Can anyone help me to find out the correct place to write code?

Regards,

Piyush Yadav

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
175

Changing average price also creates an accounting document, whatever the origin of the change. So you could try BTE 00001025 of Publish&Subs (P/S). From BKPF header information you should be able to find the original documents (marterial receipt, average price change, etc.)

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos
176

Changing average price also creates an accounting document, whatever the origin of the change. So you could try BTE 00001025 of Publish&Subs (P/S). From BKPF header information you should be able to find the original documents (marterial receipt, average price change, etc.)

Regards,

Raymond

former_member265901
Discoverer
0 Kudos
175

Hi Piyush,

Were you ever able to find out the solution on how to achieve this? I have a similar requirement to update the z-table whenever moving average price gets updated.

Thanks,

Ramesh