cancel
Showing results for 
Search instead for 
Did you mean: 

Conditions in sales order

Former Member
0 Kudos

Hi Experts,

My Requirement is that User should not able to save the sales order of the conditions are blank ( value zero).

Please le me know how i can achieve it.

Thanks and Regards

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Is the requirement is if price should not be ZERO or any condition record should not ZERO?

If price should not be ZERO, then you can mark your relevant price condition in your pricing procedure as " Required".

In the order item completion procedure (OVA2) you can add line VBAP - PRSOK - status Group 05.

In the status Group defintion of 05- block delivery , picking, PGI and Billing. So if the order item value is ZERO then the line item cannot be delivered / pgid / billed.

If you want to not allow the order to be saved then you should go for development. In user exit MV45AFZZ - userexit_save_document and userexit_save_documnet_prepare you need to include the logic to issue hard error if the Price of the item is ZERO.

Hope this helps

Regards

Sai

Answers (0)