Skip to Content
0
Former Member
Jul 08, 2009 at 05:12 AM

MV45AFZZ not working for VA42

105 Views

Hi,

A Contract Order is made using VA41 with 'X' quantity. With reference to this multiple Contract Orders should be made with the total of the quantities not exceeding 'X'. For this i used MV45AFZZ and kept the coding which generates error message if the sum of the quantities exceeds 'X' when creating a particular Contract Order. This is working fine while creating Contract Orders . But after creation,they want to change the Quantity of the Contract Order in CHANGE mode. If the quantity exceeds 'X' after changing the Quantity,it should raise an error message .But in VA42 ,MV45AFZZ is not getting called. Is there any other 'Include' for VA42? Please help

For example in VA41, Contract Order 11111 is made with Quantity 100 kg.

With reference to 11111, Contract Order 22222 is created with Quantity 50 kg

Contract Order 33333 is created with Quantity 30 kg

Contract Order 44444 is created with Quantity 20 kg

Now the total of this Quantities has come to 100kg and if they create any Contract Order with reference to 11111,it will generate an error message that Quantity exceeded 100 kg.

But if they go to VA42 and change the quantity of the 33333 to 40 kg ,its not generating error message as in this case Quantity has exceeded 100 kg. In VA42 ,mv45afzz is not getting called up. Please help.