Application Development 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: 

IDoc triggering without Output type?

former_member321557
Participant
0 Kudos

Hi Experts,

I need a help regarding triggering of IDoc. I need to trigger an o/b IDoc for message type SHP_OBDLV_SAVE_REPLICA without having output type on creation or save. Could you please anyone advise is there anyway to do it? It would be great if someone have come across for this kind of req and would helpful for me share same with me.

Thanks.

1 ACCEPTED SOLUTION

brad_bohn
Active Contributor
0 Kudos

You can do it with the standard distribution function in a user exit, but why would you do it without an output type? You'll have no record or log of the processing and no control over the dispatch.

2 REPLIES 2

brad_bohn
Active Contributor
0 Kudos

You can do it with the standard distribution function in a user exit, but why would you do it without an output type? You'll have no record or log of the processing and no control over the dispatch.

0 Kudos

Hi Brad,

Thanks for your input. Is there any o/b process code exists for Idoc type SHP_OBDLV_SAVE_REPLICA02? Could you anyone share if there is any.

Thanks