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: 

Connect Idoc to .Net wcf service

Former Member
0 Kudos

Not sure if this is the right venue, but we are trying to see if there is a way to setup SAP to send an Idoc to a .Net WCF Webservice without using a third party system (ie. PI or Biztalk).  We have attempted it but we were not successful in setting it up so just looking to see if it can be done and if so, how to do it.

Thanks,

Chris

1 REPLY 1

Rodrigo-Giner
Active Contributor
0 Kudos

Via Customizing or setting without programming. No...there isn't. You need like you said PI for example.

BUT there is an option, not pretty but I think it could work.

I don't know what IDOC you are sending, but there are exits availables for almost every IDOC type so, in theory you could implement an exit and in the exit consume your .NET WebService. Of course you will have to do the mapping and consume your WS vía ABAP Proxy or any other method.

Regards