cancel
Showing results for 
Search instead for 
Did you mean: 

checking max. number of pallet in a sales order

former_member822355
Participant
0 Kudos

Is there a way to check the maxium number of pallet in a sales order without writing code?

This to image this:

In the Material Master I have this situation

Material 1 Master 50CS = 1 PALLET

Material 2 Master 70CS = 1 PALLET

Material 3 Master 80CS = 1 PALLET

In Sales order, If the user try to save an order with total quantity > 3 PAL , I want to raise an message, … For example “Maximum number of pallet exceed”.

How Can I do? How can I raise this message, without  writing code? Is there a way to check the maxium number of pallet in a sales order.

Thank in advance.

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

How can I raise this message, without  writing code?

Not possible.  You have to go for user exit only.

G. Lakshmipathi

Former Member
0 Kudos

Can you explore Delivery unit and rounding profile at Sales Org tab of material master :--

Thanks

Rajesh

former_member822355
Participant
0 Kudos

Thank you for your answer. But I would like to check the total quantity of the order , not only the quantity related to a single "material"...