cancel
Showing results for 
Search instead for 
Did you mean: 

XI Servers Archtechure.

Former Member
0 Kudos

Hi,

Is XI uses ABAP/Java Engine. Could you please explain what kind of Servers available in XI how they are configured. How the flow Happen on different servers.

Answers (5)

Answers (5)

Former Member
0 Kudos
Former Member
0 Kudos

/people/manish.agarwal4/blog/2007/03/28/sap-centric-enterprise-architecture--part-1--sld-as-its-cornerstone

/people/manish.agarwal4/blog/2007/04/01/sap-centric-enterprise-architecture--part-2--sld-topologies

check this links

GabrielSagaya
Active Contributor
0 Kudos

XI uses both java and ABAP stack.

SLD,IR,ID,RWB,AE are in JAVA stack

BPE,IE are in ABAP stack

Integration Server: It is the central and core part of XI used for processing the messages. It receives the message from Sender and applies the Logical routing, Technical Routing, Mapping and sends to the Receiver through communication channels developed in the integration directory. It has the following parts in it, used for specific purposes.

1. Integration Engine

2. BPE

3. Adapter Engine

Message Flow in IE-Pipeline steps

Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping

Message Flow in AE

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

Former Member
0 Kudos

Hi,

Refer this blog for Message flow in XI

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

It will explain how message is flow from differnent server.

It supports both. Java engine is must because some component are build on Java Engine. ex: Adapter engine, IE

Former Member
0 Kudos

Is XI uses ABAP/Java Engine

Xi requires Double stack

ABAP + JAVA Stacks

Bcoz some components are developed on JAVA

Some components are developed on ABAP Based.

JAVA:

Integration Builder

SLD

Adapter Engine

Runtime Workbench

ABAP:

BPE

Integration Engine

Integration Engine and the Integration server are sits on ABAP Stack. All the Execution of the IS part will be done on ABAP Stack. we can monitor the processed XML messages also in SXMB_MONI( ABAP Stack)

Adapter Engine will be there on JAVA Stack. All the IR, ID, SLD, RWB Application are developed on JAVA Stack, so thats why we need JAVA Webstart to run these Applications

All the Adapter related Errors we can see in RWB, Communication channel monitoring( Developed and sits on JAVA stack)

Idoc,XI,HTTP These adapters are working in Integration Engine

Xi Architecture

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Check this SAP presentation on XI architecture:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c75ee690-0201-0010-7baf-af868a64...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a3d3c390-0201-0010-c490-bd8...

ASAP of SAP XI http://media.sdn.sap.com/html/submitted_docs/Implementation_Roadmap_XI/index.htm

/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

Thanks

Vikranth