cancel
Showing results for 
Search instead for 
Did you mean: 

ATP check with dispatched planned order

Former Member
0 Kudos

Hi  experts,

We are looking  for a solution, regarding ATP check.

Regarding ATP check parameter (OVZ9), there are 4 types in planned order coverage

1.   blanks,

2.   X=  all palnned order,

3.   A=  Firmed up planned order

4.   B=  Completed  planned orders (componets are checked)

However our users want to include dispatched orders only, which are allocated workcenter with CM25, considering line capacity.

   -----> only PLAF-KAPFX ( capacity for planned order dispatched)= "X" is included during ATP check, just firmed up PLAF shoud not be included.   

Does anyone know some exit/BAdi or special solution for it?

Thanks in advance.

BR

Hiro Okamoto


Accepted Solutions (1)

Accepted Solutions (1)

former_member223981
Active Contributor
0 Kudos

Hi Hiro,

Unfortunately, there is no standard solution to this in ECC ATP. Maybe SCM ATP gives you an option to do something on this.

Furthermore, there is no easy solution to this regarding exits / badis either. The problem is that the read on the OVZ9 settings and then the select on the relevant tables comes AFTER EXIT_SAPLATPC_001 so this exit will not be helpful.

EXIT_SAPLATPC_002 allows you to modify the availability result and could be an option, but it will require significant coding effort. You would need to calculate the total receipt quantity of the planned orders that the standard code has selected. Subtract this quantity from the confirmed quantity. Add the total receipt quantity of the planned orders with PLAF-KAPFX = "X". Then add this quantity to the confirmed quantity. I am not sure this would even work in practice and it could distort the ATP result. There may be a better way to include only dispatched planned orders. But I do not see any other option than within EXIT_SAPLATPC_002.

Answers (0)