cancel
Showing results for 
Search instead for 
Did you mean: 

Send idoc to other system via SOAP

Former Member
0 Kudos

Hi,

I intend to implement an interface with other system non SAP, to send idocs via SOAP.

I've read some documentation on sdn but i'm very confused about Was / XI / BSP and some others terms.

Please, can someone help me, driving me to the right way and where to start ?

I don't know either if this the best solution to send many idocs... I'm talking about 10000 idocs each time.

In advance, thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Vitor,

I suppose u want to distribute data of Idocs to a system which accepts SOAP request. For the same u can use XI with necessary distribution model on R/3 side to post the IDoc to XI and XI SOAP receiver adapter making a call to necessary SOAP server to post the data.

Regards

Rajeev

Former Member
0 Kudos

Hi Rajeev

Thanks for your answer, but we have a small problem. Our R/3 doesn't have XI installed because it's a licenced module and we must buy it.

I'm looking for a solution who doesn't need XI. Is it possible ?

VF

Former Member
0 Kudos

Hello

If ur R/3 system is Web AS 6.4 then u can implement SOAP client in ABAP itself. In that case I guess u can implement userexit where u can post the IDoc data to target system making a SOAP call.

Regards

Rajeev

Answers (0)