cancel
Showing results for 
Search instead for 
Did you mean: 

Auto update STO after completing partial outbound delivery in EWM

scottcarricknwn
Participant
0 Kudos
322

Business has a scenario where:

1. Create an internal STO

2. Create Outbound Delivery in EWM for STO

3. They receive only partial qty in Outbound Delivery and have no need for additional receipt so they complete the OD.

4. The STO remains open and they would have to manually adjust the quantities there. Their ask is if that component could be automated. Meaning when the OD is completed, the STO quantities would automatically be updated there as well

Accepted Solutions (0)

Answers (1)

Answers (1)

Neeraj_Jain
Active Contributor
0 Kudos

Hello Scott Carrick,

By implementing this bapi "BAPI_PO_CHANGE" it's feasible. The idea is if you have maintain under tolerance of 10% in STO and if material is received greater than 90% in this case custom program will check the STO's whose quantity received 90% of total requested quantity, the custom program will run by a batch job and update the quantity of the STO.

Further check feasibility with your ABAP Consultant.

Please confirm if it's works for you.

Regards,

Neeraj Jain

scottcarricknwn
Participant
0 Kudos

Thanks Neeraj. So to your knowledge there is no system configuration for this and it would have to be handled by customization?

Neeraj_Jain
Active Contributor
0 Kudos

Correct, there is no configuration for this and it will be implemented by customization.