cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Delivery creation process when there is no enough stock

Former Member
0 Kudos

Hi I have a required where the user is trying to create the deliveris using VL10A and when there is no enough stock , I need to stop the delivery getting created...

Ther material is not ATP relevant...so is there any way that I can stop it.

Please advice

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

hi TCode,

try to use user exit MV50AFZ1. Within this exit you can implement your own coding and perform additional checks before saving the delivery. (please check SAP Note #415716)

Maybe it is useful for you, just to show the items with stock in VL10. To influence the list shown in VL10, you can use the userexits within include RVV50TOP. (please check SAP Note # 198137).

regards

Ralf