Tcode :
The heart of PI is Integration Engine that is used for integrating different technologies using Standard Messaging techniques, e.g XML
Go to SXMB_ADM transaction. Choose Integration Engine Configuration.
There can only be one Integration Server within an SAP system. In other words, the configuration of an Integration Server is limited to exactly one client.
It receives XML message, determines the receiver, executes the mappings, and routes the XML message to the corresponding receiver systems. Thus configured Integration Engine is identified to be Central Configured Integration engine.
Application system The Application system will not execute the integration logic. It in turn calls the integration server to execute the integration logic if required. It acts as sender or receiver of XML messages. So, the Application system with a local Integration Engine requires the Integration server to execute the integration logic.
v Two ways of Global configuration for configuring your business system to call an Integration Server (Other than your business system):
o http://<host>:<port>/sap/xi/engine?type=entry
<host> - Integration Server host name
<Port> - HTTP port.
Note: Provide the user and password with the HTTP service (/sap/xi/engine) in the target system. All the XML messages on the Integration Server are processed using the above user details.
? dest://<Integration Server-Destination>
Create a RFC destination of type H in the current client and provide host name, port of the integration server and path prefix as
/sap/xi/engine?type=entry
Also provide the user and the password.