‎2009 Jun 04 2:49 PM
Dear Experts,
I have a scenario where in once the delivery Idoc is kikked off, I need to kick a custom Idoc, can some one please guide me on how to handle this scenario.
Please guide me on how to find a user exit post processing of an Outbound Idoc
Thanks for your time.
-Amit
‎2009 Jun 04 7:29 PM
Hi Amit,
One suggestion would be to create your custom idoc in a standard user exit called for creating delivery idoc. Another way is to create a workflow and trigger it with event once a change pointer is created for your delivery document. This workflow will be a single step task which will call a business object method which will internally call a custom function module to populate and trigger the idoc.
In case you go for second solution and face any issues please let me know. we had a similar requirement in our project and solved it using solution 2.
KR Jaideep,
‎2009 Jun 04 7:29 PM
Hi Amit,
One suggestion would be to create your custom idoc in a standard user exit called for creating delivery idoc. Another way is to create a workflow and trigger it with event once a change pointer is created for your delivery document. This workflow will be a single step task which will call a business object method which will internally call a custom function module to populate and trigger the idoc.
In case you go for second solution and face any issues please let me know. we had a similar requirement in our project and solved it using solution 2.
KR Jaideep,