cancel
Showing results for 
Search instead for 
Did you mean: 

Material availability check after order release

Former Member
0 Kudos

Dear Forum,

I had found very useful document. Thanks to Maria for this document.

I had configured same way also, I have one more question on that.

It is working fine while releasing, but once order has been released and if we add more component, will it work? With out select Material availability icon at top.

I tried after released but it seems it is not checking availability?

Is there any solution to check availability after order release?

Thanks,

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Your observation is standard behavior.

To meet your new requirement, you need to write code in exit IWO10009, so as to ALERT you (Throwing a warning which does not stop Order Save) OR to Prevent Order from Save (Throwing an error), in case new Materials are not in stock.

Another option is to use exit PPCO0023, which can throw error at the time of adding the component itself in case the material is not in stock.

Regards

KJogeswaraRao