cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Stack & Java Stack

Former Member
0 Kudos

Hi,

Can u plz let me know that is there any T-Codes to access the Abap stack and Java stack?

Thanks

guna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Guna,

You can refer this blog to know the various transaction codes in XI (both ABAP and Java stack):

Regards,

Geetha.

Answers (4)

Answers (4)

Former Member
0 Kudos

XI is installed on WAS which has both ABAP engine and Java Engine.

Java Stack:

The J2EE stack contains the Adapter Engine, our mapping programs will get executed in Java stack only. Integration builder, Adapter engine and RWB will be installed on Java engine.

ABAP Stack:

Integration engine, BPM engine will be installed on ABAP stack.

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.

Former Member
0 Kudos

Hi,

ABAP Stack--What ever we access throug GUI ( SAP Screens0

Java Stack--What ever we access through browser

Regards,

Jayasimha Jangam

former_member194786
Active Contributor
0 Kudos

Hi Guna,

I think you are confused about the 2 stacks. These are the 2 platforms on which the various components are installed. ABAP stack is the SAP GUI that we have. And the java stack can be accessed using transaction sxmb_ifr.

Regards,

Sanjeev.

Former Member
0 Kudos

Tha ABAP stack consists of your Integration Engine and Business Process Engine.

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

t-code: sxmb_ifr for IR,ID,RWB,SLD.

sxmb_moni to monitor the messages in integration engine.

Edited by: preethi Prabhu RadhaKrishnan on Sep 5, 2008 6:37 AM