Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help process order -> reservation

Former Member
0 Likes
615

Hello,

How can i analyse all what happened on process order , to get when and how close reservation?


thanks

1 ACCEPTED SOLUTION
Read only

0 Likes
583

Hi,

Atleast we need to analyse below things.

1. You can check order status

2.you can check goods movements for that order, using transaction MB51 or use table MSEG.

suppose for one order of Qty 10, three RM required to produce that order having qty 100 each, so need to validate each consumed for that order with movement 261.

3.Activities posted for that order.

If everything is fine we can use below while confirmation of order.

reservations will clear automatically.

Hello,

How can i analyse all what happened on process order , to get when and how close reservation?


thanks

1 REPLY 1
Read only

0 Likes
584

Hi,

Atleast we need to analyse below things.

1. You can check order status

2.you can check goods movements for that order, using transaction MB51 or use table MSEG.

suppose for one order of Qty 10, three RM required to produce that order having qty 100 each, so need to validate each consumed for that order with movement 261.

3.Activities posted for that order.

If everything is fine we can use below while confirmation of order.

reservations will clear automatically.