Enhancements in GR
We are doing a GR with reference to Process Order '101' (MB31). Are there any enhancements which gets triggered after the Material Doc gets posted. The user exit MB_CF001 which gets triggered before the actual database update does not serve our purpose.
Any input will be really helpful.
Thanks.
I don't believe any of the user exits are after or at update. You may have luck finding a BADI (transaction SE18), but even then it would be in the update task at the latest. If you want to kick something of AFTER update is completed, you will most likely have to use events and or workflow.