Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc Post processing

Former Member
0 Likes
667

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

1 ACCEPTED SOLUTION
Read only

jaideepsharma
Active Contributor
0 Likes
403

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,

1 REPLY 1
Read only

jaideepsharma
Active Contributor
0 Likes
404

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,