cancel
Showing results for 
Search instead for 
Did you mean: 

EWM WT immediate confirmation and LOSC

ales_knor01
Explorer
0 Kudos
1,369

Hi, I have putaway process from production with multiple LOSC steps A->B->C->D. Everything is working as it should. The problem comes when I want the first step to be confirmed automatically. When I set the warehouse process to confirm from A to B wt immediately, LOSC does not work. I understand this because the LOSC logic is called when the wt is confirmed and in this case the wt is created as confirmed. I can run a job to confirm wt in the background but I'm looking for a more elegant solution. Any idea is welcome..

Accepted Solutions (1)

Accepted Solutions (1)

LaurinPS
Explorer

Hi, we faced a similiar issue with the standard auto-confirmation. We implemented BAdI /SCWM/EX_CORE_CR_POST and call function /SCWM/TO_CONFIRM in RFC mode. May not be the best option but it works and the performance is good.

ales_knor01
Explorer
0 Kudos

Thank you! I thought the same thing, but I wasn't sure if it was possible. I was worried about wt being committed in the database before confirmation in update task.

Answers (0)