cancel
Showing results for 
Search instead for 
Did you mean: 

Generic IDoc Sender

Former Member
0 Kudos

I am creating a SOAP/HTTP -> PI -> IDoc scenario. I have it working when I create a sender interface of data type ORDERS.ORDERS05 (or any particular IDoc). I am creating a WSDL and the client uses it to send IDoc data.

Now I am trying to create a generic IDoc sender...one where any type of IDoc can be sent and the sender interface is maybe just a string and conditionally somewhere along the line I will need to determine the IDoc type for the IDoc receiver interface. I am getting various errors (most recently, "unable to find an inbound interface").

Anyone know that this is possible and have recommendations?

Thanks,

Keith

Edited by: Keith Wendel on Sep 28, 2010 7:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
along the line I will need to determine the IDoc type for the IDoc receiver interface.

How are you going to do that?

Former Member
0 Kudos

I was trying to use a condition in the Interface Determination.

If the answer is that the generic IDoc process cannot be done, so be it. I just needed to at least attempt it.