cancel
Showing results for 
Search instead for 
Did you mean: 

Availability Check during MIGO_TR

Former Member
0 Kudos

Here is the scenario:-

We use MIGO_TR to transfer the stock from IM managed storage location to EWM storage location. Movement 301.

MIGO_TR creates Inbound Delivery which is then processed in EWM.

Problem:- System allows to create Inbound Deliveries without checking existing deliveries already created by user. Result:- Total number of quantity in all inbound deliveries exceeds available quantity of material.

Example:- If I have stock of 100 TO & user is doing MIGO_TR of 110 TO then system gives stock deficit error message.

But if user creates multiple Inbound deliveries of 50 TO multiple times system does not check open deliveries (every time it just compare Total Qty available).

I have always seen availability check on outbound delivery side but is there anything relevant config in this scenario to avoid this situation.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183610
Active Contributor
0 Kudos

Hi Virendra,

Try with configuring the inbound validations within ECC.

Here is the path.

Spro-img-Logistics Execution-Extended Warehouse Management Integration-Extended Inbound Delivery Processing-Configure Inbound Validations

C K Reddy

Former Member
0 Kudos

Hi C K,

Thanks for your reply.

We have checked the validations, but its of no use to control availability check. Tried creating few validation profiles along with routines but not successful.

We are looking for ATP check functionality usage which can be achieve via Checking Rule & Availability check combination.

We tried lots of permutation combination in this area too but could not succeed.

IS there any other way to achieve this?

Regards

former_member183610
Active Contributor
0 Kudos

Hi,

Try with the below BAdi to execute the availability check.

/SCWM/EX_DLV_AVAIL_CHECK – Availability Check Processing of Input and Out-

put Data

C K Reddy