cancel
Showing results for 
Search instead for 
Did you mean: 

Execute Business Transaction from xMII via XI to SAP R/3

Former Member
0 Kudos

Hello everyone,

I have a requirement to post the SAP R/3 transaction from xMII via XI. Does anyone one could give me the steps needs to follow to accomplish this.

Thanks,

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member265993
Discoverer
0 Kudos

Mahesh,

So as i understand your flow is xMII -> XI -> SAP ECC. So basically in this case u can setup XI to host a web service and xMII can call the web-service and post the data to XI. You will have to get the WSDL for the XI Web Service and then use it in the Web Service action block in xMII to consume. You will also need to setup the soap adapter in XI to receive the web service call from xMII. Once xMII calls the web service, XI can then update the data into SAP ECC either thru Idoc or RFC adapter.

So once your trigger point in xMII is activated, it should call the BLS which in turn will call the XI Web Service and post the data to XI.

In case the scenario is the other way round you can also host your BLS as a Web Service in xMII. XI can then call the web service and send the data to xMII. Alternatively you can also use the http post action block in xMII to do the same.

Let me know if you need anymore info.

Thanks,

Kapil.

Answers (2)

Answers (2)

Former Member
0 Kudos

Ajay,

Thanks for your reply.But it doesn't help me. So let me put my requirement in more detail level. When we are connecting xMII directly with SAP we use JCO action block in the business logic transaction.But in my case we are connecting xMII with SAP via XI. So in what way this would be different in BLT for the later case.

Thanks,

Mahesh

former_member192939
Active Participant
0 Kudos

Mahesh,

As you said.. you can communicate with SAP, using MII without XI.

If you want to update ERP with data from MII and XI, may be you need to use the BLT as a webservice and obtain the required info in XI. I dont know how XI works.

Good luck,

Ajay.

former_member192939
Active Participant
0 Kudos