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: 

VA03 updates VL02N automatically

0 Kudos
174

Hi,

I had a strange problem with sale order display.: VA03 updates VL02N automatically.

I am displaying sale order using va03 transaction , then will go into the order and then coming out from the transaction .

Then automatically the delivery related to that sale order getting updated with that user id.

This is happening only to the sale orders where delivery has been created and invoice is not done?

kindly request you all if any body knows why this is happening pls let me know .

I am assuming some userexit is triggering this update and working on this to find out that?

Thank you very much for your help

Thanks&Regards,

Phani Miriyala.

2 REPLIES 2

brad_bohn
Active Contributor
0 Kudos
127

Yes, you're correct - there is some bad user exit code embedded in the sales order code. You can find it either with a trace (ST05) of the transaction (look for the direct update call) or go to the field in the delivery table and double-click on it from SE11, then do a where-used for the field - look for the sales order exit programs in the list.

0 Kudos
127

Because of the user exit MV45AFZA we have got the issue and restricted the user exit not to function when dispaly transaction has been used.