cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating SAP with BIZTALK

Former Member
0 Kudos

Hi All,

We are trying to integrate SAP with Biztalk without PI .We know that we can create RFC destination to Biztalk to connect send Idoc over to Biztalk as below Link says .

http://msdn.microsoft.com/en-us/library/ms942196.aspx

But apart from this do we need to any XML transformation from SAP or Biztalk will do the xml transformation from Idoc format to XML.

Please let me know on this.

Thanks,

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Madhu,

Yes, you will need the SAP adapter for the IDoc activity. At design time you can generate an Xml schema repreentation of the IDoc. You can then work with it as any other Xml-based document. on the send, the Adapter will accomplish the conversion for you. This is different than other FF scenario's with Biztalk as a FF Assembler pipeline component is required.

We have successffuly integrated our internal systems with 100% BizTalk, RFC and IDo, both Sync and ASync

TR

Former Member
0 Kudos

Hi TR,

Thanks in advance. Could you please provide the documents for the Biztalk integration with SAP.

It will be help full for us.

Please send the docs to tejeswarbasis@gmail.com.

Regards,

Teja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madhu,

Biztalk wont convert automatically from idoc to xml on its side. You need to have a biztalk adapter for sap in biztalk. Then you should be good. You can do direct communication with biztalk without going to pi. Here is the whole documentation:

http://msdn.microsoft.com/en-US/library/cc982364%28v=BTS.10%29.aspx

Regards,

---Satish