cancel
Showing results for 
Search instead for 
Did you mean: 

Business connector

Former Member
0 Kudos

Guy's

Currently i am working on business connector for

creating sales order for these i am using custom

built BAPI which we are calling via a business connector

and it create sales order,but there are some other

project where we need to created sales order

using IDOC, project is already built ,but they are passing

XML file to Businnes connector which get mapped to these

idoc.my question is

1) how to pass xml to business connector

2) can we use java for these purpose,if so

can somebudy send me sample code for the same

<b>Thanks

sANJU</b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi sanju!

i was searching on sdn regarding help using bapi through business connecter to change sales order.

i saw your scenerio that u already did it xml>business connector->bapi---.sap

so can you help me out how we can map bapi.

i will appreciate your help.

thanks

jawad

Former Member
0 Kudos

i got it...

thanks anyway

jawad

agasthuri_doss
Active Contributor
0 Kudos

Hi Sanju,

It is possible by external HTTP connection to the Business Connector server

This might help you

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

From Page - 3

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

From Page- 4

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

Hello Agasthuri,

you really deserve the point. PDF are really

helfull.thanks

former_member192798
Active Contributor
0 Kudos

Hi Sanju,

I have a document which contains step by step procedure to configure Business Connector.

Do send your e-mail Id.

Regards.

Praveen

former_member192798
Active Contributor
0 Kudos

Hi Sanju,

I hereunder provide you the step by step procedure of configuration settings to connect SAP BC to SAP XI.

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

Hi Praveen

so nice of you,but my question in not related

to connect BC to XI ,but to provide input file to

BC ,which is an XML file ,these XML file will contain

data ,that can be mapped to service written in BC, if

you have can provide step for that,then it will be helpfull