cancel
Showing results for 
Search instead for 
Did you mean: 

freezing of an order

Former Member
0 Kudos

1. Created a sales order by sales rep.

2. logistics wants to freeze (cause of some business constraint) that order for next 30 days so that change in sales order is not possible....

How can we handle such scenario...

Regards

Vish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can put validi upto date in sales screen throug which you can controll.

Hope this will work.

Thanks

Trupti

reazuddin_md
Active Contributor
0 Kudos

Hi,

What do you mean by Freezing sales order. Do you mean it should not allow any changes & order status should be complete/ open?

What about already passed requirement? Does this requirement should not show in MD04?

What could be the reason from the logistics - why they want to hold the order?

"Freezing of an order"- carries many other questions needs to be answered.

Doesnt Reason for rejection support for the same- which you can remove & process the order as normal order.

Regards,

Reazuddin MD

former_member184555
Active Contributor
0 Kudos

Hi

This can be handled through a user exit. Create a new blocking reason (delivery block or billing block depending on your subsequent activity) and apply this block in the sales order either automatically based on certain criteria or apply it manually. When any changes are made to the sales order, system should check for the block and if it exists, should throw an error saying that sales order changes are not allowed. When the block is removed (this is also a change in sales order and should be carefully handled in the code), system should allow for changes to that sales order.

Thanks,

Ravi