cancel
Showing results for 
Search instead for 
Did you mean: 

communication between abap stack and java stack

Former Member
0 Kudos

Hi

When JAVA stack communicates with ABAP stack it does it thru JCO.

Could you please tell me during operation of XI how they communicate with each other ?? I mean during the passing of data from sender systemt to receiver system will they communicate with each other ??

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member335553
Active Contributor
0 Kudos

Hi

Tha ABAP stack consists of the Integration Server which in turn contains your Integration Engine and Business Process Engine.

The J2EE stack contains the Adapter Engine and your IR and ID run on the J2EE engine.

Most of XI pipelines happens in the ABAP stack.

All messsages picked by the Adapter Framework running on the J2EE engine are passed to the Integration Engine, which does the routing. The mapping program again gets executed on the Java stack and the rest of the pipeline servies are executed again on the ABAP stack and so on.

please go through links::

-


https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/4aa47d27-0a01-0010-5db4-bb62dfc8c0...

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

yes the Communication between ABAP and Java Stack is done via JCO.

The connections used for this are, the TCP Ip connections in SM59

1. AI_RUNTIME_JCOSERVER

2. AI_DIRECTORY_JCOSERVER.

regards

Bhavesh

prabhu_s2
Active Contributor
0 Kudos

mapping is executed in java stack and the pipeline services gets executed in abap stack