Question:
Hi to all,
Is there anyone to give me an idea how to trigger a workflow for goods receipt?
I will be using transaction MIGO and ( I think) business object MKPF.
Do I have to setup an event for that?
Thank you
HAL
Answer:
I don't have an answer to this one, but I too would like to know if someone has any advice on this.
Answer:
Hi,
There are two possible approaches you can take:
1) You can configure an output type which raises the event for you, then add that to your output procedure for material documents. I believe the transaction for all this is NACE. I must admit, I've struggled to get this to work in the past, mainly cos' I'm not really an MM config. guru.
2) Look for the user-exit which is called just before the work is committed to the database, and raise the event programmatically using FM 'SWE_EVENT_CREATE_FOR_UPD_TASK' in update task - this definitely works, and I've used it loads in the past.
Hope that helps,
Tim