cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Update after Warehouse Task Creation

0 Likes
4,339

I am trying to update a table after creating a warehouse task for putaway. I am updating the table with the warehouse task creation time. I need the tabled updated the moment the warehouse task is created.

I have tried using /SCWM/EX_CORE_CR_POST, which based on the definition "Update Created WTs" and the parameter IT_ORDIM_O for the method should be what I need, however when I tried creating (without saving) a warehouse task for putaway, the warehouse task is created but this badi is not being triggered.

Is there a reason why it's not triggered and can I have it triggered? Or is there another badi I can use for my requirement.

Edit:

I've found out that only after saving the warehouse task does the CREATE AT field gets filled and an entry in table /SCWM/ORDIM_O gets updated with the newly created warehouse task.

However, even after creating + saving the warehouse task, the badi mentioned above is still not trigger. I am still in need of help.

Accepted Solutions (1)

Accepted Solutions (1)

Hi Kevin,

This BADI gets called in update task FM /SCWM/TO_CREATE_UPD during putaway WT creation.

Switch on update mode and debug your code. See the screenshot -

Let me know if you have other questions.


Thank you so much! I am finally able to stop in this badi. Now I am sure I can use this badi to perform my requirements.

Answers (0)