cancel
Showing results for 
Search instead for 
Did you mean: 

BC adapter as sender

Former Member
0 Kudos

Hi all

I am working on Scenario BC 4.7 to XI 3.0

In this scnario I am posting IDoc from R/3 system to BC server and then BC system will route tht IDoc-XML to XI system and thn I am sending tht Idoc Xml to FTP

I configured BC adapter as sender on XI side .

What are the setting I have to do on BC side and XI side to configure BC adapter as sender ?and How the service in BC will trigger this event?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Dear Nagsen,

This might help you

/people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96ed2129-0b01-0010-2e91-c45...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5b...

Regards

Agasthuri Doss

Former Member
0 Kudos

Dear Agasthuri

It was helpful Thank you

But All this stuff talks about Http adapter.

I am using BC4.7 So I can use BC adapter provided by SAP XI 3.0 as sender

Any link for that appreciated.

Thanks in advance

former_member192798
Active Contributor
0 Kudos

Hi Nagsen,

Do send across your e-mail ID. I will send you my document.

Regards.

Praveen

former_member192798
Active Contributor
0 Kudos

Hi Nagsen,

To connect an SAP BC to SAP XI, you must make configuration settings in the SAP BC. You must define the Routing Rule for communicating with the Adapter Engine. Fill the parameters as mentioned below:-

Transport = XML

Configure XML Transport:-

URL = Address of the Adapter Engine

XML Dialect = SAP XML

UserName

Password

You configure the Sender SAP BC adapter to forward RFC-XML messages from SAP BC.

Transport Protocols = HTTP

Message Protocol = RFC XML with Envelope

Adapter Engine = Integration Server

Persist Duration = Specify the length of time in Days, Hrs, Min and Sec.

Number of Retires = No. of attempts in case of an error.

Retry Interval = Specify the retry interval in Days, Hrs, Min and Sec.

Timeout = Specify the time period in Days, Hrs, Min and Sec.

You configure the Receiver SAP BC adapter to forward RFC-XML messages to SAP BC.

Transport Protocols = HTTP, HTTPS

Message Protocol = RFC XML with Envelope

Adapter Engine = Integration Server

Login Data = URL (Address of the SAPBC Server), Username and Password

Persist Duration = Specify the length of time in Days, Hrs, Min and Sec.

Number of Retires = No. of attempts in case of an error.

Retry Interval = Specify the retry interval in Days, Hrs, Min and Sec.

The modules used to configure SAPBC Adapter are:-

localejbs/BcAdapterModuleConvertBean

localejbs/BcAdapterModuleSenderBean

I hope this provides you a solution.

Regards.

Praveen

Former Member
0 Kudos

Thanks praveen

It was really very help ful