Home > SAP software/management Tips > SAP tips and best practices > Introduction to the SAP XI (Exchange Infrastructure) - part one
SAP Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

SAP TIPS AND BEST PRACTICES

Introduction to the SAP XI (Exchange Infrastructure) - part one


Paul Medaille, Education Consultant, SAP America
05.27.2004
Rating: -3.87- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


SAP NetWeaver is gaining traction in the marketplace as customers realize what a powerful application and integration platform it offers. This has resulted in tremendous interest in the Process Integration layer of the NetWeaver stack, implemented by the SAP Exchange Infrastructure, also known as SAP XI.

In this article I will describe the basic conceptual framework of the Exchange Infrastructure; in a subsequent article, I will detail the specific components of the XI architecture.

A good place to start is to consider the integration landscape that exists in most data centers today. Interfaces that connect different systems are generally peer-to-peer, custom-coded, and expensive to maintain. Furthermore, if one were to ask, "where is the information about a particular interface to be found," the answer would be generally hazy at best: it would be a few lines of comment at the front of a custom program, some document in some dusty binder on some forgotten shelf, or somewhere in the mind of the developer.

Perhaps the current landscape also has, in addition to custom interfaces, a host of middleware solutions from various vendors, each requiring its own expertise and maintenance. And this is just for integrating systems within our own enterprise boundary; the situation becomes worse when we consider the demands of B2B scenarios with a mixture of standards like EDI, EDIINT/AS2, RosettaNet, etc. And then, of course, there may be Business Process Management or Workflow engines from various vendors. We typically end up with what is frequently called the "integration spider web," or, with perhaps a better metaphor, the "integration hairball."

The XI straightens out the integration landscape using interface-based, SOAP-XML messaging. It offers transparency into the integration landscape via central repositories of shared collaboration knowledge. It provides unified message handling for both A2A and B2B scenarios. The XI allows SA...


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Introduction to SAP XI
Hitting the stride with SAP XI: On Whether Exchange Infrastructure is "All That"
Business case for SAP XI 3.0
Should we replace ALE with SAP XI?
Is SAP XI a hot career area for consulting yet?
Understanding SAP NetWeaver process integration
SAP Exchange Infrastructure: Process-Centric Collaboration
My version of 'XI 3.0 for Dummies'

SAP tips and best practices
Minimizing business disruptions during an SAP upgrade or implementation
Retrieving content from an SAP workflow attachment
Updating URLs in SAP SRM
How to change default settings in SAP SRM
What are the benefits of implementing SAP SRM?
Increase column width in a transaction screen
Updating an RT table entry in SAP HR Payroll -- without the ADDWTE option
Is this the quickest way to find a BADI?
Adding custom fields for retail product comparisons in SAP BW
Improving performance with ABAP Objects in SAP Workflow

SAP PI/XI
NetWeaver PI 7.1 easier to implement than earlier versions, SAP says
Getting started with SAP NetWeaver PI (formerly XI)
Bucking the economic trend, HSBC embarks on NetWeaver PI project
How to be a self-taught NetWeaver and ABAP expert
An ABAP user wants to learn XI
What are the benefits of EAI?
Quiz: SAP XI for beginners
XI: Search through the payload of a message... without TREX!
Automate the process of uploading catalogs using XI
Using Folders in PI 7.1
SAP PI/XI Research

RELATED GLOSSARY TERMS
Terms from Whatis.com − the technology online dictionary
SAP Exchange Infrastructure  (SearchSAP.com)

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


P applications to communicate natively in the XI message format via proxies. It incorporates adapters for communication with RFC, IDOC, and non-SAP systems (which may be, for example, flat files, JMS queues, plain HTTP, applications from other vendors, or industry standards). It defines all integration objects using web standards such as WSDL, XSD, BPEL4WS, etc. And it is built on the robust, scalable, reliable, and powerful architecture of the SAP Web Application Server.

Let's look closely at this idea of interface-based message processing. When we think of interfaces, we generally think about the connection between two systems. In the XI, however, we define the interfaces for a given system independently of the interfaces to which they will eventually be connected. Message Interfaces are platform- and language-independent objects defined in Web Services Description Language (WSDL). Message Interfaces include Message Types and Data Types (both defined in XSD) for maximum reusability. Message Interfaces have two important attributes: mode (synchronous or asynchronous) and direction (inbound or outbound).

To implement an integration scenario, we simply identify the interfaces that participate in the exchange and provide the mapping program(s), which can be generated out of a graphical mapping tool to mediate between the source and target interfaces. If a given interface is to be re-used in another scenario, we need only provide the new mapping program(s). This is what is meant by loose coupling of systems.

Interface objects, including Business Scenarios, Business Processes (more on these later), Message Interfaces, Message Types, Data Types, Message Mappings, and Interface Mappings, are stored in a central repository of design-time objects called the Integration Repository. Part of what makes the XI such an attractive integration platform for SAP customers is that the content of the Integration Repository can, to a large extent, be delivered by SAP and other vendors. This greatly reduces the amount of work that an integration developer has to do; it also insures high-quality content.

Furthermore, while Business Scenarios are used to describe and document the Integration Scenarios implemented through the XI, they can be extended via the integrated Business Process Engine to implement cross-component Business Process Management, or ccBPM. Think "workflow on steroids".

Once the developers have designed the integration scenario, Technical Integrators, working in the so-called Integration Directory, configure the scenario by correlating sender and receiver systems for the defined interface objects. This includes defining the Receiver Determination, in which one or more business systems are selected as the targets of a message (perhaps based on the specific contents of the incoming message); the Interface Determination, in which a target interface is selected (for instance, we might choose, on the SAP side, either a BAPI or an IDOC as the target interface); and Technical Routing, where we create a binding to a specific protocol for a specific destination.

The configuration created in the Integration Directory is executed at runtime by the Integration Server. The Integration Server hosts the XI Pipeline, a sequence of processing services through which all messages are passed (thereby insuring that all messages are processed in a consistent way). When a message is received at the Integration Server, the SOAP header is examined for information on the message sender and interface. Based on these routing keys, all eligible configurations defined in the Integration Directory are executed. The capabilities of the Integration Server include sending to multiple receivers; splitting of a message into multiple messages; content-based routing; and Best Effort, Exactly Once, and Exactly Once In Order message processing (analogous to sRFC, tRFC, and qRFC, respectively). If one of the participants in a scenario is a Business Process, then a workflow is instantiated on the Web Application Server.

The next 'SAP Higher Education' tip will detail the components of the Exchange Infrastructure and describe more fully the process of implementing a scenario in XI.

SAP Education offers training for development and technical integrators who need to learn the Exchange Infrastructure. To learn more about training for the Exchange Infrastructure, check out the SAP Education Web Site. This site is constantly updated with new offerings. To speak to a SAP Education Representative, please contact the SAP Education Help Desk at 1-877-876-7271.


Rate this Tip
To rate tips, you must be a member of SearchSAP.com.
Register now to start rating these tips. Log in if you are already a member.




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



NetWeaver SAP White Papers
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2000 - 2009, TechTarget | Read our Privacy Policy
SearchSAP.com is a search service provided by TechTarget and is completely
independent of and not affiliated with SAP AG.
  TechTarget - The IT Media ROI Experts