cancel
Showing results for 
Search instead for 
Did you mean: 

application system and integration server

Former Member
0 Kudos

difference between application system and integration server?

in which case we use each of them

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> difference between application system and integration server?

In very simple words..

Application system: This is the system where you run all your applications. e.g R3 system

Integration Server: The system which integrates one or more systems is called the Integaration server. e.g XI

> in which case we use each of them

Suppose you are having a scanario called IDCO to FILE. Then in this case you will be sending the IDOC from Application System to Integration Server.

Former Member
0 Kudos

Thats what i am looking for.i tried and searched but cant find answer like that. crystal clear.

Thank you

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Go through the following links:.

https://forums.sdn.sap.com/click.jspa?searchID=16889359&messageID=4980258

Regards

Sridhar Goli

dharamveer_gaur2
Active Contributor
0 Kudos

Integration Server and Integration Engine are used synonymous with each other. But there is a sublte difference if you actually look into the XI architecture images provded by SAP.

The Integration Server contains,

1. Adapter Engine

2. Business Process Engine

3. Integration Engine.

So, taking this into picture I guess Integartion server is a collection of these 3 while integration engine is one of the runtime components of XI. All messages are processed in the Integration Engine.

Integration Engine -

http://help.sap.com/saphelp_nw04/helpdata/en/70/58b43be7492354e10000000a114084/content.htm

Integration server -

http://help.sap.com/saphelp_nw04/helpdata/en/e1/0c733cb7d61952e10000000a11405a/content.htm

Former Member
0 Kudos

Hi

Integration Engine:

In Intergation Engine message is processed through different steps these processed one after the other these steps are pipeline steps . it is called is called pipeline it same logic as pipe fristinfirstout.

pipelinestep: Receiver determination,interfacedetermination,routing,mapping,calladapter.

The Application Server or you can say web application server is fully J2EE compatible and is certified by sun. JMS is part of the J2EE specification, thus every program that works with JMS should be able to work with the JMS provider of the server. The JMS runs by default,

Regard's

Chetan Ahuja