SlideShare a Scribd company logo
1 of 159
Download to read offline
© Genie Press 2007
A Step by Step Guide
Creating a BPM Scenario in SAP Exchange
Infrastructure 3.0
Authored by
Kevin Wilson
With contributions by Alistair Rooney and David Propst
http://www.geniepress.com
XI IS
CRM
ECC
XI BPM
Integration Process
DEMO
Order
XI IS
1) MT_ORDER
(DT_ORDER)
Receiver Determination
2a) ORDERS
(ORDERS05)
Sales Order
2b) MI_BPM_TRIGGER
MI_BPM_TRIGGER
MT_BPM_TRIGGER
(DT_BPM_TRIGGER)
Sales Order
Response
Middleware
Receiver Determination
3) ORDRSP
(ORDERS05)
Order Response
4a) MT_ORDERRESPONSE
(DT_ORDERRESPONSE)
4b) MI_BPM_TRIGGER_MATCH
MI_BPM_TRIGGER_MATCH
MT_BPM_TRIGGER
(DT_BPM_TRIGGER)
DocNum
S
O
A
P
F
T
P
I
D
O
C
I
D
O
C
Email Client
Order Response
Failure
M
A
I
L
4c) XI_MAIL
© Genie Press 2007
Copyright @ 2012 by Genieholdings.com, Inc.
Published 2007 and re-released in 2012 by Genie Press, a division of Genieholdings.com, Inc.
All rights reserved. No part of this publication may be used or reproduced in any manner whatsoever
without either the prior written permission of the publisher or a license permitting restricted copying in the
United States or abroad.
Trademarks:
Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of
a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark
owner, with no intention of trademark infringement.
SAP, SAP Logo, R/3, mySAP, mySAP.com and other SAP products and services mentioned herein are
trademarks or registered trademarks of SAP AG.
All product names are trademarks of their respective companies.
Disclaimer:
This is not a product of SAP AG nor are they the publisher of this book and as such are not responsible for it
under any aspect of the law. This publication is an independent view and is for instructional purposes only.
The publisher does not offer any warranties or representations nor does it accept any liabilities with respect
to the content of this publication. The information in this book is distributed on an “as is” basis, without
warranty. Although every precaution has been taken in the preparation of this work, neither the author(s),
nor Genie Press of Genieholdings.com Inc. shall have any liability to any person or entity with respect to any
loss or damage caused or alleged to be caused directly or indirectly by the information contained in this
work.
http://www.geniepress.com
© Genie Press 2007
“A big shout out to my fellow road warriors Dave Propst and Alistair Rooney for
their valuable contributions, not only to this quick guide book, but to the SAP
integration community as a whole.
Dave and I have worked several projects together and he’s my number 1 go to
guy for Integration Architecture stuff….
Whereas Alistair literally wrote the book on ABAP and Java! Who knows it better
than him? I challenge you to find someone….
Although this book runs the older release of XI, I still have folks finding it useful in
pulling it together for the new versions of PI. The screens may have changed but
the concept and objects haven’t changed too much. This book helped several
folks find their legs in XI to such an extent that they became XI and now PI
consultants and make a decent living out of it. If this is too old for you then don’t
print it and carry on with life, but if it is then know that I am pleased that it has
helped out a little. Please don’t ask me to update it to the latest version, as I have
moved on to more fun topics like SAP Event Management and Sybase ESP ;)”
Kevin Wilson
In association with http://www.erpgenie.com
Table of Contents © Genie Press 2007 Page 4 of 159
Table of Contents
INTRODUCTION 8
Background ............................................................................................................................... 8
About the Author....................................................................................................................... 9
How to use this book ................................................................................................................ 9
The Scenario............................................................................................................................ 10
PHASE 1 : SYSTEM CONFIGURATION 12
1.1. Software Component ................................................................................................. 12
1.2. Clear SLD Cache .............................................................................................................. 13
1.3. Import Software Component........................................................................................... 14
PHASE 2 : INTEGRATION BUILDER DESIGN 15
2.1. External Definitions ......................................................................................................... 15
2.1.1. XI_MAIL.................................................................................................................. 16
2.2. Data Types ........................................................................................................................ 17
2.2.1. DT_ORDERS ......................................................................................................... 18
2.2.2. DT_ORDERRESPONSE........................................................................................ 18
2.2.3. DT_BPM_TRIGGER............................................................................................... 19
2.3. Message Types................................................................................................................. 20
2.3.1. MT_ORDER ........................................................................................................... 20
2.3.2. MT_ORDERRESPONSE ....................................................................................... 21
2.3.3. MT_BPM_TRIGGER .............................................................................................. 21
2.4. Message Interfaces .......................................................................................................... 22
2.4.1. MI_ORDER............................................................................................................. 23
2.4.2. MI_ORDERRESPONSE......................................................................................... 23
2.4.3. MI_BPM_TRIGGER ............................................................................................... 24
2.4.4. MI_BPM_TRIGGER_MATCH ................................................................................ 24
2.4.5. MI_EMAIL............................................................................................................... 25
2.5. Import IDoc Type.............................................................................................................. 26
2.5.1. ORDERS.ORDERS05 and ORDRSP.ORDERS05................................................ 26
2.6. Message Mapping ............................................................................................................ 27
2.6.1. MM_Order_to_ORDERS05.................................................................................... 27
2.6.2. MM_Order_to_BPM_TRIGGER ............................................................................. 28
Table of Contents © Genie Press 2007 Page 5 of 159
2.6.3. MM_ORDERS05_to_OrderResponse.................................................................... 29
2.6.4. MM_ORDRSP_to_BPM_TRIGGER....................................................................... 30
2.6.5. MM_BPM_to_EMAIL.............................................................................................. 31
2.7. Interface Mapping ............................................................................................................ 32
2.7.1. IM_Order_to_ORDERS05...................................................................................... 33
2.7.2. IM_Order_to_BPM_TRIGGER ............................................................................... 33
2.7.3. IM_ORDRSP_to_OrderResponse.......................................................................... 34
2.7.4. IM_ORDRSP_to_BPM_TRIGGER_CATCH .......................................................... 35
2.7.5. IM_BPM_to_EMAIL................................................................................................ 36
2.8. Integration Scenario ........................................................................................................ 37
2.8.1. Actions.................................................................................................................... 37
2.8.2. Integration Scenario ............................................................................................... 43
2.9. Integration Process.......................................................................................................... 51
2.9.1. IP_Orders ............................................................................................................... 52
2.10. Create Alert Category .................................................................................................... 66
2.10.1. TESTALERT......................................................................................................... 67
2.10.2. TESTALERT1....................................................................................................... 68
2.10.3. Assign Users / Roles to Alert Categories ............................................................. 69
2.10.4. Update Alert Categories ....................................................................................... 70
PHASE 3 : INTEGRATION BUILDER CONFIGURATION 71
3.1. Create Configuration Scenario ....................................................................................... 71
3.1.1. Order_OrderResponse_Demo ............................................................................... 71
3.2. Create Integration Process Service ............................................................................... 72
3.2.1. IP_ORDERS........................................................................................................... 72
3.3. Create Services without Party ........................................................................................ 74
3.3.1. Business Service: DEMO ....................................................................................... 74
3.3.2. Business Service: MAIL_SERVICE........................................................................ 75
3.3.3. Business System: SAPCRM .................................................................................. 76
3.3.4. Business System: SAPECC ................................................................................... 76
3.4. Create Communication Channels .................................................................................. 76
3.4.1. CC_DEMO_SOAP_SENDER ................................................................................ 76
3.4.2. CC_DEMO_FILE_RECEIVER ............................................................................... 77
3.4.3. CC_EMAIL.............................................................................................................. 78
3.4.4. GeneratedReceiverChannel_IDoc ......................................................................... 80
3.5. Use Wizard to set up Determination and Agreements ................................................. 80
3.5.1. Orders interface between DEMO and CRM........................................................... 80
3.5.2. Orders interface between DEMO and BPE............................................................ 86
3.5.3. Order Response interface between ECC and DEMO ............................................ 92
3.5.4. Order Response interface between ECC and BPE................................................ 98
Table of Contents © Genie Press 2007 Page 6 of 159
3.5.5. Email interface between BPE and Email Service................................................. 104
3.6. Receiver Determination................................................................................................. 111
3.6.1. DEMO : MI_ORDER............................................................................................. 111
3.6.2. IP_ORDERS : MI_EMAIL..................................................................................... 111
3.6.3. SAPECC : ORDRSP.ORDERS05........................................................................ 112
3.7. Interface Determination................................................................................................. 112
3.7.1. DEMO : MI_ORDER : SAPCRM .......................................................................... 112
3.7.2. DEMO : MI_ORDER : IP_ORDERS..................................................................... 113
3.7.3. SAPECC : ORDRSP.ORDERS05 : DEMO.......................................................... 113
3.7.4. SAPECC : ORDRSP.ORDERS05 : IP_ORDERS................................................ 114
3.7.5. IP_ORDERS : MI_EMAIL : MAIL_SERVICE........................................................ 114
3.8. Sender Agreements ....................................................................................................... 115
3.8.1. DEMO:MI_ORDER............................................................................................... 115
3.9. Receiver Agreements .................................................................................................... 115
3.9.1. DEMO : SAPCRM : ORDERS.ORDERS05 ......................................................... 115
3.9.2. SAPECC : DEMO : ORDERRESPONSE............................................................. 116
3.9.3. IP_ORDERS : MAIL_SERVICE : MI_EMAIL........................................................ 116
3.10. Create and Publish Web Service ................................................................................ 116
PHASE 4 : SAP CONFIGURATION 120
4.1. Maintain Port in IDoc adapter ....................................................................................... 120
4.1.1. SAPCRM .............................................................................................................. 120
4.2. Maintain Metadata Overview for IDoc adapter ............................................................ 121
4.2.1. ORDERS05 .......................................................................................................... 121
PHASE 5 : TESTING 122
5.1. Testing the interface in XI ............................................................................................. 122
5.1.1. Create a sample XML payload ............................................................................. 122
5.1.2. Launch the test tool .............................................................................................. 123
5.2 Testing the web service using XML SPY...................................................................... 124
5.3. Runtime workbench....................................................................................................... 126
5.3.1. View Integration Server ........................................................................................ 127
5.3.2. View Integration Engine........................................................................................ 127
5.3.3. View Adapter Engine............................................................................................ 128
5.3.4. View alert inbox .................................................................................................... 129
5.3.5. Workflow Log........................................................................................................ 129
5.3.6. Verify email........................................................................................................... 130
Table of Contents © Genie Press 2007 Page 7 of 159
GLOSSARY 131
APPENDIX A. ABBREVIATIONS USED 137
APPENDIX B. DATA TYPES 138
XSD – DT_ORDERS............................................................................................................... 138
XSD – DT_ORDERRESPONSE............................................................................................. 139
XSD – DT_BPM_TRIGGER.................................................................................................... 141
APPENDIX C. WSDL FILES 144
MI_ORDER.WSDL.................................................................................................................. 144
APPENDIX D. EXTERNAL FILES 147
XIMAIL30.XSD File for Mail adapter .................................................................................... 147
APPENDIX E. MESSAGE MAPPINGS 151
MM_Order_to_ORDERS05.................................................................................................... 151
MM_Order_to_BPM_TRIGGER............................................................................................. 152
MM_ORDERS05_to_OrderResponse .................................................................................. 153
MM_ORDRSP_to_BPM_TRIGGER....................................................................................... 154
MM_ BPM_to_EMAIL............................................................................................................. 155
INDEX TABLE 156
Creating a BPM Scenario in XI
Introduction © Genie Press 2007 Page 8 of 159
Introduction
Background
Exchange Infrastructure has grown out of the enormously disparate world of –
and I use this in its most general sense – Electronic Data Interchange. Exchange
Infrastructure 3.0 brings together a lot of technologies. Some of these
technologies are open standards that have been embraced over the years and
have become the de facto standard. These are XML and its cousins SOAP,
WSDL, XPATH, XSLT and so on. Other technologies are proprietary to SAP AG,
like IDOCS, ALE, ABAP Objects and even certain class libraries used by Java.
One of the most interesting developments in recent years has been the
emergence of graphical mapping to chart out an organization’s business
processes. One of the leaders in this has been the ARIS product. SAP and IDS
Scheer1
have teamed up to bring us Business Process Management or BPM. XI
plays an important role in this by “linking” the business processes together.
This book describes the process to map a BPM scenario in XI. It covers the 5
phases required:
 System configuration
 Integration Builder Design
 Integration Builder Configuration
 SAP Configuration
 Testing
It does not try to describe all the functionality that you will encounter in XI and the
BPM module. After all BPM is larger than just XI and conversely XI is more than
just BPM! It does not attempt to provide you with a production solution for the
scenario provided. The scenario is made up to incorporate as many aspects of XI
messaging and BPM as is feasible.
A note about authorization: The tasks in the system configuration phase will take
a higher level of authorization then the remaining 4 phases. The tasks in the first
phase will require the role of SAP_XI_ADMINISTRATOR. The remaining for
phases can be performed by a user with the role of SAP_XI_DEVELOPER.
1
IDS Scheer are the developers of the ARIS product
Creating a BPM Scenario in XI
Author: Kevin Wilson © Genie Press 2007 Page 9 of 159
About the Author
Alistair Rooney is a Principal NetWeaver Consultant with SAP. Alistair has been
involved in 11+ SAP projects and has been Development Lead or Technical
Architect on all but two of these. Alistair has a wide range of skills as a result of
his 25+ years in the industry. Alistair started as a junior programmer in the early
‘80’s and progressed to an IT Manager position in London, UK before entering
consulting. Alistair is an accredited member of the Institute of IT Management,
holds a number of Technical Certifications and is an accredited TOGAF
Architect. Alistair is the author of “Foundations of Java for ABAP Programmers”.
David W Propst was the SAP NetWeaver XI lead for Insight Inc., SAP
NetWeaver PI / Integration architect at Monsanto and now holds a similar
position at HD Supply. He has over 18 years of experience creating innovative
system integration solutions, the past nine years of which have been integrating
SAP systems. David has designed, implemented, and managed large scale B2B,
EDI, and EAI solutions in the transportation, distribution, and retail industries.
David has proven his ability to utilize his vast technical and business knowledge
to produce highly available, scalable, maintainable, and above all profitable -
solutions.
Kevin Wilson, associate partner at Q Data USA Inc. and founder of
ERPGenie.COM, has over 20 years of large scale integrated information systems
implementation experience, the last 16 of which were dedicated to SAP
implementations. Kevin has designed, configured, developed and implemented
solutions for over 29 projects worldwide. Interfacing technologies such as EDI,
ALE, ITS, XI / PI, SAP Event Management, Workflow and ABAP are skills that he
has expertise in. Kevin typically fulfills the role of team or project lead and often
offers training on these technologies to clients seeking to acquire these rare
skills. Kevin holds a Bachelor’s Degree in Science majoring in Mathematics and
Computer Science and also holds a diploma in Project Management. He also
regularly talks at conferences around the world on his topics of interest.
How to use this book
The book is written in such a way as to be a step by step quick guide to
implementing the given scenario. It details, as far as possible, every step that is
required in order to deliver the documented scenario. It also assumes, although
you may be able to muddle through, that you have a basic knowledge of XI 3.0
and some XML fundamentals.
Creating a BPM Scenario in XI
Author: Kevin Wilson © Genie Press 2007 Page 10 of 159
Key:
Italic words Transactions
Italic words -> Italic words Menu path to follow
Underlined Indicates a Tab on a
screen
All figures are labeled with a number. If that figure is referenced in the text then it
is reference with this number. For your convenience a table of figures is listed
after the table of contents.
The Scenario
An external system (DEMO) sends an XML representation of an order through to
XI. We want to transform this order in to a small BPM message destined for the
BPM engine and also transform it in to an ORDERS05 IDoc destined for the
CRM system.
This ORDERS05 IDoc creates a sales order in CRM which is then replicated to
the ECC system, via middleware. The sales order in ECC then generates an
ORDRSP IDoc which is then sent to XI. This ORDRSP IDoc is then transformed
in to a small BPM message that is correlated with the ORDERS BPM message
sent earlier. It is also transformed in to an order response XML message which is
sent through the FTP Adapter to a specific file on the Integration server. The
BPM also has timeout and exception handling capabilities using the alert
framework as well as the email adapter.
Don’t Panic – this all seems rather daunting at this point but the diagram in
Figure 1 will simplify our task considerably!
Creating a BPM Scenario in XI
Author: Kevin Wilson © Genie Press 2007 Page 11 of 159
XI IS
CRM
ECC
XI BPM
Integration Process
DEMO
Order
XI IS
1) MT_ORDER
(DT_ORDER)
Receiver Determination
2a) ORDERS
(ORDERS05)
Sales Order
2b) MI_BPM_TRIGGER
MI_BPM_TRIGGER
MT_BPM_TRIGGER
(DT_BPM_TRIGGER)
Sales Order
Response
Middleware
Receiver Determination
3) ORDRSP
(ORDERS05)
Order Response
4a) MT_ORDERRESPONSE
(DT_ORDERRESPONSE)
4b) MI_BPM_TRIGGER_MATCH
MI_BPM_TRIGGER_MATCH
MT_BPM_TRIGGER
(DT_BPM_TRIGGER)
DocNum
S
O
A
P
F
T
P
I
D
O
C
I
D
O
C
Email Client
Order Response
Faliure
M
A
I
L
4c) XI_MAIL
Figure 1: BPM Scenario
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 12 of 159
PHASE 1 : SYSTEM CONFIGURATION
We have 4 “systems” in our scenario:
 The Demo system sending the order in XML format
 The CRM system that receives the ORDERS IDoc in order to create a
sales order
 The ECC system that sends the ORDRSP IDoc to XI and ultimately to an
email address
 The XI system housing the interfaces, the BPM scenario and the adapter
framework
We’ll go through configuring the Demo system as a Software Component.
Furthermore we will assume that the CRM and ECC business systems have
been set up and imported in to the Integration Directory. We’ll be covering the
adding of the communication channels (We will use the IDoc adapter) to these
business services.
All our design work will be done under the DEMOCOMPONENT Software
Component.
1.1. Software Component
So, let’s get going with our first task. We need to configure the DEMO system if it’s
not a part of the business landscape. In our case we need to create
DEMOCOMPONENT as a Software Component in the SLD. Most SAP shops do not
allow just anyone into the SLD. This task is usually performed by a development
lead or basis. You will need the SAP_XI_ADMINISTRATOR or
SAP_XI_CONTENT ORGANIZER role to perform the SLD tasks. You may need
to have basis set this up for you.
1. Log in to the XI server
2. Run transaction SXMB_IFR to start the Integration Builder
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 13 of 159
Figure 2: Integration Builder
3. Start System Landscape Directory
4. Click on Software Catalog
5. Click on New Product
6. Enter a vendor, name and version and Create
7. Now you need to add a Software Component. Enter Vendor, name
(Software Component name), version and Create
8. Your Software Component should look like that shown in Figure 3
Figure 3: Software Component Version
1.2. Clear SLD Cache
1. Fire up the Integration Directory (CONFIGURATION)
2. Clear the cache using the menu option as shown in Figure 4: Environment
-> Clear SLD Data Cache2
.
Figure 4: Clear SLD Cache Data
2
The Systems Landscape Directory can be viewed as a separate entity to the Integration Builder.
So, if we had to access the SLD from the Integration Builder every time we made a change, it
would slow the whole process down considerably. The obvious solution was to provide a cache
that holds the SLD information within the Integration Builder. Unfortunately this means that when
we make a change to the SLD – our changes will not be picked up by the Integration Builder. For
this reason we always clear the SLD cache and reload the SLD Software Components.
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 14 of 159
1.3. Import Software Component
1. Start the Integration Repository
2. Import your Software Component. From the menu choose Tools ->
Transfer from System Landscape Directory -> Import Software
Component Versions
Figure 5: Import Software Component Version
3. Select Demo component and click Import
4. Once it’s been successfully imported click exit
5. Double click your Software Component version DEMOCOMPONENT
6. Create a namespace (http://www.demo.com/xi) and Save
Figure 6: Create Namespace
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 15 of 159
PHASE 2 : INTEGRATION BUILDER DESIGN
In order to map an interface we need certain elements to be defined. We define
these elements in the integration repository. These elements include:
 Data Type
 Message Type
 Message interface
 Message Mapping
 Mapping Interface
Interface
Message Interface
(WSDL)
Message Type
(XSD)
Data Type
(XSD)
Mapping
Interface Mapping
(Receiver Determination,
Interface Determination,
Sender agreement,
Receiver agreement)
Message Mapping
Figure 7: XI Interface Process
These elements will then be used in the XI configuration phase to assemble the
required interface.
2.1. External Definitions
The email XSD provided by SAP needs to be uploaded as an external definition.
This will save us a huge amount of work since we now have a preformatted
structure to use in our interface. This is just one of the cool new features with XI
3.0!
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 16 of 159
2.1.1. XI_MAIL
1. Open up your applicable namespace under the DEMCOMPONENT
software component
2. Open Interface Objects
3. Right click External Definitions -> New
4. Enter Name (XI_MAIL) and Description -> Create
5. Change category to XSD
Figure 8: External Definition Category
6. Click to “Import External Definitions”
7. Browse to the XIMAIL30.XSD file -> Open (See definition at APPENDIX
C)
8. Your External definition should look like that shown in Figure 9
Figure 9: External Definition - Mail Message Definition
9. Check that your External Definition has 3 messages associated with it as
shown in Figure 10. We do this by clicking on the Messages tab. This is
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 17 of 159
an important step, if you do not see the messages defined here; there was
a problem with the import.
Figure 10: External Definition - Mail Messages
Naming Conventions
At this point I’d like a quick word, if you don’t mind. It’s important that we emphasize the
importance of Naming Conventions here. As you have probably noticed, Data Types have a
prefix of DT, Message Types have a prefix of MT and Message Interfaces have MI and so on.
This is not the whole picture, however. You may want to qualify the interfaces further by using a
suffix of OUT for outbound (Remember this is outbound from the server – never from XI) and IN
for inbound. Trust us, (We’re professionals), defining your standards up front will take away hours
of frustration later.
2.2. Data Types
Now that we have our mail structure, we need to create 3 new data types (It may
be a good idea to read the sidebar on “Naming Conventions” first):
 DT_ORDER: The XML definition of the order message being sent in from
the demo vendor using the SOAP protocol
 DT_ORDERRESPONSE: The XML definition of the order response
message being save to an FTP drive
 DT_BPM_TRIGGER: A small XML message that we will use to send
through the BPM process. Whenever possible, it’s best not to send large
files through the BPM process. Both the ORDERS and
ORDERRESPONSE messages will create a message of this type which
will be correlated with each other
Let’s have a look at each of these Data Types in more detail:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 18 of 159
2.2.1. DT_ORDERS
1. Right click data types -> New
2. Enter Name and Description -> Create
3. Complete the definition as shown in Figure 11 (See the XSD definition in
APPENDIX A on page 137) and yes, if you’re feeling lazy, you could just
import this – but keying it in will give you a better understanding of the
whole process!
Figure 11: Data Type - DT_ORDERS
4. Save
2.2.2. DT_ORDERRESPONSE
1. Right click data types -> New
2. Enter Name and Description -> Create
3. Complete the definition as shown in Figure 12 (See the XSD definition in
APPENDIX A on page 139)
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 19 of 159
Figure 12: Data Type - DT_ORDERRESPONSE
4. Save
2.2.3. DT_BPM_TRIGGER
1. Right click data types -> New
2. Enter Name and Description -> Create
3. Complete the definition as shown in Figure 13 (See the XSD definition in
APPENDIX A on page 141)
Figure 13: Data Type - DT_BPM_TRIGGER
4. Save
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 20 of 159
2.3. Message Types
Now that we have the data types we need to build the next “layer” up by creating
3 message types:
 MT_ORDER: Linked to Data type DT_ORDER and used in Message
Interface MI_ORDER
 MT_ORDERRESPONSE: Linked to Data type DT_ORDERRESPONSE
and used in Message Interface MI_ORDERRESPONSE
 MT_BPM_TRIGGER: Linked to Data type DT_BPM_TRIGGER and used
in Message Interfaces MI_BPM_TRIGGER (Orders) and
MI_BPM_TRIGGER_MATCH (Order Response)
Let’s have a look at each of these in more detail:
2.3.1. MT_ORDER
1. Right mouse click Message Types -> New
2. Enter Name and Description -> Create
3. Select the data type DT_ORDER by clicking
Figure 14: Message Type - MT_ORDER
4. Save
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 21 of 159
2.3.2. MT_ORDERRESPONSE
1. Right mouse click Message Types -> New
2. Enter Name and Description -> Create
3. Select the data type DT_ORDERRESPONSE by clicking
Figure 15: Message Type - MT_ORDERRESPONSE
4. Save
2.3.3. MT_BPM_TRIGGER
1. Right mouse click Message Types -> New
2. Enter Name and Description -> Create
3. Select the data type DT_BPM_TRIGGER by clicking
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 22 of 159
Figure 16: Message Type - MT_BPM_TRIGGER
4. Save
2.4. Message Interfaces
Right! Take a coffee break here if you need one. The next “layer” is the Message
Interface layer. We need to create 5 Message Interfaces. Go back to the
diagram in Figure 1 on page 11 to refresh your memory:
 MI_ORDER: Outbound asynchronous interface of type MT_ORDER. This
interface will be configured with 2 receivers. 1 being the CRM system
receiving the ORDERS IDoc using the IDoc adapter and the second being
the Integration process for the message interface MI_BPM_TRIGGER.
We’ll also configure a Sender Agreement for this message interface for
the SOAP call using the SOAP adapter
 MI_ORDERRESPONSE: Inbound asynchronous interface of type
MT_ORDERRESPONSE. This will be configured between the ECC and
DEMO system. The DEMO system will receive the Order Response via
the FILE adapter
 MI_EMAIL: Abstract asynchronous interface of External Definition type
XI_MAIL (Configured in 2.1.1. XI_MAIL)
 MI_BPM_TRIGGER: Abstract asynchronous interface of type
MT_BPM_TRIGGER. This will serve as the interface for the ORDER
message getting to the BPM engine. It will be correlated with the
MI_BPM_TRIGGER_MATCH using the DocNum field
 MI_BPM_TRIGGER_MATCH: Abstract asynchronous interface of type
MT_BPM_TRIGGER. This will serve as the interface for the
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 23 of 159
ORDERRESPONSE message getting to the BPM engine. It will be
correlated with the MI_BPM_TRIGGER using the DocNum field. This is
the terminating portion of the BPM process
2.4.1. MI_ORDER
1. Right mouse click Message Interfaces -> New
2. Enter Name and Description -> Create
3. Select Outbound and Asynchronous
4. Select the Message type MT_ORDER by clicking
5. Your Message Interface should look like that shown in Figure 17
Figure 17: Message Interface - MI_ORDER
6. Save
2.4.2. MI_ORDERRESPONSE
1. Right mouse click Message Interfaces -> New
2. Enter Name and Description -> Create
3. Select Inbound and Asynchronous
4. Select the Message type MT_ORDERRESPONSE by clicking
5. Your Message Interface should look like that shown in Figure 18
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 24 of 159
Figure 18: Message Interface - MI_ORDERRESPONSE
6. Save
2.4.3. MI_BPM_TRIGGER
1. Right mouse click Message Interfaces -> New
2. Enter Name and Description -> Create
3. Select Abstract and Asynchronous
4. Select the Message type MT_BPM_TRIGGER by clicking
5. Your Message Interface should look like that shown in Figure 19
Figure 19: Message Interface - MI_BPM_TRIGGER
6. Save
2.4.4. MI_BPM_TRIGGER_MATCH
1. Right mouse click Message Interfaces -> New
2. Enter Name and Description -> Create
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 25 of 159
3. Select Abstract and Asynchronous
4. Select the Message type MT_BPM_TRIGGER by clicking
5. Your Message Interface should look like that shown in Figure 20
Figure 20: Message Interface - MI_BPM_TRIGGER_MATCH
6. Save
2.4.5. MI_EMAIL
1. Right mouse click Message Interfaces -> New
2. Enter Name and Description -> Create
3. Select Abstract and Asynchronous
4. Select the External Definition XI_MAIL - Mail by clicking
5. Expand External Definitions -> XI_MAIL
6. Select Mail as shown in Figure 21
Figure 21: Message Interface - Select Mail Message
7. Your Message Interface should look like that shown in Figure 22
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 26 of 159
Figure 22: Message Interface - MI_EMAIL
8. Save
2.5. Import IDoc Type
Only perform this step if you do not already have access to the applicable IDoc
message type in one of the Software Components. You should see it there if you
do! We will import the IDoc types to the DEMO component. (Have a look at
Figure 23).
2.5.1. ORDERS.ORDERS05 and ORDRSP.ORDERS05
1. Under the DEMO component - right mouse click on imported objects ->
New
2. Enter system and login details -> Continue
3. When the results come back expand the IDoc tree
4. Select the applicable IDocs (ORDERS.ORDERS05 and
ORDRSP.ORDERS05) -> Finish
Figure 23: Importing IDoc Types
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 27 of 159
2.6. Message Mapping
OK now we need to bring these all together with Message Mappings! We will
need to create the 5 Message Mappings that we need as follows:
 MM_Order_to_ORDERS05: The MT_ORDER Message Type will be
mapped to the ORDERS (ORDERS05) IDoc
 MM_Order_to_BPM_TRIGGER: The MT_ORDER Message Type will
also be mapped to the small MT_BPM_TRIGGER message type which
will be used to kick off the BPM scenario
 MM_ORDERS05_to_OrderResponse: The ORDRSP (ORDERS05) IDoc
will be sent from the ECC system and mapped to the
MT_ORDERRESPONSE XML Message Type
 MM_ORDRSP_to_BPM_TRIGGER: The ORDRSP (ORDERS05) IDoc
will also be mapped to our MT_BPM_TRIGGER message type which will
correlate to the ORDERS BPM message and effectively end the BPM
process
 MM_BPM_to_EMAIL: This is a mapping between the message type
MT_BPM_TRIGGER and the XI_MAIL -> Mail External Definition Type
which will form an email message. This will be used in the BPM process to
send out an email message when the Order Response message is not
received in a specified period of time
2.6.1. MM_Order_to_ORDERS05
1. Open Mapping Objects
2. Right mouse click Message Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source message and enter MT_ORDER
message type
5. Click the button to choose a target message and enter
ORDERS.ORDERS05 message type
6. Perform the mappings. See APPENDIX E on page 151 for the detailed
mapping
7. Your mapping should look as follows:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 28 of 159
Figure 24: Message Mapping - MM_Order_to_ORDERS05
8. Save
2.6.2. MM_Order_to_BPM_TRIGGER
1. Open Mapping Objects
2. Right mouse click Message Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source message and enter MT_ORDER
message type
5. Click the button to choose a target message and enter
MT_BPM_TRIGGER message type
6. Perform the mappings. See APPENDIX E on page 152 for the detailed
mapping
7. Your mapping should look as follows:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 29 of 159
Figure 25: Message Mapping - MM_Order_to_BPM_TRIGGER
8. Save
2.6.3. MM_ORDERS05_to_OrderResponse
1. Open Mapping Objects
2. Right mouse click Message Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source message and enter
ORDRSP.ORDERS05 message type
5. Click the button to choose a target message and enter
MT_ORDERRESPONSE message type
6. Perform the mappings. See APPENDIX E on page 153 for the detailed
mapping
7. Your mapping should look as follows:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 30 of 159
Figure 26: Message Mapping - MM_ORDERS05_to_OrderResponse
8. Save
2.6.4. MM_ORDRSP_to_BPM_TRIGGER
1. Open Mapping Objects
2. Right mouse click Message Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source message and enter
ORDRSP.ORDERS05 message type
5. Click the button to choose a target message and enter
MT_BPM_TRIGGER message type
6. Perform the mappings. See APPENDIX E on page 154 for the detailed
mapping
7. Your mapping should look as follows:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 31 of 159
Figure 27: Message Mapping - MM_ORDRSP_to_BPM_TRIGGER
8. Save
2.6.5. MM_BPM_to_EMAIL
1. Open Mapping Objects
2. Right mouse click Message Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source message and enter
MT_BPM_TRIGGER message type
5. Click the button to choose a target message and enter XI_MAIL->Mail
message type
6. Perform the mappings. See APPENDIX E on page 155 for the detailed
mapping
7. Your mapping should look as follows:
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 32 of 159
Figure 28: Message Mapping - MM_BPM_to_EMAIL
8. Save
2.7. Interface Mapping
This is a good point to review what we’ve done so far. We’ve created the
necessary data types, XSD imports, message types, Message Interfaces,
imported IDocs and created Message Mappings. Whew! A lot of work I know, but
we’re nearly there! We now need to bring this all together by creating 5 interface
mappings as follows:
 IM_Order_to_ORDERS05:
o Source interface: MI_ORDER
o Target interface: ORDERS.ORDERS05
o Message mapping: MM_Order_to_ORDERS05Error! Bookmark not defined.
 IM_Order_to_BPM_TRIGGER:
o Source interface: MI_ORDER
o Target interface: MI_BPM_TRIGGER
o Message mapping: MM_Order_to_BPM_TRIGGER
 IM_ORDRSP_to_OrderResponse:
o Source interface: ORDRSP.ORDERS05
o Target interface: MI_ORDERRESPONSE
o Message mapping MM_ORDERS05_to_OrderResponse
 IM_ORDRSP_to_BPM_TRIGGER_CATCH:
o Source interface: ORDRSP.ORDERS05
o Target interface: MI_BPM_TRIGGER_MATCH
o Message mapping MM_ORDRSP_to_BPM_TRIGGER
 IM_BPM_to_EMAIL:
o Source interface: MI_BPM_TRIGGER
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 33 of 159
o Target interface: MI_EMAIL
o Message mapping: MM_BPM_to_EMAIL
2.7.1. IM_Order_to_ORDERS05
1. Open Mapping Objects
2. Right mouse click Interface Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source interface and enter Message
Interface MI_ORDER -> Apply
5. Click the button to choose a target interface and enter
ORDERS.ORDERS05 (Imported Objects -> IDocs) -> Apply
6. Save
7. The Message Type MT_ORDER and ORDERS.ORDERS05 are displayed
as the source and target message types respectively.
8. Click the button in the mapping program name to choose Message Map
MM_Order_to_ORDERS05
9. Your Interface Mapping should look as shown in Figure 29
Figure 29: Interface Mapping - IM_Order_to_ORDERS05
10.Save
2.7.2. IM_Order_to_BPM_TRIGGER
1. Open Mapping Objects
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 34 of 159
2. Right mouse click Interface Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source interface and enter Message
Interface MI_ORDER -> Apply
5. Click the button to choose a target interface and enter Message
Interface MI_BPM_TRIGGER -> Apply
6. Save
7. The Message Type MT_ORDER and MT_BPM_TRIGGER are displayed
as the source and target message types respectively.
8. Click the button in the mapping program name to choose Message Map
MM_Order_to_BPM_TRIGGER
9. Your Interface Mapping should look as shown in Figure 30
Figure 30: Interface Mapping - IM_Order_to_BPM_TRIGGER
10.Save
2.7.3. IM_ORDRSP_to_OrderResponse
1. Open Mapping Objects
2. Right mouse click Interface Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source interface and enter
ORDRSP.ORDERS05 (Imported Objects -> IDocs) -> Apply
5. Click the button to choose a target interface and enter Message
Interface MI_ORDERRESPONSE -> Apply
6. Save
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 35 of 159
7. The Message Type ORDRSP.ORDERS05 and MT_ORDERRESPONSE
are displayed as the source and target message types respectively.
8. Click the button in the mapping program name to choose Message Map
MM_ORDERS05_to_OrderResponse
9. Your Interface Mapping should look as shown in Figure 31
Figure 31: Interface Mapping - IM_ORDRSP_to_OrderResponse
10.Save
2.7.4. IM_ORDRSP_to_BPM_TRIGGER_CATCH
1. Open Mapping Objects
2. Right mouse click Interface Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source interface and enter
ORDRSP.ORDERS05 (Imported Objects -> IDocs) -> Apply
5. Click the button to choose a target interface and enter Message
Interface MI_BPM_TRIGGER_MATCH -> Apply
6. Save
7. The Message Type ORDRSP.ORDERS05 and MT_BPM_TRIGGER are
displayed as the source and target message types respectively.
8. Click the button in the mapping program name to choose Message Map
MM_ORDRSP_to_BPM_TRIGGER
9. Your Interface Mapping should look as shown in Figure 32
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 36 of 159
Figure 32: Interface Mapping - IM_ORDRSP_to_BPM_TRIGGER_CATCH
10.Don’t forget to Save!
2.7.5. IM_BPM_to_EMAIL
1. Open Mapping Objects
2. Right mouse click Interface Mappings -> New
3. Enter Name and Description -> Create
4. Click the button to choose a source interface and enter Message
Interface MI_BPM_TRIGGER -> Apply
5. Click the button to choose a target interface and enter Message
Interface MI_EMAIL -> Apply
6. Save
7. The Message Type MT_BPM_TRIGGER and Mail (From External
Definition XI_MAIL) are displayed as the source and target message types
respectively.
8. Click the button in the mapping program name to choose Message Map
MM_BPM_to_EMAIL
9. Your Interface Mapping should look as shown in Figure 33
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 37 of 159
Figure 33: Interface Mapping - IM_BPM_to_EMAIL
10.Save
2.8. Integration Scenario
The Integration Scenario is a great way to document (Yes we know, it’s
sometimes seen as a bad word) your BPM process. This is the fun part as a
reward for all your hard work so far. We need to first create our actions before we
can put together our integration scenario. Again, notice the descriptive names we
use for these actions.
2.8.1. Actions
6 Actions need to be created as follows:
 Send_Order: Demo system sends order using Message Interface
MI_ORDER. It has 2 receivers, being the Integration Process
(IP_ORDER) and the CRM system
 Receive_Order: Receive the ORDERS IDoc in to the CRM system
 Receive_BPM_TRIGGER: Receive the Message Type
MT_BPM_TRIGGER via the Message Interface
MI_BPM_TRIGGER. This will be correlated (through field DocNum)
to the MI_BPM_TRIGGER_MATCH Message Interface
 Send_OrderResponse: Send the ORDRSP IDoc from the ECC
system. This IDoc will then have 2 receivers, being the Integration
Process (IP_ORDER) and the DEMO system
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 38 of 159
 Receive_OrderResponse: Receive the Message Type
MT_OrderResponse via Message Interface
MI_ORDERRESPONSE
 Receive_BPM_TRIGGER_MATCH: Receive the Message Type
MT_BPM_TRIGGER via the Message Interface
MI_BPM_TRIGGER_MATCH. This then correlates (through field
DocNum) to the MI_BPM_TRIGGER Message Interface of the
Send_Order action
2.8.1.1. Send_Order
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Send_Order and Description -> Create
4. Enter type of Usage: External
5. Since this action represents an outbound interface, click the icon under
the Outbound Interfaces tab
6. Drag and Drop your Message Interface MI_ORDER in to the new line of
Outbound Interfaces. Ensure the full Object Type (Message Interface),
Name (MI_ORDER) and Namespace (http://www.demo.com/XI) are
entered
7. Your action will look as shown in Figure 34
Figure 34: Action - Send_Order
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 39 of 159
8. Save
2.8.1.2. Receive_Order
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Receive_Order and Description -> Create
4. Enter type of Usage: External
5. Since this action represents an inbound interface, click the icon under
the Inbound Interfaces tab
6. Drag and Drop your Imported Object IDoc ORDERS.ORDERS05 in to the
new line of Inbound Interfaces. Ensure the full Object Type (IDoc), Name
(ORDERS.ORDERS05) and Namespace (urn:sap-
com:document:sap:idoc:messages) are entered
7. Your action will look as shown in Figure 35
Figure 35: Action - Receive_Order
8. Save
2.8.1.3. Receive_BPM_TRIGGER
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Receive_BPM_TRIGGER and Description -> Create
4. Enter type of Usage: External
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 40 of 159
5. Since this action represents an inbound interface, click the icon under
the Inbound Interfaces tab
6. Drag and Drop your Message Interface MI_BPM_TRIGGER in to the new
line of Inbound Interfaces. Ensure the full Object Type (Message
Interface), Name (MI_BPM_TRIGGER) and Namespace
(http://www.demo.com/XI) are entered
7. Your action will look as shown in Figure 36
Figure 36: Action - Receive_BPM_TRIGGER
8. Save
2.8.1.4. Send_OrderResponse
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Send_OrderResponse and Description -> Create
4. Enter type of Usage: External
5. Since this action represents an outbound interface, click the icon under
the Outbound Interfaces tab
6. Drag and Drop your Imported Object IDoc ORDRSP.ORDERS05 in to the
new line of Outbound Interfaces. Ensure the full Object Type (IDoc), Name
(ORDRSP.ORDERS05) and Namespace (urn:sap-
com:document:sap:idoc:messages) are entered
7. Your action will look as shown in Figure 37
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 41 of 159
Figure 37: Action - Send_OrderResponse
8. Save
2.8.1.5. Receive_OrderResponse
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Receive_OrderResponse and Description -> Create
4. Enter type of Usage: External
5. Since this action represents an inbound interface, click the icon under
the Inbound Interfaces tab
6. Drag and Drop your Message Interface MI_ORDERRESPONSE in to the
new line of Inbound Interfaces. Ensure the full Object Type (Message
Interface), Name (MI_ORDERRESPONSE) and Namespace
(http://www.demo.com/XI) are entered
7. Your action will look as shown in Figure 38
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 42 of 159
Figure 38: Action - Receive_OrderResponse
8. Save
2.8.1.6. Receive_BPM_TRIGGER_MATCH
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name Receive_BPM_TRIGGER_MATCH and Description -> Create
4. Enter type of Usage: External
5. Since this action represents an inbound interface, click the icon under
the Inbound Interfaces tab
6. Drag and Drop your Message Interface MI_BPM_TRIGGER_MATCH in to
the new line of Inbound Interfaces. Ensure the full Object Type (Message
Interface), Name (MI_BPM_TRIGGER_MATCH) and Namespace
(http://www.demo.com/XI) are entered
7. Your action will look as shown in Figure 39
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 43 of 159
Figure 39: Action - Receive_BPM_TRIGGER_MATCH
8. Save
2.8.2. Integration Scenario
The integration scenario is where things start to get exciting! It brings your
actions together with the system components, showing the interfacing between
the systems.
2.8.2.1. IS_Orders
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Actions -> New
3. Enter Name IS_Orders and Description -> Create
4. Right mouse click the first swim lane on the left and Insert Application
Component
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 44 of 159
Figure 40: Integration Scenario - Insert Software Component
5. Choose the DEMO system -> OK
Figure 41: Integration Scenario - Choose Product Version
6. Enter Name PurchaseOrderCreation under the Role tab
7. Click the Further Attributes tab and enter extended name Order
8. Your application component should look as described in Figure 42
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 45 of 159
Figure 42: Integration Scenario - Application Component
9. Click Apply
10.Your Integration Scenario should now look as described in Figure 43. Note
that these vertical columns that we are building up are termed “Swim
Lanes”. If you’ve done any swimming you’ll know why, if not, don’t worry
about it.
Figure 43: Integration Scenario - Component Added
11.Similarly - now we need to add 3 more systems:
a. Integration Process (Template Type)
b. CRM (Business System)
c. ECC (Business System)
12.Right mouse click the second swim lane and Insert Application
Component
13.Select Template -> Enter role name IntegrationProcess
14.Select Further Attributes tab
15.Enter XI BPM in the Extended Name field
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 46 of 159
16.Click Apply
17.Right mouse click the third swim lane and Insert Application Component
18.Select your business System for CRM entering the Role name and
Extended name attributes -> Apply
19.Right mouse click the forth swim lane and Insert Application Component
20.Select your business System for ECC entering the Role name and
Extended name attributes -> Apply
21.Your Integration Scenario should now have 4 swim lanes and look as
shown in Figure 44
Figure 44: Integration Scenario - Swim lanes
22.Now we need to add our actions that we created earlier to the Integration
Scenario – are you getting excited yet?
23.Right mouse click the Order swim lane at the top -> Insert Action
Figure 45: Integration Scenario - Insert Action
24.Expand your Software Component for the Demo system and select the
Action Send_Order -> Apply as shown in Figure 46
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 47 of 159
Figure 46: Integration Scenario - Insert Send_Order
25.Your Integration Scenario now looks as described in Figure 47
Figure 47: Integration Scenario - Send_Order added
26.We now will add the 2 receive actions. One in the integration process and
1 in the CRM system
27.Another way of adding actions is to drag and drop them on to the right
swim lane at the right position. This is pretty cool so we’ll use this
technique to add all the actions!
28.Drag the Receive_BPM_TRIGGER to the 2nd
swim lane below the level of
the send order action (this ensures that it’s not treated as a parallel action
to the send order. We need this in order to link them together).
29.Similarly Drag the Receive_Order to the 3rd
swim lane (CRM) below the
level of the send order action and adjacent to the
Receive_BPM_TRIGGER action (again this tells XI not to treat these as
parallel or synchronous actions).
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 48 of 159
Figure 48: Integration Scenario - Added Receive Order
30.Now add the last 3 actions (to end up with a view as shown in Figure 49)
as follows:
a. Send_OrderResponse in ECC system down and to the right of Receive_Order
b. Receive_OrderResponse in Demo system down and to the left of
Send_OrderResponse
c. Receive_BPM_TRIGGER_MATCH in Integration Process template down and to
the left of Send_OrderResponse and adjacent to Receive_OrderResponse
Figure 49: Integration Scenario - All actions added
31.This is great! We have all the actions, but now we need to focus on
linking the actions together
32.Single click the Send_Order action -> Hold down the Shift Key and single
click the Receive_BPM_TRIGGER action to select both
33.Right mouse click one of the selected actions -> Create Connection
Between Selected Actions as shown in Figure 50
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 49 of 159
Figure 50: Integration Scenario - Create connection between actions
34.The screen displaying the connection between outbound interface
MI_ORDER and inbound interface MI_BPM_TRIGGER should be
displayed
35.Click the Assign Mapping tab
36.Click the button in the Assign Interface Mapping Name field to choose
Interface Map IM_Order_to_BPM_TRIGGER
37.Click Apply
38.An arrow is now drawn from Send_Order to Receive_BPM_TRIGGER as
shown in Figure 51
Figure 51: Integration Scenario - Connection added
39.Similarly connect the following actions together and add the respective
interface mappings shown in parentheses:
a. Send_Order -> Receiver_Order (IM_Order_to_ORDERS05)
b. Send_OrderResponse -> Receive_OrderResponse
(IM_ORDRSP_to_OrderResponse)
c. Send_OrderResponse -> Receive_BPM_TRIGGER_MATCH
(IM_ORDRSP_to_BPM_TRIGGER_CATCH)
40.Your integration scenario should now look as shown in Figure 52
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 50 of 159
Figure 52: Integration Scenario - Completed Connections
41.We can now define our action start and end points
42.The Send_Order is our start action so Right mouse click Send_Order
43.Click Define Action as Start Action as shown in Figure 53
Figure 53: Integration Scenario - Define start action
44.Similarly we will define the Receive_OrderResponse and
Receive_BPM_TRIGGER_MATCH actions as end actions
45.Right mouse click Receive_OrderResponse and select Define Action as
End Action
46.Right mouse click Receive_BPM_TRIGGER_MATCH and select Define
Action as End Action
47.After completion of the definition of the Integration Process described in
2.9. Integration Process starting on page 51, you need to add the
Integration Process to the Integration Process Component
a. Double click the Integration Process component and select the
Integration Process tab
b. Select IP_ORDERS as the name from the dropdown list
c. Your definition should now look as shown in Figure 54
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 51 of 159
Figure 54: Integration Scenario - Link Integration Process
48.Your overall Integration Scenario IS_Orders should look as shown in
Figure 55
Figure 55: Integration scenario – IS_Orders
2.9. Integration Process
The integration process handles the workflow within the BPM engine. It is based
on SAP’s webflow (workflow) engine.
The integration process that we need will contain the following functionality:
 Receive the order message (Abstract interface MI_BPM_TRIGGER).
Activate correlation on field DocNum
 Assign DocNum to a container element called DocNum
 Wait for the receipt of the order response message (Abstract interface
MI_BPM_TRIGGER_MATCH). Use correlation on DocNum
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 52 of 159
 If the order response message does not come in 5 minutes, then fire off
an alert and send an email
 If the order response message is received in time then end the process
gracefully
 If the entire integration process does not end in 30 minutes then fire off an
alert and cancel the process. This prevents an orphan process from
hanging around in the BPM engine forever, which will use unnecessary
resources.
For the completed view of what we will develop see Figure 56. We will be
working in the Container, Properties and Graphical Definition windows. We will
also switch to the Correlation Editor to perform the correlation mapping there.
Figure 56: Integration Process - Completed
2.9.1. IP_Orders
1. Open Integration Scenarios & Integration Processes
2. Right mouse click Integration Processes -> New
3. Enter Name IP_Orders and Description -> Create
4. First thing to do is to add our required container elements
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 53 of 159
STEP 1 - Create Container Elements
1. In the container window, type DocNum in the name field and enter. The
defaults are good for this variable – so we’ll use them
2. To add the Orders message, type Orders in the name field and choose
Abstract interface in the Category field – see figure 57 below
Figure 57: Integration Process - Add message to container
3. Click the button in the Type field to choose Message Interface
MI_BPM_TRIGGER
4. To add the Order Response message, type OrderResponse in the name
field and choose Abstract interface in the Category field
5. Click the button in the Type field to choose Message Interface
MI_BPM_TRIGGER_MATCH
6. The container should look as shown in Figure 58
Figure 58: Integration Process – Container
STEP 2 – Add Receiver Orders Step and set up correlation
1. We now need to add the first step in the process, the receive orders step
2. Click, drag and drop the receiver step from the side bar on the
Graphical Definition window to between the start and stop circles as
shown in Figure 59 (Orange lines will denote where the step will be
inserted if you were to let the mouse button go at that point)
Figure 59: Integration Process - Add receiver step
3. In the Properties window you will notice that the Receive step is displayed
there.
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 54 of 159
4. Change the step name from Receive1 to ReceiveOrders
5. Click the button in the Message field to choose the Interface Variable ->
Orders (as shown in Figure 60) -> OK
Figure 60: Integration Process - Interface Variable
6. We now need to create a correlation field called DocNum
7. In the Container window click and select Correlation List as shown in
Figure 61
Figure 61: Integration Process - Correlation List
8. Enter DocNum in the Correlation Name field and Enter
9. In the Graphical Definition window click to fire up the Correlation Editor
as shown in Figure 62
Figure 62: Integration Process - Fire up Correlation Editor
10. Ensure that your Correlation Name is DocNum as shown in Figure 63
11.Enter DocNum in the Correlation Container -> Name with type xsd:string
12.We now need to add our 2 Message Interfaces involved in the correlation,
namely MI_BPM_TRIGGER and MI_BPM_TRIGGER_MATCH
(Remember them?)
13.Drag the Message Interface MI_BPM_TRIGGER to the Involved
Messages window (to the blank line). Your screen should look as shown in
Figure 63
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 55 of 159
Figure 63: Integration Process - Adding involved messages
14.Click the button in the Value field
15.Select radio button Interface Variable -> XPath
16. Choose the DocNum field from the MT_BPM_TRIGGER message -> OK
as shown in Figure 64
Figure 64: Integration Process - Expression Editor
17.Drag the Message Interface MI_BPM_TRIGGER_MATCH to the Involved
Messages window (to the blank line).
18.Click the button in the Value field to choose the DocNum field from the
MT_BPM_TRIGGER_MATCH message (similarly as done for the
MT_BPM_TRIGGER message interface above) -> OK
19.Your correlation should now look as shown in Figure 65
Figure 65: Integration Process - Correlation
20.Go back to the Properties window by selecting and Graphical Definition
as shown in Figure 66
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 56 of 159
Figure 66: Integration Process - Graphical Definition
21.With the receive orders step highlighted, click the Value field next to the
Activate Correlation name and choose DocNum as shown in Figure 67
Figure 67: Integration Process - Activate Correlation
22.The ReceiverOrders step properties should look as shown in Figure 68
Figure 68: Integration Process - Activate Correlation
STEP 3 – Create Container Operation step to assign DocNum
1. Drag the container operation step icon to between the Receive Orders
step and the Stop marker as shown in Figure 69
Figure 69: Integration Process - Add Container operation
2. In the Properties window
3. Change the step name to Assign DocNum
4. Click on the Target field and select Radio Button Simple Variable
5. Choose variable DocNum as shown in Figure 70
Figure 70: Integration Process - Select variable from container
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 57 of 159
6. Choose Assign as the operation
7. Click on the Expression field and select Radio Button Interface Variable
8. Select XPath radio button
9. Select the DocNum field from the MT_BPM_TRIGGER message as
shown in Figure 71
Figure 71: Integration Process - Select DocNum from Message
10.Your scenario and Container Operation step should look as shown in
Figure 72
Figure 72: Integration Process - Container Operation step added
STEP 4 – Create Block
1. Drag the block step icon to between the Container Operation Step and
the Stop marker as shown in Figure 73
Figure 73: Integration Process - Add Block
2. Select the block
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 58 of 159
3. In the Properties window
4. Give the block a descriptive name “Block Receive with Deadline”
5. Leave mode as default
6. Enter 2 exceptions:
a. TimeOut
b. SystemError
7. Your block definition should now look as shown in
Figure 74: Integration Process - Block definition
STEP 5 – Create deadline branch for the block
1. Right mouse click on the block -> Insert -> Deadline Branch as shown in
Figure 75
Figure 75: Integration Process - Insert Deadline Branch
2. A new branch is created inside the block for the deadline
3. Select the deadline branch to complete the properties
4. We are going to set the deadline to 24 hours from the time the step was
created
5. In the Properties window
6. Choose Creating the Step for Reference Date / Time
7. Enter 24 for Duration
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 59 of 159
8. Select Hours as the Unit
Figure 76: Integration Process - Deadline branch
STEP 5a – Create process control step to throw alert in deadline branch
1. Drag the control step icon to the center of the block created in the step
before as shown in Figure 77
Figure 77: Integration Process - Add Control step
2. Select the control step
3. In the Properties window
4. Change the step name to something meaningful like Deadline Reached
5. Select Throw Alert from the dropdown for the Action
6. Type in TESTALERT, as configured in 2.10.1. TESTALERT on page 67
7. Type in an informative alert message such as Order Response has yet to
be received for &DocNum&. &DocNum& refers to the variable in the BPM
container called DocNum that was populated by the Container Operation step
defined in STEP 3 – Create Container Operation step to assign DocNum on page
56
STEP 5b – Create transformation step to generate email message in deadline
branch
1. In the Container Window create a variable as follows:
a. Name: BPM_EMAIL
b. Category: Abstract Interface
c. Type: From the dropdown select message interface MI_EMAIL
d. Container: Block Receive with Deadline
The container element should now look as shown in Figure 78
Figure 78: Integration Process - Add container element
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 60 of 159
2. Drag the transformation step icon to between the control step created
in the step before and the end of the block as shown in Figure 79
Figure 79: Integration Process - Add Transformation step
3. Select the transformation step
4. In the Properties window
5. Change the step name to something meaningful like
TransformationAlertEmail
6. Click the icon next to the Interface Mapping to select your interface
map IM_BPM_to_EMAIL that you defined in 2.7.5. IM_BPM_to_EMAIL on
page 36
7. Select SystemError from the dropdown for field Exception. This system
error exception was defined against the block defined in STEP 4 – Create Block on
page 57
8. For the source message, from the dropdown ( ), select the Orders
Interface Variable as shown in Figure 80
Figure 80: Integration Process - Enter Orders Variable
9. For the target message, from the dropdown ( ), select the BPM_EMAIL
Interface Variable created in item 1 of this step.
10.Your transformation step should now look as shown in Figure 81
Figure 81: Integration Process - Transformation step properties
STEP 5c – Create send step to send email in deadline branch
1. In the Graphical Definition window drag the send step icon to between
the transformation step created in the step before and the end of the block
as shown in Figure 82
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 61 of 159
Figure 82: Integration Process - Add Send step
2. Select the send step
3. In the Properties window
4. Change the step name to something meaningful like SendAlertEMail
5. Leave Mode as Asynchronous
6. For the message, from the dropdown ( ), select the BPM_EMAIL
Interface Variable as shown in Figure 83
Figure 83: Integration Process - Enter BPM_EMAIL Variable
7. Select SystemError from the dropdown for field Exception. This system
error exception was defined against the block defined in STEP 4 – Create Block on
page 57
8. Leave the other fields as defaulted. Your completed send step properties
should look as shown in Figure 84
Figure 84: Integration Process - Send step properties
STEP 5d – Create control step to throw timeout exception in deadline branch
1. In the Graphical Definition window drag the control step icon to
between the send step created in the step before and the end of the block
as shown in Figure 85
Figure 85: Integration Process - Add control step to throw exception
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 62 of 159
2. Select the control step
3. In the Properties window
4. Change the step name to something meaningful like TimeOut
5. Select Throw Exception from the dropdown box on field Action
6. Select TimeOut from the dropdown box on field Exception. This exception
was defined against the block defined in STEP 4 – Create Block on page 57
7. Your completed send step properties should look as shown in Figure 86
Figure 86: Integration Process - Exception control step properties
STEP 6 – Create exception branch for system errors
1. Right mouse click on the block -> Insert -> Exception Branch as shown in
Figure 87
Figure 87: Integration Process - Insert Exception Branch
2. Select the Exception block that was created
3. In the Properties window
4. Select SystemError from the dropdown for field Exception Handler
5. Your exception block and properties should look like Figure 88
Figure 88: Integration Process - System error exception
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 63 of 159
STEP 6a – Create System Error alert in exception branch
1. Drag the control step icon to the center of the SystemError exception
block created in the step before as shown in Figure 89
Figure 89: Integration Process - Add Alert Control step to Exception SystemError
2. Select the control step
3. In the Properties window
4. Change the step name to something meaningful like Alert System Error
5. Select Throw Alert from the dropdown for the Action
6. Type in TESTALERT1, as configured in 2.10.2. TESTALERT1 on page 68
7. Type in an informative alert message such as System Error Encountered
for &DocNum&. &DocNum& refers to the variable in the BPM container called
DocNum that was populated by the Container Operation step defined in STEP 3 –
Create Container Operation step to assign DocNum on page 56
STEP 6b – Create cancel process step in exception branch
1. Drag the control step icon to after the control step, created in the step
before, and the end of the exception block as shown in Figure 90
Figure 90: Integration Process - Add Cancel Process Control step to Exception
SystemError
2. Select the control step
3. In the Properties window
4. Change the step name to something meaningful like CancelProcess
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 64 of 159
5. Select CancelProcess from the dropdown for the Action
STEP 7 – Create exception branch for timeout processing
Similarly to the previous step we need to create a timeout exception branch
1. Right mouse click on the block -> Insert -> Exception Branch as shown in
Figure 91
Figure 91: Integration Process - Insert Exception Branch for TimeOut
2. Select the Exception block that was created
3. In the Properties window
4. Select TimeOut from the dropdown for field Exception Handler
5. Your exception block and properties should look as shown in Figure 92
Figure 92: Integration Process – Time out exception
STEP 7a – Create cancel process step in the TimeOut exception branch
1. Drag the control step icon to after the TimeOut control step, created in
the step before, and the end of the exception block as shown in Figure 93
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 65 of 159
Figure 93: Integration Process - Add Cancel Process Control step to Exception TimeOut
2. Select the control step
3. In the Properties window
4. Change the step name to something meaningful like Cancel Process due
to Time Out
5. Select CancelProcess from the dropdown for the Action
STEP 8 – Create Receive Order Response Step with correlation
We now need to add the receive order response step
1. Click, drag and drop the receiver step from the side bar on the
Graphical Definition window to bottom line under the deadline branch as
shown in Figure 94
Figure 94: Integration Process - Add receiver step for order response
2. In the Properties window change the step name from Receive1 to Receive
Order Response
3. Click the button in the Message field to choose the Interface Variable ->
OrderResponse as shown in Figure 95
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 66 of 159
Figure 95: Integration Process - Interface Variable OrderResponse
4. Select DocNum from the dropdown menu for variable Use Correlations
5. Save
6. Select DocNum from the dropdown menu for variable Activate
Correlations
7. Save
8. Your Send Order Response step properties should now look as shown in
Figure 96
Figure 96: Integration Process - Receiver order response step properties
2.10. Create Alert Category
We need to configure an alert category for the alerts we are going to issue in the
BPM Integration Process. Here’s how we go about doing that.
1. Fire up the Runtime Workbench from the Integration Builder by clicking
Runtime Workbench
Figure 97: Launch Runtime Workbench
2. Click Alert Configuration as shown in Figure 98
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 67 of 159
Figure 98: Runtime Workbench
3. Click the Create Alert Category button . Click OK on the
warning message shown in Figure 99 (Also Transaction ALRTCATDEF)
Figure 99: Creating an Alert Category warning message
4. On the screen showing the Alert Categories Display, click the
Display/Change button
5. Click the Webflow Alerts in the Classification window. This will display the
related Webflow alerts in the ALV grid on the right of the classification as
shown in Figure 100
Figure 100: Select Webflow Alert Classification
2.10.1. TESTALERT
1. Click the create alert category icon
2. This adds a line to the ALV grid. Fill in the Alert Category name
TESTALERT and a description BPM Alert
3. Hit Enter to see the alert as shown in Figure 101
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 68 of 159
Figure 101: TESTALERT added
4. Click the Dynamic Text checkbox on. The 2 tabs “Long and Short Text”
and “Optional Subseq. Activities” disappear. Clicking this checkbox
allows you to pass variables to the alert in the BPM process as
shown in STEP 5a – Create process control step to throw alert in
deadline branch on page 59
5. Leave the other fields with their defaults
6. Save. Your alert now looks as shown in Figure 102
Figure 102: TESTALERT set to dynamic text
2.10.2. TESTALERT1
Adding the 2nd
Alert Category called TESTALERT1.
1. Click the create alert category icon
2. This adds a line to the ALV grid. Fill in the Alert Category name
TESTALERT1 and a description BPM Exception Alert
3. Hit Enter to see the alert as shown in Figure 103
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 69 of 159
Figure 103: TESTALERT1 added
4. Click the Dynamic Text checkbox on. The 2 tabs “Long and Short Text”
and “Optional Subseq. Activities” disappear. Clicking this checkbox
allows you to pass variables to the alert in the BPM process as
shown in STEP 6a – Create System Error alert in exception branch on
page 63. This is very useful to us!
5. Leave the other fields with their defaults
6. Save. Your alert now looks as shown in Figure 104
Figure 104: TESTALERT1 set to dynamic text
2.10.3. Assign Users / Roles to Alert Categories
1. Double click TESTALERT
2. Click the Fixed Recipients Button
3. If you are not in change mode then click the Display / Change button
4. Click the New Entries button
5. Type in your user id and save
Creating a BPM Scenario in XI
Phase 2 – Integration Builder Design © Genie Press 2007 Page 70 of 159
6. Click Back -> Back
7. Repeat the above process (Steps 1-6) for TESTALERT1
☼ Note that you should probably use the Role functionality to be able to send
alerts based on roles in a user’s profile. For simplicity sake we have hard coded
the user receiving this alert using the Fixed Recipients functionality.
2.10.4. Update Alert Categories
1. Close the webgui session and go back to your browser showing the
Runtime Workbench
2. Click the button Update Table
3. Your newly created Alert categories are now viewable as shown in Figure
105
Figure 105: Display of Alert Categories
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 71 of 159
PHASE 3 : INTEGRATION BUILDER CONFIGURATION
The system landscape and interface repository steps need to have been
completed prior to starting this phase.
1. Start the Integration Directory of the Integration Builder
3.1. Create Configuration Scenario
3.1.1. Order_OrderResponse_Demo
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
3. Enter Description as Order and Order Response Scenario
4. Click to select the Integration scenario IS_Orders we configured in 2.8.
Integration Scenario on page 37
5. You’ll notice that the configuration scenario is changed to IS_Orders which
is our Integration Scenario name. If you want to change it change it before
creating the configuration scenario. Once you’ve changed the name
(Order_OrderResponse_Demo) is should now look as shown in Figure
106
Figure 106: Create Integration Scenario
6. Click create
7. Save
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 72 of 159
3.2. Create Integration Process Service
3.2.1. IP_ORDERS
1. Right mouse click on Integration Party (Under Service without a party in
your newly created scenario)
2. Click New
3. Click continue on the screen shown in Figure 107
Figure 107: Install Integration Process
4. Select the IP_Orders Repository Process and click continue as shown in
Figure 108
Figure 108: Select Repository Integration Process
5. Enter Name IP_Orders and click Finish as shown in Figure 109
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 73 of 159
Figure 109: Give Integration Process a name
6. You then see the screen as shown in Figure 110
Figure 110: Integration Process installed
7. Edit the Integration Process
8. Click the menu option Service -> Adapter Specific Identifiers
9. Enter IP_ORDERS as the Logical System. (If you don’t do this step then
you will get an error that the Logical System could not be determined for
IP_ORDERS
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 74 of 159
10.Click Apply
3.3. Create Services without Party
3.3.1. Business Service: DEMO
1. Right click Business Service
2. Click Create
3. On the Receiver tab click to add a line to the Inbound Interfaces
4. Click to choose Message Interface MI_ORDERRESPONSE -> OK
5. Click the Sender tab
6. On the Sender tab click to add a line to the Outbound Interfaces
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 75 of 159
7. Click to choose Message Interface MI_ORDERS -> OK
8. Save
3.3.2. Business Service: MAIL_SERVICE
1. Right click Business Service
2. Click Create
3. On the Receiver tab click to add a line to the Inbound Interfaces
4. Click to choose Message Interface MI_EMAIL-> OK
5. Save
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 76 of 159
3.3.3. Business System: SAPCRM
1. Import your CRM system and link an IDoc communication channel to it as
shown in 3.4.4. GeneratedReceiverChannel_IDoc on page 80.
3.3.4. Business System: SAPECC
1. Import your ECC system. No communication channels are required as it
will receive no message from XI. It will receive the order from the CRM
system via middleware.
3.4. Create Communication Channels
3.4.1. CC_DEMO_SOAP_SENDER
1. Expand the Business Service DEMO
2. Right mouse click on Communication Channel -> New
3. Enter Communication Channel name CC_DEMO_SOAP_SENDER
4. Click Create
5. Click for the Adapter Type field to choose the SOAP adapter
6. Enter the following entries:
a. Select the Sender radio button
b. Transport Protocol: HTTP
c. Message Protocol: SOAP 1.1.
d. Adapter Engine: Integration Server
e. Default Interface Namespace: http://www.demo.com/XI
f. Default Interface Name: MI_ORDER (NB: This is required for the
web service to work properly)
g. Quality of Service: Exactly Once = Asynchronous call
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 77 of 159
Figure 111: SOAP Adapter Settings
7. Save
3.4.2. CC_DEMO_FILE_RECEIVER
1. Expand the Business Service DEMO
2. Right mouse click on Communication Channel -> New
3. Enter Communication Channel name CC_DEMO_FILE_RECEIVER
4. Click Create
5. Click for the Adapter Type field to choose the File adapter
6. Enter the following entries:
a. Select the Receiver radio button
b. Transport Protocol: File System (NFS)
c. Message Protocol: File
d. Adapter Engine: Integration Server
e. Target Directory: /var/xiftp
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 78 of 159
f. File Name Scheme: xi_kevin.dat
g. File Construction Mode: Add Message ID
h. Write Mode: Directly
i. File Type: Binary
j. Default the rest
Figure 112: File Adapter Settings
7. Save
3.4.3. CC_EMAIL
1. Expand the Business Service MAIL_SERVICE
2. Right mouse click on Communication Channel -> New
3. Enter Communication Channel name CC_EMAL
4. Click Create
5. Click for the Adapter Type field to choose the Mail adapter
6. Enter the following entries:
a. Select the Receiver radio button
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 79 of 159
b. Transport Protocol: SMTP
c. Message Protocol: XIPAYLOAD
d. Adapter Engine: Integration Server
e. URL: smtp://smtp.<server>.com
f. Use Mail Package: Check checkbox
g. Content Encoding: base64
Figure 113: Mail Adapter Settings
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 80 of 159
7. Save
3.4.4. GeneratedReceiverChannel_IDoc
3.5. Use Wizard to set up Determination and Agreements
We have performed the previous steps to set up your communication channels,
business system and services so that we can use the wizard to easily create our
message interface components comprising the receiver and Interface
Determination together with the sender and receiver agreements.
Using the wizard
You do not have to use the wizard and could choose to create these manually. Using the wizard,
however, is not only an efficient way to define your interfaces, but it is more intuitive to work with
when you have several interfaces to define in a short period of time. For example, our scenario
comprises of 5 interfaces and it’s really handy to be able to define each in its entirety (through the
wizard) before continuing with the next one.
3.5.1. Orders interface between DEMO and CRM
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 81 of 159
3. Click Configuration Wizard on the left as shown in Figure 114
Figure 114: Start Configuration Wizard
4. Click Internal Communication radio button and Create
STEP 1 – Incoming Message
1. Enter Service Type: Business Service
2. Service: DEMO
3. Interface: MI_ORDER
4. Namespace: http://www.demo.com/XI
5. Adapter Type: Select SOAP
Figure 115: Inbound Message - Specify Sender
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 82 of 159
6. Click continue
STEP 2 – Outgoing Message
1. Enter Service Type: Business System
2. Service: SAPCRM
3. Interface: ORDERS.ORDERS05
4. Namespace: urn:sap-com:document:sap:idoc:messages
5. Adapter Type: Select IDoc
Figure 116: Outbound Message - Specify Receiver
6. Continue
STEP 3 – Sender Agreement
1. The system should default in the SOAP Communication Channel you
created in 3.4.1. CC_DEMO_SOAP_SENDER on page 76
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 83 of 159
Figure 117: Sender Agreement - DEMO : MI_ORDER
2. Continue
STEP 4 – Receiver Determination
1. The system should display the screen as shown in Figure 118
Figure 118: Receiver Determination – DEMO : MI_ORDER
2. Click Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 84 of 159
STEP 5 – Interface Determination
1. The system should display the screen as shown in Figure 119
Figure 119: Interface Determination – DEMO : MI_ORDER : SAPCRM
2. Click Continue
STEP 6 – Receiver Agreement
1. The system should display the screen as shown in Figure 120
Figure 120: Receiver Agreement – DEMO : SAPCRM : ORDERS.ORDERS05
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 85 of 159
2. Click Continue
STEP 7 – Assign object to a Configuration Scenario
1. The system should display the screen as shown in Figure 121
2. From the dropdown list select your scenario
Order_OrderResponse_Demo
Figure 121: Assign generated object to a Scenario
3. Click Finish
4. You should get the Configuration Wizard log that shows you all the objects
that were generated as shown in Figure 122
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 86 of 159
Figure 122: Configuration Wizard Log
3.5.2. Orders interface between DEMO and BPE
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
3. Click Configuration Wizard on the left as shown in Figure 123
Figure 123: Start Configuration Wizard
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 87 of 159
4. Click Internal Communication radio button and Create
STEP 1 – Incoming Message
1. Enter Service Type: Business Service
2. Service: DEMO
3. Interface: MI_ORDER
4. Namespace: http://www.demo.com/XI
5. Adapter Type: Select SOAP
Figure 124: Inbound Message - Specify Sender
6. Click continue
STEP 2 – Outgoing Message
1. Enter Service Type: Integration Process
2. Service: IP_ORDERS
3. Integration Process: IP_Orders
4. Interface: MI_BPM_TRIGGER
5. Namespace: http://www.demo.com/XI
6. Adapter Type: Select XI
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 88 of 159
Figure 125: Outbound Message - Specify Receiver
7. Continue
STEP 3 – Sender Agreement
1. The system should default in the Sender agreement that you created in
STEP 3 – Sender Agreement on page 82
Figure 126: Sender Agreement - DEMO : MI_ORDER
2. Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 89 of 159
STEP 4 – Receiver Determination
1. The system should display the screen as shown in Figure 127
Figure 127: Receiver Determination – DEMO : MI_ORDER
2. Click Continue
STEP 5 – Interface Determination
1. The system should display the screen as shown in Figure 128
Figure 128: Interface Determination – DEMO : MI_ORDER :IP_ORDERS
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 90 of 159
2. Click Continue
STEP 6 – Receiver Agreement
1. The system should display the screen as shown in Figure 129
Figure 129: Receiver Agreement
2. Click Continue
STEP 7 – Assign object to a Configuration Scenario
1. The system should display the screen as shown in Figure 130
2. From the dropdown list select your scenario
Order_OrderResponse_Demo
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 91 of 159
Figure 130: Assign generated object to a Scenario
3. Click Finish
4. You should get the Configuration Wizard log that shows you all the objects
that were generated as shown in Figure 131
Figure 131: Configuration Wizard Log
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 92 of 159
3.5.3. Order Response interface between ECC and DEMO
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
3. Click Configuration Wizard on the left as shown in Figure 132
Figure 132: Start Configuration Wizard
4. Click Internal Communication radio button and Create
STEP 1 – Incoming Message
1. Enter Service Type: Business System
2. Service: SAPECC
3. Interface: ORDRSP.ORDERS05
4. Namespace: urn:sap-com:document:sap:idoc:messages
5. Adapter Type: Select IDoc
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 93 of 159
Figure 133: Inbound Message - Specify Sender
6. Click continue
STEP 2 – Outgoing Message
1. Enter Service Type: Business Service
2. Service: DEMO
3. Interface: MI_ORDERRESPONSE
4. Namespace: http://www.demo.com/XI
5. Adapter Type: Select File
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 94 of 159
Figure 134: Outbound Message - Specify Receiver
6. Continue
STEP 3 – Sender Agreement
1. The system should default in the Sender agreement that you created in
STEP 3 – Sender Agreement on page 82
Figure 135: Sender Agreement
2. Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 95 of 159
STEP 4 – Receiver Determination
3. The system should display the screen as shown in Figure 136
Figure 136: Receiver Determination – SAPECC : ORDRSP.ORDERS05
4. Click Continue
STEP 5 – Interface Determination
1. The system should display the screen as shown in Figure 137
Figure 137: Interface Determination – SAPECC : ORDRSP.ORDERS05 : DEMO
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 96 of 159
2. Click Continue
STEP 6 – Receiver Agreement
1. The system should display the screen as shown in Figure 138
Figure 138: Receiver Agreement – SAPECC : DEMO : MI_ORDERRESPONSE
3. Click Continue
STEP 7 – Assign object to a Configuration Scenario
1. The system should display the screen as shown in Figure 139
2. From the dropdown list select your scenario
Order_OrderResponse_Demo
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 97 of 159
Figure 139: Assign generated object to a Scenario
3. Click Finish
4. You should get the Configuration Wizard log that shows you all the objects
that were generated as shown in Figure 140
Figure 140: Configuration Wizard Log
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 98 of 159
3.5.4. Order Response interface between ECC and BPE
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
3. Click Configuration Wizard on the left as shown in Figure 141
Figure 141: Start Configuration Wizard
4. Click Internal Communication radio button and Create
STEP 1 – Incoming Message
1. Enter Service Type: Business System
2. Service: SAPECC
3. Interface: ORDRSP.ORDERS05
4. Namespace: urn:sap-com:document:sap:idoc:messages
5. Adapter Type: Select IDoc
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 99 of 159
Figure 142: Inbound Message - Specify Sender
6. Click continue
STEP 2 – Outgoing Message
1. Enter Service Type: Integration Process
2. Service: IP_ORDERS
3. Integration Process: IP_Orders
4. Interface: MI_BPM_TRIGGER_MATCH
5. Namespace: http://www.demo.com/XI
6. Adapter Type: Select XI
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 100 of 159
Figure 143: Outbound Message - Specify Receiver
7. Continue
STEP 3 – Sender Agreement
1. The system should default in the Sender agreement that you created in
STEP 3 – Sender Agreement on page 82
Figure 144: Sender Agreement
3. Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 101 of 159
STEP 4 – Receiver Determination
1. The system should display the screen as shown in Figure 145
Figure 145: Receiver Determination – SAPECC : ORDRSP.ORDERS05
5. Click Add Receiver radio button
6. Click Continue
STEP 5 – Interface Determination
1. The system should display the screen as shown in Figure 146
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 102 of 159
Figure 146: Interface Determination – DEMO : MI_ORDER :IP_ORDERS
3. Click Continue
STEP 6 – Receiver Agreement
1. The system should display the screen as shown in Figure 147
Figure 147: Receiver Agreement
4. Click Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 103 of 159
STEP 7 – Assign object to a Configuration Scenario
1. The system should display the screen as shown in Figure 148
2. From the dropdown list select your scenario
Order_OrderResponse_Demo
Figure 148: Assign generated object to a Scenario
3. Click Finish
4. You should get the Configuration Wizard log that shows you all the objects
that were generated as shown in Figure 149
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 104 of 159
Figure 149: Configuration Wizard Log
3.5.5. Email interface between BPE and Email Service
1. Select the Scenarios tab
2. Right mouse click in the window and choose New
3. Click Configuration Wizard on the left as shown in Figure 150
Figure 150: Start Configuration Wizard
4. Click Internal Communication radio button and Create
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 105 of 159
STEP 1 – Incoming Message
1. Enter Service Type: Integration Process
2. Service: IP_ORDERS
3. Integration Process: IP_Orders
4. Interface: MI_EMAIL
5. Namespace: http://www.demo.com/XI
6. Adapter Type: Select XI
Figure 151: Inbound Message - Specify Sender
7. Click continue
STEP 2 – Outgoing Message
1. Enter Service Type: Business Service
2. Service: MAIL_SERVICE
3. Interface: MI_EMAIL
4. Namespace: http://www.demo.com/XI
5. Adapter Type: Select Mail
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 106 of 159
Figure 152: Outbound Message - Specify Receiver
6. Continue
STEP 3 – Sender Agreement
1. The system should default in the Sender agreement that you created in
STEP 3 – Sender Agreement on page 82
Figure 153: Sender Agreement
2. Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 107 of 159
STEP 4 – Receiver Determination
1. The system should display the screen as shown in Figure 154
Figure 154: Receiver Determination – IP_ORDERS : MI_EMAIL
2. Click Add Receiver radio button
3. Click Continue
STEP 5 – Interface Determination
1. The system should display the screen as shown in Figure 155
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 108 of 159
Figure 155: Interface Determination –IP_ORDERS : MI_EMAIL
2. Click Continue
STEP 6 – Receiver Agreement
1. The system should display the screen as shown in Figure 156
Figure 156: Receiver Agreement – CC_EMAIL
2. Click Continue
Creating a BPM Scenario in XI
Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 109 of 159
STEP 7 – Assign object to a Configuration Scenario
1. The system should display the screen as shown in Figure 157
2. From the dropdown list select your scenario
Order_OrderResponse_Demo
Figure 157: Assign generated object to a Scenario
3. Click Finish
4. You should get the Configuration Wizard log that shows you all the objects
that were generated as shown in Figure 158
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi
Sap pi

More Related Content

What's hot

SAP Systems Integration by SAP PI (XI)
SAP Systems Integration by SAP PI (XI)SAP Systems Integration by SAP PI (XI)
SAP Systems Integration by SAP PI (XI)alpercelk
 
Sap Process Integration
Sap Process Integration Sap Process Integration
Sap Process Integration Tauhidul Islam
 
Sap interface overview
Sap interface overviewSap interface overview
Sap interface overviewgnareshmbacwa
 
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...Safe Software
 
Blazing new trails with salesforce data nov 16, 2021
Blazing new trails with salesforce data   nov 16, 2021Blazing new trails with salesforce data   nov 16, 2021
Blazing new trails with salesforce data nov 16, 2021Safe Software
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetSAP Technology
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...SAP Technology
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSAP Technology
 
Trafodion overview
Trafodion overviewTrafodion overview
Trafodion overviewRohit Jain
 
Beginner's Guide: Programming with ABAP on HANA
Beginner's Guide: Programming with ABAP on HANABeginner's Guide: Programming with ABAP on HANA
Beginner's Guide: Programming with ABAP on HANAAshish Saxena
 
FRIC - The Power Of Four. VCPowerPack14.
FRIC - The Power Of Four. VCPowerPack14.FRIC - The Power Of Four. VCPowerPack14.
FRIC - The Power Of Four. VCPowerPack14.Sascha Rauhe
 
SAP Integrated Business Planning
SAP Integrated Business PlanningSAP Integrated Business Planning
SAP Integrated Business PlanningKishore Chaganti
 
SAP IQ 16 Product Annoucement
SAP IQ 16 Product AnnoucementSAP IQ 16 Product Annoucement
SAP IQ 16 Product AnnoucementDobler Consulting
 
Daniel Ridder Best Practices SAP Gateway Builder
Daniel Ridder Best Practices SAP Gateway BuilderDaniel Ridder Best Practices SAP Gateway Builder
Daniel Ridder Best Practices SAP Gateway BuilderDaniel Ridder
 

What's hot (20)

SAP Systems Integration by SAP PI (XI)
SAP Systems Integration by SAP PI (XI)SAP Systems Integration by SAP PI (XI)
SAP Systems Integration by SAP PI (XI)
 
Sap Process Integration
Sap Process Integration Sap Process Integration
Sap Process Integration
 
SAP PI and SOA Overview
SAP PI and SOA OverviewSAP PI and SOA Overview
SAP PI and SOA Overview
 
SAP PI
SAP PISAP PI
SAP PI
 
Sap interface overview
Sap interface overviewSap interface overview
Sap interface overview
 
Oracle hyperion essbase
Oracle hyperion essbaseOracle hyperion essbase
Oracle hyperion essbase
 
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...
Integrating the Enterprise with Event-Driven Messaging – Using FME Server as ...
 
Scribe insight 02 need for speed
Scribe insight 02   need for speedScribe insight 02   need for speed
Scribe insight 02 need for speed
 
Blazing new trails with salesforce data nov 16, 2021
Blazing new trails with salesforce data   nov 16, 2021Blazing new trails with salesforce data   nov 16, 2021
Blazing new trails with salesforce data nov 16, 2021
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
 
Why sap hana
Why sap hanaWhy sap hana
Why sap hana
 
Autodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory databaseAutodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory database
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and Odata
 
Trafodion overview
Trafodion overviewTrafodion overview
Trafodion overview
 
Beginner's Guide: Programming with ABAP on HANA
Beginner's Guide: Programming with ABAP on HANABeginner's Guide: Programming with ABAP on HANA
Beginner's Guide: Programming with ABAP on HANA
 
FRIC - The Power Of Four. VCPowerPack14.
FRIC - The Power Of Four. VCPowerPack14.FRIC - The Power Of Four. VCPowerPack14.
FRIC - The Power Of Four. VCPowerPack14.
 
SAP Integrated Business Planning
SAP Integrated Business PlanningSAP Integrated Business Planning
SAP Integrated Business Planning
 
SAP IQ 16 Product Annoucement
SAP IQ 16 Product AnnoucementSAP IQ 16 Product Annoucement
SAP IQ 16 Product Annoucement
 
Daniel Ridder Best Practices SAP Gateway Builder
Daniel Ridder Best Practices SAP Gateway BuilderDaniel Ridder Best Practices SAP Gateway Builder
Daniel Ridder Best Practices SAP Gateway Builder
 

Viewers also liked

Coursera 6QUKBGK9MTWF
Coursera 6QUKBGK9MTWFCoursera 6QUKBGK9MTWF
Coursera 6QUKBGK9MTWFShan Dutt
 
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...Thorne & Derrick UK
 
Logistics invoice verification(miro)
Logistics invoice verification(miro)Logistics invoice verification(miro)
Logistics invoice verification(miro)Rasika Jayawardana
 
Core competence(yash bhati)
Core competence(yash bhati)Core competence(yash bhati)
Core competence(yash bhati)Yash Bhati
 
Ancient greek festivals / Праздники Древней Греции
Ancient greek festivals / Праздники Древней ГрецииAncient greek festivals / Праздники Древней Греции
Ancient greek festivals / Праздники Древней ГрецииMaria Vinokurova
 
El diario de Nikki. Milena
El diario de Nikki. MilenaEl diario de Nikki. Milena
El diario de Nikki. Milenaanagr5
 
Pr7 starter task
Pr7 starter taskPr7 starter task
Pr7 starter taskshakeel99
 
Modalverben
ModalverbenModalverben
ModalverbenSchool
 
Geronimo Stilton. Álvaro
Geronimo Stilton. Álvaro Geronimo Stilton. Álvaro
Geronimo Stilton. Álvaro anagr5
 
20 vs 21 Century Schools (newport pres)
20 vs 21 Century Schools (newport pres)20 vs 21 Century Schools (newport pres)
20 vs 21 Century Schools (newport pres)ccapozzoli
 
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn Loderus
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn LoderusVaripar, presentatie VHG ledenvergadering interieurbeplanters, Martijn Loderus
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn LoderusRedactie Intogreen
 
PR9: Regulation continued
PR9: Regulation continuedPR9: Regulation continued
PR9: Regulation continuedshakeel99
 
Nuevas tecnologías
Nuevas tecnologíasNuevas tecnologías
Nuevas tecnologíasvaleOK
 

Viewers also liked (18)

Certificate of Appreciation_TRB-2016
Certificate of Appreciation_TRB-2016Certificate of Appreciation_TRB-2016
Certificate of Appreciation_TRB-2016
 
Coursera 6QUKBGK9MTWF
Coursera 6QUKBGK9MTWFCoursera 6QUKBGK9MTWF
Coursera 6QUKBGK9MTWF
 
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...
Exheat Hazardous Area Flameproof Thermostat & Transmitters Zone 1 & 2 Atex - ...
 
Logistics invoice verification(miro)
Logistics invoice verification(miro)Logistics invoice verification(miro)
Logistics invoice verification(miro)
 
Resume_Garima (1)
Resume_Garima (1)Resume_Garima (1)
Resume_Garima (1)
 
Garima_Resume
Garima_ResumeGarima_Resume
Garima_Resume
 
Core competence(yash bhati)
Core competence(yash bhati)Core competence(yash bhati)
Core competence(yash bhati)
 
Ancient greek festivals / Праздники Древней Греции
Ancient greek festivals / Праздники Древней ГрецииAncient greek festivals / Праздники Древней Греции
Ancient greek festivals / Праздники Древней Греции
 
El diario de Nikki. Milena
El diario de Nikki. MilenaEl diario de Nikki. Milena
El diario de Nikki. Milena
 
A sip report
A sip reportA sip report
A sip report
 
Pr7 starter task
Pr7 starter taskPr7 starter task
Pr7 starter task
 
Modalverben
ModalverbenModalverben
Modalverben
 
Vertical greening systems
Vertical greening systemsVertical greening systems
Vertical greening systems
 
Geronimo Stilton. Álvaro
Geronimo Stilton. Álvaro Geronimo Stilton. Álvaro
Geronimo Stilton. Álvaro
 
20 vs 21 Century Schools (newport pres)
20 vs 21 Century Schools (newport pres)20 vs 21 Century Schools (newport pres)
20 vs 21 Century Schools (newport pres)
 
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn Loderus
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn LoderusVaripar, presentatie VHG ledenvergadering interieurbeplanters, Martijn Loderus
Varipar, presentatie VHG ledenvergadering interieurbeplanters, Martijn Loderus
 
PR9: Regulation continued
PR9: Regulation continuedPR9: Regulation continued
PR9: Regulation continued
 
Nuevas tecnologías
Nuevas tecnologíasNuevas tecnologías
Nuevas tecnologías
 

Similar to Sap pi

stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...
stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...
stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...NETWAYS
 
Plone Futures, Plone Conference 2016 Keynote by Eric Steele
Plone Futures, Plone Conference 2016 Keynote by Eric SteelePlone Futures, Plone Conference 2016 Keynote by Eric Steele
Plone Futures, Plone Conference 2016 Keynote by Eric SteeleT. Kim Nguyen
 
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - Australia
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - AustraliaBringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - Australia
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - AustraliaBill Scott
 
Easy oracle & weblogic provisioning and deployment
Easy oracle & weblogic provisioning and deploymentEasy oracle & weblogic provisioning and deployment
Easy oracle & weblogic provisioning and deploymentBert Hajee
 
The Rise of the DataOps - Dataiku - J On the Beach 2016
The Rise of the DataOps - Dataiku - J On the Beach 2016 The Rise of the DataOps - Dataiku - J On the Beach 2016
The Rise of the DataOps - Dataiku - J On the Beach 2016 Dataiku
 
Why Your Cloud Needs a Sysadmin
Why Your Cloud Needs a SysadminWhy Your Cloud Needs a Sysadmin
Why Your Cloud Needs a Sysadmincloudcampghent
 
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...Dana Gardner
 
Building Better Products Using User Story Mapping
Building Better Products Using User Story MappingBuilding Better Products Using User Story Mapping
Building Better Products Using User Story MappingIT Weekend
 
Continuous Delivery: The Dirty Details
Continuous Delivery: The Dirty DetailsContinuous Delivery: The Dirty Details
Continuous Delivery: The Dirty DetailsMike Brittain
 
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete Cheslock
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete CheslockBringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete Cheslock
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete CheslockThreat Stack
 
Micro services may not be the best idea
Micro services may not be the best ideaMicro services may not be the best idea
Micro services may not be the best ideaSamuel ROZE
 
O'Reilly ebook: Operationalizing the Data Lake
O'Reilly ebook: Operationalizing the Data LakeO'Reilly ebook: Operationalizing the Data Lake
O'Reilly ebook: Operationalizing the Data LakeVasu S
 
Ingesting Click Data for Analytics
Ingesting Click Data for AnalyticsIngesting Click Data for Analytics
Ingesting Click Data for AnalyticsClickMeter
 
PuppetConf track overview: Case Studies
PuppetConf track overview: Case StudiesPuppetConf track overview: Case Studies
PuppetConf track overview: Case StudiesPuppet
 
From DevOps to NoOps how not to get Equifaxed Apidays
From DevOps to NoOps how not to get Equifaxed ApidaysFrom DevOps to NoOps how not to get Equifaxed Apidays
From DevOps to NoOps how not to get Equifaxed ApidaysOri Pekelman
 

Similar to Sap pi (20)

stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...
stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...
stackconf 2023 | Better Living by Changing Less – IncrativeOps by Michael Cot...
 
Plone Futures, Plone Conference 2016 Keynote by Eric Steele
Plone Futures, Plone Conference 2016 Keynote by Eric SteelePlone Futures, Plone Conference 2016 Keynote by Eric Steele
Plone Futures, Plone Conference 2016 Keynote by Eric Steele
 
Plone Futures
Plone FuturesPlone Futures
Plone Futures
 
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - Australia
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - AustraliaBringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - Australia
Bringing Change to Life | YOW 2016 | Melbourne, Brisbane, Sydney - Australia
 
Easy oracle & weblogic provisioning and deployment
Easy oracle & weblogic provisioning and deploymentEasy oracle & weblogic provisioning and deployment
Easy oracle & weblogic provisioning and deployment
 
The Rise of the DataOps - Dataiku - J On the Beach 2016
The Rise of the DataOps - Dataiku - J On the Beach 2016 The Rise of the DataOps - Dataiku - J On the Beach 2016
The Rise of the DataOps - Dataiku - J On the Beach 2016
 
Why Your Cloud Needs a Sysadmin
Why Your Cloud Needs a SysadminWhy Your Cloud Needs a Sysadmin
Why Your Cloud Needs a Sysadmin
 
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...
451’s Berkholz on How DevOps, Automation and Orchestration Combine for Contin...
 
Building Better Products Using User Story Mapping
Building Better Products Using User Story MappingBuilding Better Products Using User Story Mapping
Building Better Products Using User Story Mapping
 
Sbwire 531031
Sbwire 531031Sbwire 531031
Sbwire 531031
 
Continuous Delivery: The Dirty Details
Continuous Delivery: The Dirty DetailsContinuous Delivery: The Dirty Details
Continuous Delivery: The Dirty Details
 
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete Cheslock
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete CheslockBringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete Cheslock
Bringing Infosec Into The Devops Tribe: Q&A With Gene Kim and Pete Cheslock
 
0101InSite
0101InSite0101InSite
0101InSite
 
Ingesting click events for analytics
Ingesting click events for analyticsIngesting click events for analytics
Ingesting click events for analytics
 
Micro services may not be the best idea
Micro services may not be the best ideaMicro services may not be the best idea
Micro services may not be the best idea
 
O'Reilly ebook: Operationalizing the Data Lake
O'Reilly ebook: Operationalizing the Data LakeO'Reilly ebook: Operationalizing the Data Lake
O'Reilly ebook: Operationalizing the Data Lake
 
Ingesting Click Data for Analytics
Ingesting Click Data for AnalyticsIngesting Click Data for Analytics
Ingesting Click Data for Analytics
 
Ten Years of DITA: Are We There Yet?
Ten Years of DITA: Are We There Yet?Ten Years of DITA: Are We There Yet?
Ten Years of DITA: Are We There Yet?
 
PuppetConf track overview: Case Studies
PuppetConf track overview: Case StudiesPuppetConf track overview: Case Studies
PuppetConf track overview: Case Studies
 
From DevOps to NoOps how not to get Equifaxed Apidays
From DevOps to NoOps how not to get Equifaxed ApidaysFrom DevOps to NoOps how not to get Equifaxed Apidays
From DevOps to NoOps how not to get Equifaxed Apidays
 

More from Rasika Jayawardana

More from Rasika Jayawardana (8)

Grammer
GrammerGrammer
Grammer
 
Archive data in sap
Archive data in sapArchive data in sap
Archive data in sap
 
Logistics invoice verification(miro)
Logistics invoice verification(miro)Logistics invoice verification(miro)
Logistics invoice verification(miro)
 
Tranasap case study pharma
Tranasap case study   pharmaTranasap case study   pharma
Tranasap case study pharma
 
Tranasap case study pharma
Tranasap case study   pharmaTranasap case study   pharma
Tranasap case study pharma
 
Z abap coding_standards_v2_0_t
Z abap coding_standards_v2_0_tZ abap coding_standards_v2_0_t
Z abap coding_standards_v2_0_t
 
Abap query
Abap queryAbap query
Abap query
 
Tcode user access
Tcode user accessTcode user access
Tcode user access
 

Recently uploaded

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Recently uploaded (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

Sap pi

  • 1. © Genie Press 2007 A Step by Step Guide Creating a BPM Scenario in SAP Exchange Infrastructure 3.0 Authored by Kevin Wilson With contributions by Alistair Rooney and David Propst http://www.geniepress.com XI IS CRM ECC XI BPM Integration Process DEMO Order XI IS 1) MT_ORDER (DT_ORDER) Receiver Determination 2a) ORDERS (ORDERS05) Sales Order 2b) MI_BPM_TRIGGER MI_BPM_TRIGGER MT_BPM_TRIGGER (DT_BPM_TRIGGER) Sales Order Response Middleware Receiver Determination 3) ORDRSP (ORDERS05) Order Response 4a) MT_ORDERRESPONSE (DT_ORDERRESPONSE) 4b) MI_BPM_TRIGGER_MATCH MI_BPM_TRIGGER_MATCH MT_BPM_TRIGGER (DT_BPM_TRIGGER) DocNum S O A P F T P I D O C I D O C Email Client Order Response Failure M A I L 4c) XI_MAIL
  • 2. © Genie Press 2007 Copyright @ 2012 by Genieholdings.com, Inc. Published 2007 and re-released in 2012 by Genie Press, a division of Genieholdings.com, Inc. All rights reserved. No part of this publication may be used or reproduced in any manner whatsoever without either the prior written permission of the publisher or a license permitting restricted copying in the United States or abroad. Trademarks: Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of trademark infringement. SAP, SAP Logo, R/3, mySAP, mySAP.com and other SAP products and services mentioned herein are trademarks or registered trademarks of SAP AG. All product names are trademarks of their respective companies. Disclaimer: This is not a product of SAP AG nor are they the publisher of this book and as such are not responsible for it under any aspect of the law. This publication is an independent view and is for instructional purposes only. The publisher does not offer any warranties or representations nor does it accept any liabilities with respect to the content of this publication. The information in this book is distributed on an “as is” basis, without warranty. Although every precaution has been taken in the preparation of this work, neither the author(s), nor Genie Press of Genieholdings.com Inc. shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this work. http://www.geniepress.com
  • 3. © Genie Press 2007 “A big shout out to my fellow road warriors Dave Propst and Alistair Rooney for their valuable contributions, not only to this quick guide book, but to the SAP integration community as a whole. Dave and I have worked several projects together and he’s my number 1 go to guy for Integration Architecture stuff…. Whereas Alistair literally wrote the book on ABAP and Java! Who knows it better than him? I challenge you to find someone…. Although this book runs the older release of XI, I still have folks finding it useful in pulling it together for the new versions of PI. The screens may have changed but the concept and objects haven’t changed too much. This book helped several folks find their legs in XI to such an extent that they became XI and now PI consultants and make a decent living out of it. If this is too old for you then don’t print it and carry on with life, but if it is then know that I am pleased that it has helped out a little. Please don’t ask me to update it to the latest version, as I have moved on to more fun topics like SAP Event Management and Sybase ESP ;)” Kevin Wilson In association with http://www.erpgenie.com
  • 4. Table of Contents © Genie Press 2007 Page 4 of 159 Table of Contents INTRODUCTION 8 Background ............................................................................................................................... 8 About the Author....................................................................................................................... 9 How to use this book ................................................................................................................ 9 The Scenario............................................................................................................................ 10 PHASE 1 : SYSTEM CONFIGURATION 12 1.1. Software Component ................................................................................................. 12 1.2. Clear SLD Cache .............................................................................................................. 13 1.3. Import Software Component........................................................................................... 14 PHASE 2 : INTEGRATION BUILDER DESIGN 15 2.1. External Definitions ......................................................................................................... 15 2.1.1. XI_MAIL.................................................................................................................. 16 2.2. Data Types ........................................................................................................................ 17 2.2.1. DT_ORDERS ......................................................................................................... 18 2.2.2. DT_ORDERRESPONSE........................................................................................ 18 2.2.3. DT_BPM_TRIGGER............................................................................................... 19 2.3. Message Types................................................................................................................. 20 2.3.1. MT_ORDER ........................................................................................................... 20 2.3.2. MT_ORDERRESPONSE ....................................................................................... 21 2.3.3. MT_BPM_TRIGGER .............................................................................................. 21 2.4. Message Interfaces .......................................................................................................... 22 2.4.1. MI_ORDER............................................................................................................. 23 2.4.2. MI_ORDERRESPONSE......................................................................................... 23 2.4.3. MI_BPM_TRIGGER ............................................................................................... 24 2.4.4. MI_BPM_TRIGGER_MATCH ................................................................................ 24 2.4.5. MI_EMAIL............................................................................................................... 25 2.5. Import IDoc Type.............................................................................................................. 26 2.5.1. ORDERS.ORDERS05 and ORDRSP.ORDERS05................................................ 26 2.6. Message Mapping ............................................................................................................ 27 2.6.1. MM_Order_to_ORDERS05.................................................................................... 27 2.6.2. MM_Order_to_BPM_TRIGGER ............................................................................. 28
  • 5. Table of Contents © Genie Press 2007 Page 5 of 159 2.6.3. MM_ORDERS05_to_OrderResponse.................................................................... 29 2.6.4. MM_ORDRSP_to_BPM_TRIGGER....................................................................... 30 2.6.5. MM_BPM_to_EMAIL.............................................................................................. 31 2.7. Interface Mapping ............................................................................................................ 32 2.7.1. IM_Order_to_ORDERS05...................................................................................... 33 2.7.2. IM_Order_to_BPM_TRIGGER ............................................................................... 33 2.7.3. IM_ORDRSP_to_OrderResponse.......................................................................... 34 2.7.4. IM_ORDRSP_to_BPM_TRIGGER_CATCH .......................................................... 35 2.7.5. IM_BPM_to_EMAIL................................................................................................ 36 2.8. Integration Scenario ........................................................................................................ 37 2.8.1. Actions.................................................................................................................... 37 2.8.2. Integration Scenario ............................................................................................... 43 2.9. Integration Process.......................................................................................................... 51 2.9.1. IP_Orders ............................................................................................................... 52 2.10. Create Alert Category .................................................................................................... 66 2.10.1. TESTALERT......................................................................................................... 67 2.10.2. TESTALERT1....................................................................................................... 68 2.10.3. Assign Users / Roles to Alert Categories ............................................................. 69 2.10.4. Update Alert Categories ....................................................................................... 70 PHASE 3 : INTEGRATION BUILDER CONFIGURATION 71 3.1. Create Configuration Scenario ....................................................................................... 71 3.1.1. Order_OrderResponse_Demo ............................................................................... 71 3.2. Create Integration Process Service ............................................................................... 72 3.2.1. IP_ORDERS........................................................................................................... 72 3.3. Create Services without Party ........................................................................................ 74 3.3.1. Business Service: DEMO ....................................................................................... 74 3.3.2. Business Service: MAIL_SERVICE........................................................................ 75 3.3.3. Business System: SAPCRM .................................................................................. 76 3.3.4. Business System: SAPECC ................................................................................... 76 3.4. Create Communication Channels .................................................................................. 76 3.4.1. CC_DEMO_SOAP_SENDER ................................................................................ 76 3.4.2. CC_DEMO_FILE_RECEIVER ............................................................................... 77 3.4.3. CC_EMAIL.............................................................................................................. 78 3.4.4. GeneratedReceiverChannel_IDoc ......................................................................... 80 3.5. Use Wizard to set up Determination and Agreements ................................................. 80 3.5.1. Orders interface between DEMO and CRM........................................................... 80 3.5.2. Orders interface between DEMO and BPE............................................................ 86 3.5.3. Order Response interface between ECC and DEMO ............................................ 92 3.5.4. Order Response interface between ECC and BPE................................................ 98
  • 6. Table of Contents © Genie Press 2007 Page 6 of 159 3.5.5. Email interface between BPE and Email Service................................................. 104 3.6. Receiver Determination................................................................................................. 111 3.6.1. DEMO : MI_ORDER............................................................................................. 111 3.6.2. IP_ORDERS : MI_EMAIL..................................................................................... 111 3.6.3. SAPECC : ORDRSP.ORDERS05........................................................................ 112 3.7. Interface Determination................................................................................................. 112 3.7.1. DEMO : MI_ORDER : SAPCRM .......................................................................... 112 3.7.2. DEMO : MI_ORDER : IP_ORDERS..................................................................... 113 3.7.3. SAPECC : ORDRSP.ORDERS05 : DEMO.......................................................... 113 3.7.4. SAPECC : ORDRSP.ORDERS05 : IP_ORDERS................................................ 114 3.7.5. IP_ORDERS : MI_EMAIL : MAIL_SERVICE........................................................ 114 3.8. Sender Agreements ....................................................................................................... 115 3.8.1. DEMO:MI_ORDER............................................................................................... 115 3.9. Receiver Agreements .................................................................................................... 115 3.9.1. DEMO : SAPCRM : ORDERS.ORDERS05 ......................................................... 115 3.9.2. SAPECC : DEMO : ORDERRESPONSE............................................................. 116 3.9.3. IP_ORDERS : MAIL_SERVICE : MI_EMAIL........................................................ 116 3.10. Create and Publish Web Service ................................................................................ 116 PHASE 4 : SAP CONFIGURATION 120 4.1. Maintain Port in IDoc adapter ....................................................................................... 120 4.1.1. SAPCRM .............................................................................................................. 120 4.2. Maintain Metadata Overview for IDoc adapter ............................................................ 121 4.2.1. ORDERS05 .......................................................................................................... 121 PHASE 5 : TESTING 122 5.1. Testing the interface in XI ............................................................................................. 122 5.1.1. Create a sample XML payload ............................................................................. 122 5.1.2. Launch the test tool .............................................................................................. 123 5.2 Testing the web service using XML SPY...................................................................... 124 5.3. Runtime workbench....................................................................................................... 126 5.3.1. View Integration Server ........................................................................................ 127 5.3.2. View Integration Engine........................................................................................ 127 5.3.3. View Adapter Engine............................................................................................ 128 5.3.4. View alert inbox .................................................................................................... 129 5.3.5. Workflow Log........................................................................................................ 129 5.3.6. Verify email........................................................................................................... 130
  • 7. Table of Contents © Genie Press 2007 Page 7 of 159 GLOSSARY 131 APPENDIX A. ABBREVIATIONS USED 137 APPENDIX B. DATA TYPES 138 XSD – DT_ORDERS............................................................................................................... 138 XSD – DT_ORDERRESPONSE............................................................................................. 139 XSD – DT_BPM_TRIGGER.................................................................................................... 141 APPENDIX C. WSDL FILES 144 MI_ORDER.WSDL.................................................................................................................. 144 APPENDIX D. EXTERNAL FILES 147 XIMAIL30.XSD File for Mail adapter .................................................................................... 147 APPENDIX E. MESSAGE MAPPINGS 151 MM_Order_to_ORDERS05.................................................................................................... 151 MM_Order_to_BPM_TRIGGER............................................................................................. 152 MM_ORDERS05_to_OrderResponse .................................................................................. 153 MM_ORDRSP_to_BPM_TRIGGER....................................................................................... 154 MM_ BPM_to_EMAIL............................................................................................................. 155 INDEX TABLE 156
  • 8. Creating a BPM Scenario in XI Introduction © Genie Press 2007 Page 8 of 159 Introduction Background Exchange Infrastructure has grown out of the enormously disparate world of – and I use this in its most general sense – Electronic Data Interchange. Exchange Infrastructure 3.0 brings together a lot of technologies. Some of these technologies are open standards that have been embraced over the years and have become the de facto standard. These are XML and its cousins SOAP, WSDL, XPATH, XSLT and so on. Other technologies are proprietary to SAP AG, like IDOCS, ALE, ABAP Objects and even certain class libraries used by Java. One of the most interesting developments in recent years has been the emergence of graphical mapping to chart out an organization’s business processes. One of the leaders in this has been the ARIS product. SAP and IDS Scheer1 have teamed up to bring us Business Process Management or BPM. XI plays an important role in this by “linking” the business processes together. This book describes the process to map a BPM scenario in XI. It covers the 5 phases required:  System configuration  Integration Builder Design  Integration Builder Configuration  SAP Configuration  Testing It does not try to describe all the functionality that you will encounter in XI and the BPM module. After all BPM is larger than just XI and conversely XI is more than just BPM! It does not attempt to provide you with a production solution for the scenario provided. The scenario is made up to incorporate as many aspects of XI messaging and BPM as is feasible. A note about authorization: The tasks in the system configuration phase will take a higher level of authorization then the remaining 4 phases. The tasks in the first phase will require the role of SAP_XI_ADMINISTRATOR. The remaining for phases can be performed by a user with the role of SAP_XI_DEVELOPER. 1 IDS Scheer are the developers of the ARIS product
  • 9. Creating a BPM Scenario in XI Author: Kevin Wilson © Genie Press 2007 Page 9 of 159 About the Author Alistair Rooney is a Principal NetWeaver Consultant with SAP. Alistair has been involved in 11+ SAP projects and has been Development Lead or Technical Architect on all but two of these. Alistair has a wide range of skills as a result of his 25+ years in the industry. Alistair started as a junior programmer in the early ‘80’s and progressed to an IT Manager position in London, UK before entering consulting. Alistair is an accredited member of the Institute of IT Management, holds a number of Technical Certifications and is an accredited TOGAF Architect. Alistair is the author of “Foundations of Java for ABAP Programmers”. David W Propst was the SAP NetWeaver XI lead for Insight Inc., SAP NetWeaver PI / Integration architect at Monsanto and now holds a similar position at HD Supply. He has over 18 years of experience creating innovative system integration solutions, the past nine years of which have been integrating SAP systems. David has designed, implemented, and managed large scale B2B, EDI, and EAI solutions in the transportation, distribution, and retail industries. David has proven his ability to utilize his vast technical and business knowledge to produce highly available, scalable, maintainable, and above all profitable - solutions. Kevin Wilson, associate partner at Q Data USA Inc. and founder of ERPGenie.COM, has over 20 years of large scale integrated information systems implementation experience, the last 16 of which were dedicated to SAP implementations. Kevin has designed, configured, developed and implemented solutions for over 29 projects worldwide. Interfacing technologies such as EDI, ALE, ITS, XI / PI, SAP Event Management, Workflow and ABAP are skills that he has expertise in. Kevin typically fulfills the role of team or project lead and often offers training on these technologies to clients seeking to acquire these rare skills. Kevin holds a Bachelor’s Degree in Science majoring in Mathematics and Computer Science and also holds a diploma in Project Management. He also regularly talks at conferences around the world on his topics of interest. How to use this book The book is written in such a way as to be a step by step quick guide to implementing the given scenario. It details, as far as possible, every step that is required in order to deliver the documented scenario. It also assumes, although you may be able to muddle through, that you have a basic knowledge of XI 3.0 and some XML fundamentals.
  • 10. Creating a BPM Scenario in XI Author: Kevin Wilson © Genie Press 2007 Page 10 of 159 Key: Italic words Transactions Italic words -> Italic words Menu path to follow Underlined Indicates a Tab on a screen All figures are labeled with a number. If that figure is referenced in the text then it is reference with this number. For your convenience a table of figures is listed after the table of contents. The Scenario An external system (DEMO) sends an XML representation of an order through to XI. We want to transform this order in to a small BPM message destined for the BPM engine and also transform it in to an ORDERS05 IDoc destined for the CRM system. This ORDERS05 IDoc creates a sales order in CRM which is then replicated to the ECC system, via middleware. The sales order in ECC then generates an ORDRSP IDoc which is then sent to XI. This ORDRSP IDoc is then transformed in to a small BPM message that is correlated with the ORDERS BPM message sent earlier. It is also transformed in to an order response XML message which is sent through the FTP Adapter to a specific file on the Integration server. The BPM also has timeout and exception handling capabilities using the alert framework as well as the email adapter. Don’t Panic – this all seems rather daunting at this point but the diagram in Figure 1 will simplify our task considerably!
  • 11. Creating a BPM Scenario in XI Author: Kevin Wilson © Genie Press 2007 Page 11 of 159 XI IS CRM ECC XI BPM Integration Process DEMO Order XI IS 1) MT_ORDER (DT_ORDER) Receiver Determination 2a) ORDERS (ORDERS05) Sales Order 2b) MI_BPM_TRIGGER MI_BPM_TRIGGER MT_BPM_TRIGGER (DT_BPM_TRIGGER) Sales Order Response Middleware Receiver Determination 3) ORDRSP (ORDERS05) Order Response 4a) MT_ORDERRESPONSE (DT_ORDERRESPONSE) 4b) MI_BPM_TRIGGER_MATCH MI_BPM_TRIGGER_MATCH MT_BPM_TRIGGER (DT_BPM_TRIGGER) DocNum S O A P F T P I D O C I D O C Email Client Order Response Faliure M A I L 4c) XI_MAIL Figure 1: BPM Scenario
  • 12. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 12 of 159 PHASE 1 : SYSTEM CONFIGURATION We have 4 “systems” in our scenario:  The Demo system sending the order in XML format  The CRM system that receives the ORDERS IDoc in order to create a sales order  The ECC system that sends the ORDRSP IDoc to XI and ultimately to an email address  The XI system housing the interfaces, the BPM scenario and the adapter framework We’ll go through configuring the Demo system as a Software Component. Furthermore we will assume that the CRM and ECC business systems have been set up and imported in to the Integration Directory. We’ll be covering the adding of the communication channels (We will use the IDoc adapter) to these business services. All our design work will be done under the DEMOCOMPONENT Software Component. 1.1. Software Component So, let’s get going with our first task. We need to configure the DEMO system if it’s not a part of the business landscape. In our case we need to create DEMOCOMPONENT as a Software Component in the SLD. Most SAP shops do not allow just anyone into the SLD. This task is usually performed by a development lead or basis. You will need the SAP_XI_ADMINISTRATOR or SAP_XI_CONTENT ORGANIZER role to perform the SLD tasks. You may need to have basis set this up for you. 1. Log in to the XI server 2. Run transaction SXMB_IFR to start the Integration Builder
  • 13. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 13 of 159 Figure 2: Integration Builder 3. Start System Landscape Directory 4. Click on Software Catalog 5. Click on New Product 6. Enter a vendor, name and version and Create 7. Now you need to add a Software Component. Enter Vendor, name (Software Component name), version and Create 8. Your Software Component should look like that shown in Figure 3 Figure 3: Software Component Version 1.2. Clear SLD Cache 1. Fire up the Integration Directory (CONFIGURATION) 2. Clear the cache using the menu option as shown in Figure 4: Environment -> Clear SLD Data Cache2 . Figure 4: Clear SLD Cache Data 2 The Systems Landscape Directory can be viewed as a separate entity to the Integration Builder. So, if we had to access the SLD from the Integration Builder every time we made a change, it would slow the whole process down considerably. The obvious solution was to provide a cache that holds the SLD information within the Integration Builder. Unfortunately this means that when we make a change to the SLD – our changes will not be picked up by the Integration Builder. For this reason we always clear the SLD cache and reload the SLD Software Components.
  • 14. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 14 of 159 1.3. Import Software Component 1. Start the Integration Repository 2. Import your Software Component. From the menu choose Tools -> Transfer from System Landscape Directory -> Import Software Component Versions Figure 5: Import Software Component Version 3. Select Demo component and click Import 4. Once it’s been successfully imported click exit 5. Double click your Software Component version DEMOCOMPONENT 6. Create a namespace (http://www.demo.com/xi) and Save Figure 6: Create Namespace
  • 15. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 15 of 159 PHASE 2 : INTEGRATION BUILDER DESIGN In order to map an interface we need certain elements to be defined. We define these elements in the integration repository. These elements include:  Data Type  Message Type  Message interface  Message Mapping  Mapping Interface Interface Message Interface (WSDL) Message Type (XSD) Data Type (XSD) Mapping Interface Mapping (Receiver Determination, Interface Determination, Sender agreement, Receiver agreement) Message Mapping Figure 7: XI Interface Process These elements will then be used in the XI configuration phase to assemble the required interface. 2.1. External Definitions The email XSD provided by SAP needs to be uploaded as an external definition. This will save us a huge amount of work since we now have a preformatted structure to use in our interface. This is just one of the cool new features with XI 3.0!
  • 16. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 16 of 159 2.1.1. XI_MAIL 1. Open up your applicable namespace under the DEMCOMPONENT software component 2. Open Interface Objects 3. Right click External Definitions -> New 4. Enter Name (XI_MAIL) and Description -> Create 5. Change category to XSD Figure 8: External Definition Category 6. Click to “Import External Definitions” 7. Browse to the XIMAIL30.XSD file -> Open (See definition at APPENDIX C) 8. Your External definition should look like that shown in Figure 9 Figure 9: External Definition - Mail Message Definition 9. Check that your External Definition has 3 messages associated with it as shown in Figure 10. We do this by clicking on the Messages tab. This is
  • 17. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 17 of 159 an important step, if you do not see the messages defined here; there was a problem with the import. Figure 10: External Definition - Mail Messages Naming Conventions At this point I’d like a quick word, if you don’t mind. It’s important that we emphasize the importance of Naming Conventions here. As you have probably noticed, Data Types have a prefix of DT, Message Types have a prefix of MT and Message Interfaces have MI and so on. This is not the whole picture, however. You may want to qualify the interfaces further by using a suffix of OUT for outbound (Remember this is outbound from the server – never from XI) and IN for inbound. Trust us, (We’re professionals), defining your standards up front will take away hours of frustration later. 2.2. Data Types Now that we have our mail structure, we need to create 3 new data types (It may be a good idea to read the sidebar on “Naming Conventions” first):  DT_ORDER: The XML definition of the order message being sent in from the demo vendor using the SOAP protocol  DT_ORDERRESPONSE: The XML definition of the order response message being save to an FTP drive  DT_BPM_TRIGGER: A small XML message that we will use to send through the BPM process. Whenever possible, it’s best not to send large files through the BPM process. Both the ORDERS and ORDERRESPONSE messages will create a message of this type which will be correlated with each other Let’s have a look at each of these Data Types in more detail:
  • 18. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 18 of 159 2.2.1. DT_ORDERS 1. Right click data types -> New 2. Enter Name and Description -> Create 3. Complete the definition as shown in Figure 11 (See the XSD definition in APPENDIX A on page 137) and yes, if you’re feeling lazy, you could just import this – but keying it in will give you a better understanding of the whole process! Figure 11: Data Type - DT_ORDERS 4. Save 2.2.2. DT_ORDERRESPONSE 1. Right click data types -> New 2. Enter Name and Description -> Create 3. Complete the definition as shown in Figure 12 (See the XSD definition in APPENDIX A on page 139)
  • 19. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 19 of 159 Figure 12: Data Type - DT_ORDERRESPONSE 4. Save 2.2.3. DT_BPM_TRIGGER 1. Right click data types -> New 2. Enter Name and Description -> Create 3. Complete the definition as shown in Figure 13 (See the XSD definition in APPENDIX A on page 141) Figure 13: Data Type - DT_BPM_TRIGGER 4. Save
  • 20. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 20 of 159 2.3. Message Types Now that we have the data types we need to build the next “layer” up by creating 3 message types:  MT_ORDER: Linked to Data type DT_ORDER and used in Message Interface MI_ORDER  MT_ORDERRESPONSE: Linked to Data type DT_ORDERRESPONSE and used in Message Interface MI_ORDERRESPONSE  MT_BPM_TRIGGER: Linked to Data type DT_BPM_TRIGGER and used in Message Interfaces MI_BPM_TRIGGER (Orders) and MI_BPM_TRIGGER_MATCH (Order Response) Let’s have a look at each of these in more detail: 2.3.1. MT_ORDER 1. Right mouse click Message Types -> New 2. Enter Name and Description -> Create 3. Select the data type DT_ORDER by clicking Figure 14: Message Type - MT_ORDER 4. Save
  • 21. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 21 of 159 2.3.2. MT_ORDERRESPONSE 1. Right mouse click Message Types -> New 2. Enter Name and Description -> Create 3. Select the data type DT_ORDERRESPONSE by clicking Figure 15: Message Type - MT_ORDERRESPONSE 4. Save 2.3.3. MT_BPM_TRIGGER 1. Right mouse click Message Types -> New 2. Enter Name and Description -> Create 3. Select the data type DT_BPM_TRIGGER by clicking
  • 22. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 22 of 159 Figure 16: Message Type - MT_BPM_TRIGGER 4. Save 2.4. Message Interfaces Right! Take a coffee break here if you need one. The next “layer” is the Message Interface layer. We need to create 5 Message Interfaces. Go back to the diagram in Figure 1 on page 11 to refresh your memory:  MI_ORDER: Outbound asynchronous interface of type MT_ORDER. This interface will be configured with 2 receivers. 1 being the CRM system receiving the ORDERS IDoc using the IDoc adapter and the second being the Integration process for the message interface MI_BPM_TRIGGER. We’ll also configure a Sender Agreement for this message interface for the SOAP call using the SOAP adapter  MI_ORDERRESPONSE: Inbound asynchronous interface of type MT_ORDERRESPONSE. This will be configured between the ECC and DEMO system. The DEMO system will receive the Order Response via the FILE adapter  MI_EMAIL: Abstract asynchronous interface of External Definition type XI_MAIL (Configured in 2.1.1. XI_MAIL)  MI_BPM_TRIGGER: Abstract asynchronous interface of type MT_BPM_TRIGGER. This will serve as the interface for the ORDER message getting to the BPM engine. It will be correlated with the MI_BPM_TRIGGER_MATCH using the DocNum field  MI_BPM_TRIGGER_MATCH: Abstract asynchronous interface of type MT_BPM_TRIGGER. This will serve as the interface for the
  • 23. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 23 of 159 ORDERRESPONSE message getting to the BPM engine. It will be correlated with the MI_BPM_TRIGGER using the DocNum field. This is the terminating portion of the BPM process 2.4.1. MI_ORDER 1. Right mouse click Message Interfaces -> New 2. Enter Name and Description -> Create 3. Select Outbound and Asynchronous 4. Select the Message type MT_ORDER by clicking 5. Your Message Interface should look like that shown in Figure 17 Figure 17: Message Interface - MI_ORDER 6. Save 2.4.2. MI_ORDERRESPONSE 1. Right mouse click Message Interfaces -> New 2. Enter Name and Description -> Create 3. Select Inbound and Asynchronous 4. Select the Message type MT_ORDERRESPONSE by clicking 5. Your Message Interface should look like that shown in Figure 18
  • 24. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 24 of 159 Figure 18: Message Interface - MI_ORDERRESPONSE 6. Save 2.4.3. MI_BPM_TRIGGER 1. Right mouse click Message Interfaces -> New 2. Enter Name and Description -> Create 3. Select Abstract and Asynchronous 4. Select the Message type MT_BPM_TRIGGER by clicking 5. Your Message Interface should look like that shown in Figure 19 Figure 19: Message Interface - MI_BPM_TRIGGER 6. Save 2.4.4. MI_BPM_TRIGGER_MATCH 1. Right mouse click Message Interfaces -> New 2. Enter Name and Description -> Create
  • 25. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 25 of 159 3. Select Abstract and Asynchronous 4. Select the Message type MT_BPM_TRIGGER by clicking 5. Your Message Interface should look like that shown in Figure 20 Figure 20: Message Interface - MI_BPM_TRIGGER_MATCH 6. Save 2.4.5. MI_EMAIL 1. Right mouse click Message Interfaces -> New 2. Enter Name and Description -> Create 3. Select Abstract and Asynchronous 4. Select the External Definition XI_MAIL - Mail by clicking 5. Expand External Definitions -> XI_MAIL 6. Select Mail as shown in Figure 21 Figure 21: Message Interface - Select Mail Message 7. Your Message Interface should look like that shown in Figure 22
  • 26. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 26 of 159 Figure 22: Message Interface - MI_EMAIL 8. Save 2.5. Import IDoc Type Only perform this step if you do not already have access to the applicable IDoc message type in one of the Software Components. You should see it there if you do! We will import the IDoc types to the DEMO component. (Have a look at Figure 23). 2.5.1. ORDERS.ORDERS05 and ORDRSP.ORDERS05 1. Under the DEMO component - right mouse click on imported objects -> New 2. Enter system and login details -> Continue 3. When the results come back expand the IDoc tree 4. Select the applicable IDocs (ORDERS.ORDERS05 and ORDRSP.ORDERS05) -> Finish Figure 23: Importing IDoc Types
  • 27. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 27 of 159 2.6. Message Mapping OK now we need to bring these all together with Message Mappings! We will need to create the 5 Message Mappings that we need as follows:  MM_Order_to_ORDERS05: The MT_ORDER Message Type will be mapped to the ORDERS (ORDERS05) IDoc  MM_Order_to_BPM_TRIGGER: The MT_ORDER Message Type will also be mapped to the small MT_BPM_TRIGGER message type which will be used to kick off the BPM scenario  MM_ORDERS05_to_OrderResponse: The ORDRSP (ORDERS05) IDoc will be sent from the ECC system and mapped to the MT_ORDERRESPONSE XML Message Type  MM_ORDRSP_to_BPM_TRIGGER: The ORDRSP (ORDERS05) IDoc will also be mapped to our MT_BPM_TRIGGER message type which will correlate to the ORDERS BPM message and effectively end the BPM process  MM_BPM_to_EMAIL: This is a mapping between the message type MT_BPM_TRIGGER and the XI_MAIL -> Mail External Definition Type which will form an email message. This will be used in the BPM process to send out an email message when the Order Response message is not received in a specified period of time 2.6.1. MM_Order_to_ORDERS05 1. Open Mapping Objects 2. Right mouse click Message Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source message and enter MT_ORDER message type 5. Click the button to choose a target message and enter ORDERS.ORDERS05 message type 6. Perform the mappings. See APPENDIX E on page 151 for the detailed mapping 7. Your mapping should look as follows:
  • 28. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 28 of 159 Figure 24: Message Mapping - MM_Order_to_ORDERS05 8. Save 2.6.2. MM_Order_to_BPM_TRIGGER 1. Open Mapping Objects 2. Right mouse click Message Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source message and enter MT_ORDER message type 5. Click the button to choose a target message and enter MT_BPM_TRIGGER message type 6. Perform the mappings. See APPENDIX E on page 152 for the detailed mapping 7. Your mapping should look as follows:
  • 29. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 29 of 159 Figure 25: Message Mapping - MM_Order_to_BPM_TRIGGER 8. Save 2.6.3. MM_ORDERS05_to_OrderResponse 1. Open Mapping Objects 2. Right mouse click Message Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source message and enter ORDRSP.ORDERS05 message type 5. Click the button to choose a target message and enter MT_ORDERRESPONSE message type 6. Perform the mappings. See APPENDIX E on page 153 for the detailed mapping 7. Your mapping should look as follows:
  • 30. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 30 of 159 Figure 26: Message Mapping - MM_ORDERS05_to_OrderResponse 8. Save 2.6.4. MM_ORDRSP_to_BPM_TRIGGER 1. Open Mapping Objects 2. Right mouse click Message Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source message and enter ORDRSP.ORDERS05 message type 5. Click the button to choose a target message and enter MT_BPM_TRIGGER message type 6. Perform the mappings. See APPENDIX E on page 154 for the detailed mapping 7. Your mapping should look as follows:
  • 31. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 31 of 159 Figure 27: Message Mapping - MM_ORDRSP_to_BPM_TRIGGER 8. Save 2.6.5. MM_BPM_to_EMAIL 1. Open Mapping Objects 2. Right mouse click Message Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source message and enter MT_BPM_TRIGGER message type 5. Click the button to choose a target message and enter XI_MAIL->Mail message type 6. Perform the mappings. See APPENDIX E on page 155 for the detailed mapping 7. Your mapping should look as follows:
  • 32. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 32 of 159 Figure 28: Message Mapping - MM_BPM_to_EMAIL 8. Save 2.7. Interface Mapping This is a good point to review what we’ve done so far. We’ve created the necessary data types, XSD imports, message types, Message Interfaces, imported IDocs and created Message Mappings. Whew! A lot of work I know, but we’re nearly there! We now need to bring this all together by creating 5 interface mappings as follows:  IM_Order_to_ORDERS05: o Source interface: MI_ORDER o Target interface: ORDERS.ORDERS05 o Message mapping: MM_Order_to_ORDERS05Error! Bookmark not defined.  IM_Order_to_BPM_TRIGGER: o Source interface: MI_ORDER o Target interface: MI_BPM_TRIGGER o Message mapping: MM_Order_to_BPM_TRIGGER  IM_ORDRSP_to_OrderResponse: o Source interface: ORDRSP.ORDERS05 o Target interface: MI_ORDERRESPONSE o Message mapping MM_ORDERS05_to_OrderResponse  IM_ORDRSP_to_BPM_TRIGGER_CATCH: o Source interface: ORDRSP.ORDERS05 o Target interface: MI_BPM_TRIGGER_MATCH o Message mapping MM_ORDRSP_to_BPM_TRIGGER  IM_BPM_to_EMAIL: o Source interface: MI_BPM_TRIGGER
  • 33. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 33 of 159 o Target interface: MI_EMAIL o Message mapping: MM_BPM_to_EMAIL 2.7.1. IM_Order_to_ORDERS05 1. Open Mapping Objects 2. Right mouse click Interface Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source interface and enter Message Interface MI_ORDER -> Apply 5. Click the button to choose a target interface and enter ORDERS.ORDERS05 (Imported Objects -> IDocs) -> Apply 6. Save 7. The Message Type MT_ORDER and ORDERS.ORDERS05 are displayed as the source and target message types respectively. 8. Click the button in the mapping program name to choose Message Map MM_Order_to_ORDERS05 9. Your Interface Mapping should look as shown in Figure 29 Figure 29: Interface Mapping - IM_Order_to_ORDERS05 10.Save 2.7.2. IM_Order_to_BPM_TRIGGER 1. Open Mapping Objects
  • 34. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 34 of 159 2. Right mouse click Interface Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source interface and enter Message Interface MI_ORDER -> Apply 5. Click the button to choose a target interface and enter Message Interface MI_BPM_TRIGGER -> Apply 6. Save 7. The Message Type MT_ORDER and MT_BPM_TRIGGER are displayed as the source and target message types respectively. 8. Click the button in the mapping program name to choose Message Map MM_Order_to_BPM_TRIGGER 9. Your Interface Mapping should look as shown in Figure 30 Figure 30: Interface Mapping - IM_Order_to_BPM_TRIGGER 10.Save 2.7.3. IM_ORDRSP_to_OrderResponse 1. Open Mapping Objects 2. Right mouse click Interface Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source interface and enter ORDRSP.ORDERS05 (Imported Objects -> IDocs) -> Apply 5. Click the button to choose a target interface and enter Message Interface MI_ORDERRESPONSE -> Apply 6. Save
  • 35. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 35 of 159 7. The Message Type ORDRSP.ORDERS05 and MT_ORDERRESPONSE are displayed as the source and target message types respectively. 8. Click the button in the mapping program name to choose Message Map MM_ORDERS05_to_OrderResponse 9. Your Interface Mapping should look as shown in Figure 31 Figure 31: Interface Mapping - IM_ORDRSP_to_OrderResponse 10.Save 2.7.4. IM_ORDRSP_to_BPM_TRIGGER_CATCH 1. Open Mapping Objects 2. Right mouse click Interface Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source interface and enter ORDRSP.ORDERS05 (Imported Objects -> IDocs) -> Apply 5. Click the button to choose a target interface and enter Message Interface MI_BPM_TRIGGER_MATCH -> Apply 6. Save 7. The Message Type ORDRSP.ORDERS05 and MT_BPM_TRIGGER are displayed as the source and target message types respectively. 8. Click the button in the mapping program name to choose Message Map MM_ORDRSP_to_BPM_TRIGGER 9. Your Interface Mapping should look as shown in Figure 32
  • 36. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 36 of 159 Figure 32: Interface Mapping - IM_ORDRSP_to_BPM_TRIGGER_CATCH 10.Don’t forget to Save! 2.7.5. IM_BPM_to_EMAIL 1. Open Mapping Objects 2. Right mouse click Interface Mappings -> New 3. Enter Name and Description -> Create 4. Click the button to choose a source interface and enter Message Interface MI_BPM_TRIGGER -> Apply 5. Click the button to choose a target interface and enter Message Interface MI_EMAIL -> Apply 6. Save 7. The Message Type MT_BPM_TRIGGER and Mail (From External Definition XI_MAIL) are displayed as the source and target message types respectively. 8. Click the button in the mapping program name to choose Message Map MM_BPM_to_EMAIL 9. Your Interface Mapping should look as shown in Figure 33
  • 37. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 37 of 159 Figure 33: Interface Mapping - IM_BPM_to_EMAIL 10.Save 2.8. Integration Scenario The Integration Scenario is a great way to document (Yes we know, it’s sometimes seen as a bad word) your BPM process. This is the fun part as a reward for all your hard work so far. We need to first create our actions before we can put together our integration scenario. Again, notice the descriptive names we use for these actions. 2.8.1. Actions 6 Actions need to be created as follows:  Send_Order: Demo system sends order using Message Interface MI_ORDER. It has 2 receivers, being the Integration Process (IP_ORDER) and the CRM system  Receive_Order: Receive the ORDERS IDoc in to the CRM system  Receive_BPM_TRIGGER: Receive the Message Type MT_BPM_TRIGGER via the Message Interface MI_BPM_TRIGGER. This will be correlated (through field DocNum) to the MI_BPM_TRIGGER_MATCH Message Interface  Send_OrderResponse: Send the ORDRSP IDoc from the ECC system. This IDoc will then have 2 receivers, being the Integration Process (IP_ORDER) and the DEMO system
  • 38. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 38 of 159  Receive_OrderResponse: Receive the Message Type MT_OrderResponse via Message Interface MI_ORDERRESPONSE  Receive_BPM_TRIGGER_MATCH: Receive the Message Type MT_BPM_TRIGGER via the Message Interface MI_BPM_TRIGGER_MATCH. This then correlates (through field DocNum) to the MI_BPM_TRIGGER Message Interface of the Send_Order action 2.8.1.1. Send_Order 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Send_Order and Description -> Create 4. Enter type of Usage: External 5. Since this action represents an outbound interface, click the icon under the Outbound Interfaces tab 6. Drag and Drop your Message Interface MI_ORDER in to the new line of Outbound Interfaces. Ensure the full Object Type (Message Interface), Name (MI_ORDER) and Namespace (http://www.demo.com/XI) are entered 7. Your action will look as shown in Figure 34 Figure 34: Action - Send_Order
  • 39. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 39 of 159 8. Save 2.8.1.2. Receive_Order 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Receive_Order and Description -> Create 4. Enter type of Usage: External 5. Since this action represents an inbound interface, click the icon under the Inbound Interfaces tab 6. Drag and Drop your Imported Object IDoc ORDERS.ORDERS05 in to the new line of Inbound Interfaces. Ensure the full Object Type (IDoc), Name (ORDERS.ORDERS05) and Namespace (urn:sap- com:document:sap:idoc:messages) are entered 7. Your action will look as shown in Figure 35 Figure 35: Action - Receive_Order 8. Save 2.8.1.3. Receive_BPM_TRIGGER 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Receive_BPM_TRIGGER and Description -> Create 4. Enter type of Usage: External
  • 40. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 40 of 159 5. Since this action represents an inbound interface, click the icon under the Inbound Interfaces tab 6. Drag and Drop your Message Interface MI_BPM_TRIGGER in to the new line of Inbound Interfaces. Ensure the full Object Type (Message Interface), Name (MI_BPM_TRIGGER) and Namespace (http://www.demo.com/XI) are entered 7. Your action will look as shown in Figure 36 Figure 36: Action - Receive_BPM_TRIGGER 8. Save 2.8.1.4. Send_OrderResponse 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Send_OrderResponse and Description -> Create 4. Enter type of Usage: External 5. Since this action represents an outbound interface, click the icon under the Outbound Interfaces tab 6. Drag and Drop your Imported Object IDoc ORDRSP.ORDERS05 in to the new line of Outbound Interfaces. Ensure the full Object Type (IDoc), Name (ORDRSP.ORDERS05) and Namespace (urn:sap- com:document:sap:idoc:messages) are entered 7. Your action will look as shown in Figure 37
  • 41. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 41 of 159 Figure 37: Action - Send_OrderResponse 8. Save 2.8.1.5. Receive_OrderResponse 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Receive_OrderResponse and Description -> Create 4. Enter type of Usage: External 5. Since this action represents an inbound interface, click the icon under the Inbound Interfaces tab 6. Drag and Drop your Message Interface MI_ORDERRESPONSE in to the new line of Inbound Interfaces. Ensure the full Object Type (Message Interface), Name (MI_ORDERRESPONSE) and Namespace (http://www.demo.com/XI) are entered 7. Your action will look as shown in Figure 38
  • 42. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 42 of 159 Figure 38: Action - Receive_OrderResponse 8. Save 2.8.1.6. Receive_BPM_TRIGGER_MATCH 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name Receive_BPM_TRIGGER_MATCH and Description -> Create 4. Enter type of Usage: External 5. Since this action represents an inbound interface, click the icon under the Inbound Interfaces tab 6. Drag and Drop your Message Interface MI_BPM_TRIGGER_MATCH in to the new line of Inbound Interfaces. Ensure the full Object Type (Message Interface), Name (MI_BPM_TRIGGER_MATCH) and Namespace (http://www.demo.com/XI) are entered 7. Your action will look as shown in Figure 39
  • 43. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 43 of 159 Figure 39: Action - Receive_BPM_TRIGGER_MATCH 8. Save 2.8.2. Integration Scenario The integration scenario is where things start to get exciting! It brings your actions together with the system components, showing the interfacing between the systems. 2.8.2.1. IS_Orders 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Actions -> New 3. Enter Name IS_Orders and Description -> Create 4. Right mouse click the first swim lane on the left and Insert Application Component
  • 44. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 44 of 159 Figure 40: Integration Scenario - Insert Software Component 5. Choose the DEMO system -> OK Figure 41: Integration Scenario - Choose Product Version 6. Enter Name PurchaseOrderCreation under the Role tab 7. Click the Further Attributes tab and enter extended name Order 8. Your application component should look as described in Figure 42
  • 45. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 45 of 159 Figure 42: Integration Scenario - Application Component 9. Click Apply 10.Your Integration Scenario should now look as described in Figure 43. Note that these vertical columns that we are building up are termed “Swim Lanes”. If you’ve done any swimming you’ll know why, if not, don’t worry about it. Figure 43: Integration Scenario - Component Added 11.Similarly - now we need to add 3 more systems: a. Integration Process (Template Type) b. CRM (Business System) c. ECC (Business System) 12.Right mouse click the second swim lane and Insert Application Component 13.Select Template -> Enter role name IntegrationProcess 14.Select Further Attributes tab 15.Enter XI BPM in the Extended Name field
  • 46. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 46 of 159 16.Click Apply 17.Right mouse click the third swim lane and Insert Application Component 18.Select your business System for CRM entering the Role name and Extended name attributes -> Apply 19.Right mouse click the forth swim lane and Insert Application Component 20.Select your business System for ECC entering the Role name and Extended name attributes -> Apply 21.Your Integration Scenario should now have 4 swim lanes and look as shown in Figure 44 Figure 44: Integration Scenario - Swim lanes 22.Now we need to add our actions that we created earlier to the Integration Scenario – are you getting excited yet? 23.Right mouse click the Order swim lane at the top -> Insert Action Figure 45: Integration Scenario - Insert Action 24.Expand your Software Component for the Demo system and select the Action Send_Order -> Apply as shown in Figure 46
  • 47. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 47 of 159 Figure 46: Integration Scenario - Insert Send_Order 25.Your Integration Scenario now looks as described in Figure 47 Figure 47: Integration Scenario - Send_Order added 26.We now will add the 2 receive actions. One in the integration process and 1 in the CRM system 27.Another way of adding actions is to drag and drop them on to the right swim lane at the right position. This is pretty cool so we’ll use this technique to add all the actions! 28.Drag the Receive_BPM_TRIGGER to the 2nd swim lane below the level of the send order action (this ensures that it’s not treated as a parallel action to the send order. We need this in order to link them together). 29.Similarly Drag the Receive_Order to the 3rd swim lane (CRM) below the level of the send order action and adjacent to the Receive_BPM_TRIGGER action (again this tells XI not to treat these as parallel or synchronous actions).
  • 48. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 48 of 159 Figure 48: Integration Scenario - Added Receive Order 30.Now add the last 3 actions (to end up with a view as shown in Figure 49) as follows: a. Send_OrderResponse in ECC system down and to the right of Receive_Order b. Receive_OrderResponse in Demo system down and to the left of Send_OrderResponse c. Receive_BPM_TRIGGER_MATCH in Integration Process template down and to the left of Send_OrderResponse and adjacent to Receive_OrderResponse Figure 49: Integration Scenario - All actions added 31.This is great! We have all the actions, but now we need to focus on linking the actions together 32.Single click the Send_Order action -> Hold down the Shift Key and single click the Receive_BPM_TRIGGER action to select both 33.Right mouse click one of the selected actions -> Create Connection Between Selected Actions as shown in Figure 50
  • 49. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 49 of 159 Figure 50: Integration Scenario - Create connection between actions 34.The screen displaying the connection between outbound interface MI_ORDER and inbound interface MI_BPM_TRIGGER should be displayed 35.Click the Assign Mapping tab 36.Click the button in the Assign Interface Mapping Name field to choose Interface Map IM_Order_to_BPM_TRIGGER 37.Click Apply 38.An arrow is now drawn from Send_Order to Receive_BPM_TRIGGER as shown in Figure 51 Figure 51: Integration Scenario - Connection added 39.Similarly connect the following actions together and add the respective interface mappings shown in parentheses: a. Send_Order -> Receiver_Order (IM_Order_to_ORDERS05) b. Send_OrderResponse -> Receive_OrderResponse (IM_ORDRSP_to_OrderResponse) c. Send_OrderResponse -> Receive_BPM_TRIGGER_MATCH (IM_ORDRSP_to_BPM_TRIGGER_CATCH) 40.Your integration scenario should now look as shown in Figure 52
  • 50. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 50 of 159 Figure 52: Integration Scenario - Completed Connections 41.We can now define our action start and end points 42.The Send_Order is our start action so Right mouse click Send_Order 43.Click Define Action as Start Action as shown in Figure 53 Figure 53: Integration Scenario - Define start action 44.Similarly we will define the Receive_OrderResponse and Receive_BPM_TRIGGER_MATCH actions as end actions 45.Right mouse click Receive_OrderResponse and select Define Action as End Action 46.Right mouse click Receive_BPM_TRIGGER_MATCH and select Define Action as End Action 47.After completion of the definition of the Integration Process described in 2.9. Integration Process starting on page 51, you need to add the Integration Process to the Integration Process Component a. Double click the Integration Process component and select the Integration Process tab b. Select IP_ORDERS as the name from the dropdown list c. Your definition should now look as shown in Figure 54
  • 51. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 51 of 159 Figure 54: Integration Scenario - Link Integration Process 48.Your overall Integration Scenario IS_Orders should look as shown in Figure 55 Figure 55: Integration scenario – IS_Orders 2.9. Integration Process The integration process handles the workflow within the BPM engine. It is based on SAP’s webflow (workflow) engine. The integration process that we need will contain the following functionality:  Receive the order message (Abstract interface MI_BPM_TRIGGER). Activate correlation on field DocNum  Assign DocNum to a container element called DocNum  Wait for the receipt of the order response message (Abstract interface MI_BPM_TRIGGER_MATCH). Use correlation on DocNum
  • 52. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 52 of 159  If the order response message does not come in 5 minutes, then fire off an alert and send an email  If the order response message is received in time then end the process gracefully  If the entire integration process does not end in 30 minutes then fire off an alert and cancel the process. This prevents an orphan process from hanging around in the BPM engine forever, which will use unnecessary resources. For the completed view of what we will develop see Figure 56. We will be working in the Container, Properties and Graphical Definition windows. We will also switch to the Correlation Editor to perform the correlation mapping there. Figure 56: Integration Process - Completed 2.9.1. IP_Orders 1. Open Integration Scenarios & Integration Processes 2. Right mouse click Integration Processes -> New 3. Enter Name IP_Orders and Description -> Create 4. First thing to do is to add our required container elements
  • 53. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 53 of 159 STEP 1 - Create Container Elements 1. In the container window, type DocNum in the name field and enter. The defaults are good for this variable – so we’ll use them 2. To add the Orders message, type Orders in the name field and choose Abstract interface in the Category field – see figure 57 below Figure 57: Integration Process - Add message to container 3. Click the button in the Type field to choose Message Interface MI_BPM_TRIGGER 4. To add the Order Response message, type OrderResponse in the name field and choose Abstract interface in the Category field 5. Click the button in the Type field to choose Message Interface MI_BPM_TRIGGER_MATCH 6. The container should look as shown in Figure 58 Figure 58: Integration Process – Container STEP 2 – Add Receiver Orders Step and set up correlation 1. We now need to add the first step in the process, the receive orders step 2. Click, drag and drop the receiver step from the side bar on the Graphical Definition window to between the start and stop circles as shown in Figure 59 (Orange lines will denote where the step will be inserted if you were to let the mouse button go at that point) Figure 59: Integration Process - Add receiver step 3. In the Properties window you will notice that the Receive step is displayed there.
  • 54. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 54 of 159 4. Change the step name from Receive1 to ReceiveOrders 5. Click the button in the Message field to choose the Interface Variable -> Orders (as shown in Figure 60) -> OK Figure 60: Integration Process - Interface Variable 6. We now need to create a correlation field called DocNum 7. In the Container window click and select Correlation List as shown in Figure 61 Figure 61: Integration Process - Correlation List 8. Enter DocNum in the Correlation Name field and Enter 9. In the Graphical Definition window click to fire up the Correlation Editor as shown in Figure 62 Figure 62: Integration Process - Fire up Correlation Editor 10. Ensure that your Correlation Name is DocNum as shown in Figure 63 11.Enter DocNum in the Correlation Container -> Name with type xsd:string 12.We now need to add our 2 Message Interfaces involved in the correlation, namely MI_BPM_TRIGGER and MI_BPM_TRIGGER_MATCH (Remember them?) 13.Drag the Message Interface MI_BPM_TRIGGER to the Involved Messages window (to the blank line). Your screen should look as shown in Figure 63
  • 55. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 55 of 159 Figure 63: Integration Process - Adding involved messages 14.Click the button in the Value field 15.Select radio button Interface Variable -> XPath 16. Choose the DocNum field from the MT_BPM_TRIGGER message -> OK as shown in Figure 64 Figure 64: Integration Process - Expression Editor 17.Drag the Message Interface MI_BPM_TRIGGER_MATCH to the Involved Messages window (to the blank line). 18.Click the button in the Value field to choose the DocNum field from the MT_BPM_TRIGGER_MATCH message (similarly as done for the MT_BPM_TRIGGER message interface above) -> OK 19.Your correlation should now look as shown in Figure 65 Figure 65: Integration Process - Correlation 20.Go back to the Properties window by selecting and Graphical Definition as shown in Figure 66
  • 56. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 56 of 159 Figure 66: Integration Process - Graphical Definition 21.With the receive orders step highlighted, click the Value field next to the Activate Correlation name and choose DocNum as shown in Figure 67 Figure 67: Integration Process - Activate Correlation 22.The ReceiverOrders step properties should look as shown in Figure 68 Figure 68: Integration Process - Activate Correlation STEP 3 – Create Container Operation step to assign DocNum 1. Drag the container operation step icon to between the Receive Orders step and the Stop marker as shown in Figure 69 Figure 69: Integration Process - Add Container operation 2. In the Properties window 3. Change the step name to Assign DocNum 4. Click on the Target field and select Radio Button Simple Variable 5. Choose variable DocNum as shown in Figure 70 Figure 70: Integration Process - Select variable from container
  • 57. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 57 of 159 6. Choose Assign as the operation 7. Click on the Expression field and select Radio Button Interface Variable 8. Select XPath radio button 9. Select the DocNum field from the MT_BPM_TRIGGER message as shown in Figure 71 Figure 71: Integration Process - Select DocNum from Message 10.Your scenario and Container Operation step should look as shown in Figure 72 Figure 72: Integration Process - Container Operation step added STEP 4 – Create Block 1. Drag the block step icon to between the Container Operation Step and the Stop marker as shown in Figure 73 Figure 73: Integration Process - Add Block 2. Select the block
  • 58. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 58 of 159 3. In the Properties window 4. Give the block a descriptive name “Block Receive with Deadline” 5. Leave mode as default 6. Enter 2 exceptions: a. TimeOut b. SystemError 7. Your block definition should now look as shown in Figure 74: Integration Process - Block definition STEP 5 – Create deadline branch for the block 1. Right mouse click on the block -> Insert -> Deadline Branch as shown in Figure 75 Figure 75: Integration Process - Insert Deadline Branch 2. A new branch is created inside the block for the deadline 3. Select the deadline branch to complete the properties 4. We are going to set the deadline to 24 hours from the time the step was created 5. In the Properties window 6. Choose Creating the Step for Reference Date / Time 7. Enter 24 for Duration
  • 59. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 59 of 159 8. Select Hours as the Unit Figure 76: Integration Process - Deadline branch STEP 5a – Create process control step to throw alert in deadline branch 1. Drag the control step icon to the center of the block created in the step before as shown in Figure 77 Figure 77: Integration Process - Add Control step 2. Select the control step 3. In the Properties window 4. Change the step name to something meaningful like Deadline Reached 5. Select Throw Alert from the dropdown for the Action 6. Type in TESTALERT, as configured in 2.10.1. TESTALERT on page 67 7. Type in an informative alert message such as Order Response has yet to be received for &DocNum&. &DocNum& refers to the variable in the BPM container called DocNum that was populated by the Container Operation step defined in STEP 3 – Create Container Operation step to assign DocNum on page 56 STEP 5b – Create transformation step to generate email message in deadline branch 1. In the Container Window create a variable as follows: a. Name: BPM_EMAIL b. Category: Abstract Interface c. Type: From the dropdown select message interface MI_EMAIL d. Container: Block Receive with Deadline The container element should now look as shown in Figure 78 Figure 78: Integration Process - Add container element
  • 60. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 60 of 159 2. Drag the transformation step icon to between the control step created in the step before and the end of the block as shown in Figure 79 Figure 79: Integration Process - Add Transformation step 3. Select the transformation step 4. In the Properties window 5. Change the step name to something meaningful like TransformationAlertEmail 6. Click the icon next to the Interface Mapping to select your interface map IM_BPM_to_EMAIL that you defined in 2.7.5. IM_BPM_to_EMAIL on page 36 7. Select SystemError from the dropdown for field Exception. This system error exception was defined against the block defined in STEP 4 – Create Block on page 57 8. For the source message, from the dropdown ( ), select the Orders Interface Variable as shown in Figure 80 Figure 80: Integration Process - Enter Orders Variable 9. For the target message, from the dropdown ( ), select the BPM_EMAIL Interface Variable created in item 1 of this step. 10.Your transformation step should now look as shown in Figure 81 Figure 81: Integration Process - Transformation step properties STEP 5c – Create send step to send email in deadline branch 1. In the Graphical Definition window drag the send step icon to between the transformation step created in the step before and the end of the block as shown in Figure 82
  • 61. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 61 of 159 Figure 82: Integration Process - Add Send step 2. Select the send step 3. In the Properties window 4. Change the step name to something meaningful like SendAlertEMail 5. Leave Mode as Asynchronous 6. For the message, from the dropdown ( ), select the BPM_EMAIL Interface Variable as shown in Figure 83 Figure 83: Integration Process - Enter BPM_EMAIL Variable 7. Select SystemError from the dropdown for field Exception. This system error exception was defined against the block defined in STEP 4 – Create Block on page 57 8. Leave the other fields as defaulted. Your completed send step properties should look as shown in Figure 84 Figure 84: Integration Process - Send step properties STEP 5d – Create control step to throw timeout exception in deadline branch 1. In the Graphical Definition window drag the control step icon to between the send step created in the step before and the end of the block as shown in Figure 85 Figure 85: Integration Process - Add control step to throw exception
  • 62. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 62 of 159 2. Select the control step 3. In the Properties window 4. Change the step name to something meaningful like TimeOut 5. Select Throw Exception from the dropdown box on field Action 6. Select TimeOut from the dropdown box on field Exception. This exception was defined against the block defined in STEP 4 – Create Block on page 57 7. Your completed send step properties should look as shown in Figure 86 Figure 86: Integration Process - Exception control step properties STEP 6 – Create exception branch for system errors 1. Right mouse click on the block -> Insert -> Exception Branch as shown in Figure 87 Figure 87: Integration Process - Insert Exception Branch 2. Select the Exception block that was created 3. In the Properties window 4. Select SystemError from the dropdown for field Exception Handler 5. Your exception block and properties should look like Figure 88 Figure 88: Integration Process - System error exception
  • 63. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 63 of 159 STEP 6a – Create System Error alert in exception branch 1. Drag the control step icon to the center of the SystemError exception block created in the step before as shown in Figure 89 Figure 89: Integration Process - Add Alert Control step to Exception SystemError 2. Select the control step 3. In the Properties window 4. Change the step name to something meaningful like Alert System Error 5. Select Throw Alert from the dropdown for the Action 6. Type in TESTALERT1, as configured in 2.10.2. TESTALERT1 on page 68 7. Type in an informative alert message such as System Error Encountered for &DocNum&. &DocNum& refers to the variable in the BPM container called DocNum that was populated by the Container Operation step defined in STEP 3 – Create Container Operation step to assign DocNum on page 56 STEP 6b – Create cancel process step in exception branch 1. Drag the control step icon to after the control step, created in the step before, and the end of the exception block as shown in Figure 90 Figure 90: Integration Process - Add Cancel Process Control step to Exception SystemError 2. Select the control step 3. In the Properties window 4. Change the step name to something meaningful like CancelProcess
  • 64. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 64 of 159 5. Select CancelProcess from the dropdown for the Action STEP 7 – Create exception branch for timeout processing Similarly to the previous step we need to create a timeout exception branch 1. Right mouse click on the block -> Insert -> Exception Branch as shown in Figure 91 Figure 91: Integration Process - Insert Exception Branch for TimeOut 2. Select the Exception block that was created 3. In the Properties window 4. Select TimeOut from the dropdown for field Exception Handler 5. Your exception block and properties should look as shown in Figure 92 Figure 92: Integration Process – Time out exception STEP 7a – Create cancel process step in the TimeOut exception branch 1. Drag the control step icon to after the TimeOut control step, created in the step before, and the end of the exception block as shown in Figure 93
  • 65. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 65 of 159 Figure 93: Integration Process - Add Cancel Process Control step to Exception TimeOut 2. Select the control step 3. In the Properties window 4. Change the step name to something meaningful like Cancel Process due to Time Out 5. Select CancelProcess from the dropdown for the Action STEP 8 – Create Receive Order Response Step with correlation We now need to add the receive order response step 1. Click, drag and drop the receiver step from the side bar on the Graphical Definition window to bottom line under the deadline branch as shown in Figure 94 Figure 94: Integration Process - Add receiver step for order response 2. In the Properties window change the step name from Receive1 to Receive Order Response 3. Click the button in the Message field to choose the Interface Variable -> OrderResponse as shown in Figure 95
  • 66. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 66 of 159 Figure 95: Integration Process - Interface Variable OrderResponse 4. Select DocNum from the dropdown menu for variable Use Correlations 5. Save 6. Select DocNum from the dropdown menu for variable Activate Correlations 7. Save 8. Your Send Order Response step properties should now look as shown in Figure 96 Figure 96: Integration Process - Receiver order response step properties 2.10. Create Alert Category We need to configure an alert category for the alerts we are going to issue in the BPM Integration Process. Here’s how we go about doing that. 1. Fire up the Runtime Workbench from the Integration Builder by clicking Runtime Workbench Figure 97: Launch Runtime Workbench 2. Click Alert Configuration as shown in Figure 98
  • 67. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 67 of 159 Figure 98: Runtime Workbench 3. Click the Create Alert Category button . Click OK on the warning message shown in Figure 99 (Also Transaction ALRTCATDEF) Figure 99: Creating an Alert Category warning message 4. On the screen showing the Alert Categories Display, click the Display/Change button 5. Click the Webflow Alerts in the Classification window. This will display the related Webflow alerts in the ALV grid on the right of the classification as shown in Figure 100 Figure 100: Select Webflow Alert Classification 2.10.1. TESTALERT 1. Click the create alert category icon 2. This adds a line to the ALV grid. Fill in the Alert Category name TESTALERT and a description BPM Alert 3. Hit Enter to see the alert as shown in Figure 101
  • 68. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 68 of 159 Figure 101: TESTALERT added 4. Click the Dynamic Text checkbox on. The 2 tabs “Long and Short Text” and “Optional Subseq. Activities” disappear. Clicking this checkbox allows you to pass variables to the alert in the BPM process as shown in STEP 5a – Create process control step to throw alert in deadline branch on page 59 5. Leave the other fields with their defaults 6. Save. Your alert now looks as shown in Figure 102 Figure 102: TESTALERT set to dynamic text 2.10.2. TESTALERT1 Adding the 2nd Alert Category called TESTALERT1. 1. Click the create alert category icon 2. This adds a line to the ALV grid. Fill in the Alert Category name TESTALERT1 and a description BPM Exception Alert 3. Hit Enter to see the alert as shown in Figure 103
  • 69. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 69 of 159 Figure 103: TESTALERT1 added 4. Click the Dynamic Text checkbox on. The 2 tabs “Long and Short Text” and “Optional Subseq. Activities” disappear. Clicking this checkbox allows you to pass variables to the alert in the BPM process as shown in STEP 6a – Create System Error alert in exception branch on page 63. This is very useful to us! 5. Leave the other fields with their defaults 6. Save. Your alert now looks as shown in Figure 104 Figure 104: TESTALERT1 set to dynamic text 2.10.3. Assign Users / Roles to Alert Categories 1. Double click TESTALERT 2. Click the Fixed Recipients Button 3. If you are not in change mode then click the Display / Change button 4. Click the New Entries button 5. Type in your user id and save
  • 70. Creating a BPM Scenario in XI Phase 2 – Integration Builder Design © Genie Press 2007 Page 70 of 159 6. Click Back -> Back 7. Repeat the above process (Steps 1-6) for TESTALERT1 ☼ Note that you should probably use the Role functionality to be able to send alerts based on roles in a user’s profile. For simplicity sake we have hard coded the user receiving this alert using the Fixed Recipients functionality. 2.10.4. Update Alert Categories 1. Close the webgui session and go back to your browser showing the Runtime Workbench 2. Click the button Update Table 3. Your newly created Alert categories are now viewable as shown in Figure 105 Figure 105: Display of Alert Categories
  • 71. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 71 of 159 PHASE 3 : INTEGRATION BUILDER CONFIGURATION The system landscape and interface repository steps need to have been completed prior to starting this phase. 1. Start the Integration Directory of the Integration Builder 3.1. Create Configuration Scenario 3.1.1. Order_OrderResponse_Demo 1. Select the Scenarios tab 2. Right mouse click in the window and choose New 3. Enter Description as Order and Order Response Scenario 4. Click to select the Integration scenario IS_Orders we configured in 2.8. Integration Scenario on page 37 5. You’ll notice that the configuration scenario is changed to IS_Orders which is our Integration Scenario name. If you want to change it change it before creating the configuration scenario. Once you’ve changed the name (Order_OrderResponse_Demo) is should now look as shown in Figure 106 Figure 106: Create Integration Scenario 6. Click create 7. Save
  • 72. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 72 of 159 3.2. Create Integration Process Service 3.2.1. IP_ORDERS 1. Right mouse click on Integration Party (Under Service without a party in your newly created scenario) 2. Click New 3. Click continue on the screen shown in Figure 107 Figure 107: Install Integration Process 4. Select the IP_Orders Repository Process and click continue as shown in Figure 108 Figure 108: Select Repository Integration Process 5. Enter Name IP_Orders and click Finish as shown in Figure 109
  • 73. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 73 of 159 Figure 109: Give Integration Process a name 6. You then see the screen as shown in Figure 110 Figure 110: Integration Process installed 7. Edit the Integration Process 8. Click the menu option Service -> Adapter Specific Identifiers 9. Enter IP_ORDERS as the Logical System. (If you don’t do this step then you will get an error that the Logical System could not be determined for IP_ORDERS
  • 74. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 74 of 159 10.Click Apply 3.3. Create Services without Party 3.3.1. Business Service: DEMO 1. Right click Business Service 2. Click Create 3. On the Receiver tab click to add a line to the Inbound Interfaces 4. Click to choose Message Interface MI_ORDERRESPONSE -> OK 5. Click the Sender tab 6. On the Sender tab click to add a line to the Outbound Interfaces
  • 75. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 75 of 159 7. Click to choose Message Interface MI_ORDERS -> OK 8. Save 3.3.2. Business Service: MAIL_SERVICE 1. Right click Business Service 2. Click Create 3. On the Receiver tab click to add a line to the Inbound Interfaces 4. Click to choose Message Interface MI_EMAIL-> OK 5. Save
  • 76. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 76 of 159 3.3.3. Business System: SAPCRM 1. Import your CRM system and link an IDoc communication channel to it as shown in 3.4.4. GeneratedReceiverChannel_IDoc on page 80. 3.3.4. Business System: SAPECC 1. Import your ECC system. No communication channels are required as it will receive no message from XI. It will receive the order from the CRM system via middleware. 3.4. Create Communication Channels 3.4.1. CC_DEMO_SOAP_SENDER 1. Expand the Business Service DEMO 2. Right mouse click on Communication Channel -> New 3. Enter Communication Channel name CC_DEMO_SOAP_SENDER 4. Click Create 5. Click for the Adapter Type field to choose the SOAP adapter 6. Enter the following entries: a. Select the Sender radio button b. Transport Protocol: HTTP c. Message Protocol: SOAP 1.1. d. Adapter Engine: Integration Server e. Default Interface Namespace: http://www.demo.com/XI f. Default Interface Name: MI_ORDER (NB: This is required for the web service to work properly) g. Quality of Service: Exactly Once = Asynchronous call
  • 77. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 77 of 159 Figure 111: SOAP Adapter Settings 7. Save 3.4.2. CC_DEMO_FILE_RECEIVER 1. Expand the Business Service DEMO 2. Right mouse click on Communication Channel -> New 3. Enter Communication Channel name CC_DEMO_FILE_RECEIVER 4. Click Create 5. Click for the Adapter Type field to choose the File adapter 6. Enter the following entries: a. Select the Receiver radio button b. Transport Protocol: File System (NFS) c. Message Protocol: File d. Adapter Engine: Integration Server e. Target Directory: /var/xiftp
  • 78. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 78 of 159 f. File Name Scheme: xi_kevin.dat g. File Construction Mode: Add Message ID h. Write Mode: Directly i. File Type: Binary j. Default the rest Figure 112: File Adapter Settings 7. Save 3.4.3. CC_EMAIL 1. Expand the Business Service MAIL_SERVICE 2. Right mouse click on Communication Channel -> New 3. Enter Communication Channel name CC_EMAL 4. Click Create 5. Click for the Adapter Type field to choose the Mail adapter 6. Enter the following entries: a. Select the Receiver radio button
  • 79. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 79 of 159 b. Transport Protocol: SMTP c. Message Protocol: XIPAYLOAD d. Adapter Engine: Integration Server e. URL: smtp://smtp.<server>.com f. Use Mail Package: Check checkbox g. Content Encoding: base64 Figure 113: Mail Adapter Settings
  • 80. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 80 of 159 7. Save 3.4.4. GeneratedReceiverChannel_IDoc 3.5. Use Wizard to set up Determination and Agreements We have performed the previous steps to set up your communication channels, business system and services so that we can use the wizard to easily create our message interface components comprising the receiver and Interface Determination together with the sender and receiver agreements. Using the wizard You do not have to use the wizard and could choose to create these manually. Using the wizard, however, is not only an efficient way to define your interfaces, but it is more intuitive to work with when you have several interfaces to define in a short period of time. For example, our scenario comprises of 5 interfaces and it’s really handy to be able to define each in its entirety (through the wizard) before continuing with the next one. 3.5.1. Orders interface between DEMO and CRM 1. Select the Scenarios tab 2. Right mouse click in the window and choose New
  • 81. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 81 of 159 3. Click Configuration Wizard on the left as shown in Figure 114 Figure 114: Start Configuration Wizard 4. Click Internal Communication radio button and Create STEP 1 – Incoming Message 1. Enter Service Type: Business Service 2. Service: DEMO 3. Interface: MI_ORDER 4. Namespace: http://www.demo.com/XI 5. Adapter Type: Select SOAP Figure 115: Inbound Message - Specify Sender
  • 82. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 82 of 159 6. Click continue STEP 2 – Outgoing Message 1. Enter Service Type: Business System 2. Service: SAPCRM 3. Interface: ORDERS.ORDERS05 4. Namespace: urn:sap-com:document:sap:idoc:messages 5. Adapter Type: Select IDoc Figure 116: Outbound Message - Specify Receiver 6. Continue STEP 3 – Sender Agreement 1. The system should default in the SOAP Communication Channel you created in 3.4.1. CC_DEMO_SOAP_SENDER on page 76
  • 83. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 83 of 159 Figure 117: Sender Agreement - DEMO : MI_ORDER 2. Continue STEP 4 – Receiver Determination 1. The system should display the screen as shown in Figure 118 Figure 118: Receiver Determination – DEMO : MI_ORDER 2. Click Continue
  • 84. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 84 of 159 STEP 5 – Interface Determination 1. The system should display the screen as shown in Figure 119 Figure 119: Interface Determination – DEMO : MI_ORDER : SAPCRM 2. Click Continue STEP 6 – Receiver Agreement 1. The system should display the screen as shown in Figure 120 Figure 120: Receiver Agreement – DEMO : SAPCRM : ORDERS.ORDERS05
  • 85. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 85 of 159 2. Click Continue STEP 7 – Assign object to a Configuration Scenario 1. The system should display the screen as shown in Figure 121 2. From the dropdown list select your scenario Order_OrderResponse_Demo Figure 121: Assign generated object to a Scenario 3. Click Finish 4. You should get the Configuration Wizard log that shows you all the objects that were generated as shown in Figure 122
  • 86. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 86 of 159 Figure 122: Configuration Wizard Log 3.5.2. Orders interface between DEMO and BPE 1. Select the Scenarios tab 2. Right mouse click in the window and choose New 3. Click Configuration Wizard on the left as shown in Figure 123 Figure 123: Start Configuration Wizard
  • 87. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 87 of 159 4. Click Internal Communication radio button and Create STEP 1 – Incoming Message 1. Enter Service Type: Business Service 2. Service: DEMO 3. Interface: MI_ORDER 4. Namespace: http://www.demo.com/XI 5. Adapter Type: Select SOAP Figure 124: Inbound Message - Specify Sender 6. Click continue STEP 2 – Outgoing Message 1. Enter Service Type: Integration Process 2. Service: IP_ORDERS 3. Integration Process: IP_Orders 4. Interface: MI_BPM_TRIGGER 5. Namespace: http://www.demo.com/XI 6. Adapter Type: Select XI
  • 88. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 88 of 159 Figure 125: Outbound Message - Specify Receiver 7. Continue STEP 3 – Sender Agreement 1. The system should default in the Sender agreement that you created in STEP 3 – Sender Agreement on page 82 Figure 126: Sender Agreement - DEMO : MI_ORDER 2. Continue
  • 89. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 89 of 159 STEP 4 – Receiver Determination 1. The system should display the screen as shown in Figure 127 Figure 127: Receiver Determination – DEMO : MI_ORDER 2. Click Continue STEP 5 – Interface Determination 1. The system should display the screen as shown in Figure 128 Figure 128: Interface Determination – DEMO : MI_ORDER :IP_ORDERS
  • 90. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 90 of 159 2. Click Continue STEP 6 – Receiver Agreement 1. The system should display the screen as shown in Figure 129 Figure 129: Receiver Agreement 2. Click Continue STEP 7 – Assign object to a Configuration Scenario 1. The system should display the screen as shown in Figure 130 2. From the dropdown list select your scenario Order_OrderResponse_Demo
  • 91. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 91 of 159 Figure 130: Assign generated object to a Scenario 3. Click Finish 4. You should get the Configuration Wizard log that shows you all the objects that were generated as shown in Figure 131 Figure 131: Configuration Wizard Log
  • 92. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 92 of 159 3.5.3. Order Response interface between ECC and DEMO 1. Select the Scenarios tab 2. Right mouse click in the window and choose New 3. Click Configuration Wizard on the left as shown in Figure 132 Figure 132: Start Configuration Wizard 4. Click Internal Communication radio button and Create STEP 1 – Incoming Message 1. Enter Service Type: Business System 2. Service: SAPECC 3. Interface: ORDRSP.ORDERS05 4. Namespace: urn:sap-com:document:sap:idoc:messages 5. Adapter Type: Select IDoc
  • 93. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 93 of 159 Figure 133: Inbound Message - Specify Sender 6. Click continue STEP 2 – Outgoing Message 1. Enter Service Type: Business Service 2. Service: DEMO 3. Interface: MI_ORDERRESPONSE 4. Namespace: http://www.demo.com/XI 5. Adapter Type: Select File
  • 94. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 94 of 159 Figure 134: Outbound Message - Specify Receiver 6. Continue STEP 3 – Sender Agreement 1. The system should default in the Sender agreement that you created in STEP 3 – Sender Agreement on page 82 Figure 135: Sender Agreement 2. Continue
  • 95. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 95 of 159 STEP 4 – Receiver Determination 3. The system should display the screen as shown in Figure 136 Figure 136: Receiver Determination – SAPECC : ORDRSP.ORDERS05 4. Click Continue STEP 5 – Interface Determination 1. The system should display the screen as shown in Figure 137 Figure 137: Interface Determination – SAPECC : ORDRSP.ORDERS05 : DEMO
  • 96. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 96 of 159 2. Click Continue STEP 6 – Receiver Agreement 1. The system should display the screen as shown in Figure 138 Figure 138: Receiver Agreement – SAPECC : DEMO : MI_ORDERRESPONSE 3. Click Continue STEP 7 – Assign object to a Configuration Scenario 1. The system should display the screen as shown in Figure 139 2. From the dropdown list select your scenario Order_OrderResponse_Demo
  • 97. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 97 of 159 Figure 139: Assign generated object to a Scenario 3. Click Finish 4. You should get the Configuration Wizard log that shows you all the objects that were generated as shown in Figure 140 Figure 140: Configuration Wizard Log
  • 98. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 98 of 159 3.5.4. Order Response interface between ECC and BPE 1. Select the Scenarios tab 2. Right mouse click in the window and choose New 3. Click Configuration Wizard on the left as shown in Figure 141 Figure 141: Start Configuration Wizard 4. Click Internal Communication radio button and Create STEP 1 – Incoming Message 1. Enter Service Type: Business System 2. Service: SAPECC 3. Interface: ORDRSP.ORDERS05 4. Namespace: urn:sap-com:document:sap:idoc:messages 5. Adapter Type: Select IDoc
  • 99. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 99 of 159 Figure 142: Inbound Message - Specify Sender 6. Click continue STEP 2 – Outgoing Message 1. Enter Service Type: Integration Process 2. Service: IP_ORDERS 3. Integration Process: IP_Orders 4. Interface: MI_BPM_TRIGGER_MATCH 5. Namespace: http://www.demo.com/XI 6. Adapter Type: Select XI
  • 100. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 100 of 159 Figure 143: Outbound Message - Specify Receiver 7. Continue STEP 3 – Sender Agreement 1. The system should default in the Sender agreement that you created in STEP 3 – Sender Agreement on page 82 Figure 144: Sender Agreement 3. Continue
  • 101. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 101 of 159 STEP 4 – Receiver Determination 1. The system should display the screen as shown in Figure 145 Figure 145: Receiver Determination – SAPECC : ORDRSP.ORDERS05 5. Click Add Receiver radio button 6. Click Continue STEP 5 – Interface Determination 1. The system should display the screen as shown in Figure 146
  • 102. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 102 of 159 Figure 146: Interface Determination – DEMO : MI_ORDER :IP_ORDERS 3. Click Continue STEP 6 – Receiver Agreement 1. The system should display the screen as shown in Figure 147 Figure 147: Receiver Agreement 4. Click Continue
  • 103. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 103 of 159 STEP 7 – Assign object to a Configuration Scenario 1. The system should display the screen as shown in Figure 148 2. From the dropdown list select your scenario Order_OrderResponse_Demo Figure 148: Assign generated object to a Scenario 3. Click Finish 4. You should get the Configuration Wizard log that shows you all the objects that were generated as shown in Figure 149
  • 104. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 104 of 159 Figure 149: Configuration Wizard Log 3.5.5. Email interface between BPE and Email Service 1. Select the Scenarios tab 2. Right mouse click in the window and choose New 3. Click Configuration Wizard on the left as shown in Figure 150 Figure 150: Start Configuration Wizard 4. Click Internal Communication radio button and Create
  • 105. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 105 of 159 STEP 1 – Incoming Message 1. Enter Service Type: Integration Process 2. Service: IP_ORDERS 3. Integration Process: IP_Orders 4. Interface: MI_EMAIL 5. Namespace: http://www.demo.com/XI 6. Adapter Type: Select XI Figure 151: Inbound Message - Specify Sender 7. Click continue STEP 2 – Outgoing Message 1. Enter Service Type: Business Service 2. Service: MAIL_SERVICE 3. Interface: MI_EMAIL 4. Namespace: http://www.demo.com/XI 5. Adapter Type: Select Mail
  • 106. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 106 of 159 Figure 152: Outbound Message - Specify Receiver 6. Continue STEP 3 – Sender Agreement 1. The system should default in the Sender agreement that you created in STEP 3 – Sender Agreement on page 82 Figure 153: Sender Agreement 2. Continue
  • 107. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 107 of 159 STEP 4 – Receiver Determination 1. The system should display the screen as shown in Figure 154 Figure 154: Receiver Determination – IP_ORDERS : MI_EMAIL 2. Click Add Receiver radio button 3. Click Continue STEP 5 – Interface Determination 1. The system should display the screen as shown in Figure 155
  • 108. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 108 of 159 Figure 155: Interface Determination –IP_ORDERS : MI_EMAIL 2. Click Continue STEP 6 – Receiver Agreement 1. The system should display the screen as shown in Figure 156 Figure 156: Receiver Agreement – CC_EMAIL 2. Click Continue
  • 109. Creating a BPM Scenario in XI Phase 3 – Integration Builder Configuration© Genie Press 2007 Page 109 of 159 STEP 7 – Assign object to a Configuration Scenario 1. The system should display the screen as shown in Figure 157 2. From the dropdown list select your scenario Order_OrderResponse_Demo Figure 157: Assign generated object to a Scenario 3. Click Finish 4. You should get the Configuration Wizard log that shows you all the objects that were generated as shown in Figure 158