SlideShare une entreprise Scribd logo
1  sur  29
Télécharger pour lire hors ligne
Ralf Ehret
Development Architect, SAP AG
ESUG - Lugano 30.8.2007
Capture Accurate
Solution Requirements
with Exploratory
Modeling at SAP
xCarrier – A Shipping Manager Solution
Summary
Some Words about ...
Duplicate Analyzer – An A/P Clerk Solution
SAP AG 2007, xM@SAP / Ralf Ehret / 3
... our Team: BPR
Challenge Summary (Andreas Tönne)
• Find a modeling process that
– Expresses the domain in enough formal
rigor
– Can be understood by the customer
– Produces agreeable proof of the model
– Is fast enough to take place at the speed
of communication
• Get right what the model does
instead of how it is written up
SAP AG 2007, xM@SAP / Ralf Ehret / 5
… Exploratory Modeling
Analysis
Design
Implementation
Exp. Im
pl.
Verification
M
odel
Docum
entation
xM
Iterative
Developm.
Cycle
InvoiceRepository
(from Duplicate Analyzer)
CaseRepository
(fromDuplicate Analyzer)
CaseStatus
(from Duplicate Analyzer)
Invoice
invoiceDate
vendorName
externalReferenceNumber
amount
(from Duplicate Analyzer)
instantiates
CaseBuilder
(from Duplicate Analyzer)
+current
SimilarityMeasureCase
(from Duplicate Analyzer)
+bestMeasure
1..*1..*
CaseBuildingStrategy
(from Duplicate Analyzer)
+limit
+current
enumerates invoices build cases
CompositeRule
(from DA - Composite Rules)
AttributeRule
(from DA - Composite Rules)
0..*
1..*
0..*
1..*
AmountVarianceRule
(from DA - Composite Rules)
InvoiceDateVarianceRule
(from DA - Composite Rules)
SAP AG 2007, xM@SAP / Ralf Ehret / 6
... Effective Model Building
To jumpstart your success with building models, here are some lessons learned/best practices to
keep in mind when defining your models:
Name domain terms as close as possible to the customer's usage of words.
Make no technical distinction of data, entities and immaterial concepts like
services. When done correctly, all objects are represented alike because the
customer does not make these distinctions in his understanding too.
Model processes and colloquial descriptions of use cases directly in the program’s
flow of control. Your program should make sense when read out aloud.
Choose the simplest possible implementation that suffices to illustrate the
processes and control flow. Efficiency considerations or geeky frameworks are out
of scope.
Extend the pure model implementation by clearly separated additions that facilitate
experiments with the model (e.g. GUI, interfaces to existing systems, mockups).
Run a continuous feedback-loop between experiments and the current model
documentation. The output of a cycle is a model document and not the
implementation.
xM Summary (Andreas Tönne)
• xM is a modeling process that combines
– Smalltalk as a modeling language
– Continuous experimentation with runable
Smalltalk models
– Model documentation accordingly to the project
requirements
• Results in high quality, verified models
• Good customers reassurance early in a
project
xCarrier – A Shipping Manager Solution
Summary
Some Words about ...
Duplicate Analyzer – An A/P Clerk Solution
SAP AG 2007, xM@SAP / Ralf Ehret / 9
Duplicate Analyzer – Architectural Overview
Financial System –
Source of Invoices
Free Text
Search Engine
SAP AG 2007, xM@SAP / Ralf Ehret / 10
The Design of the Case Builder
Basis is similarity of a set of attributes (invoice number, supplier name,
amount, invoice date)
We used our free-text search engine (TREX).
We quickly had a working prototype that analyzed large number of
invoices, and identified and ranked possible duplicates: the pilot
customers were very happy
BUT:
We did not feel that we understood the domain
The A/P clerk was not able to tell us, how he/she recognizes a duplicate
We were not able to change the algorithm.
We got too many „wrong“ duplicates
Demo
SAP AG 2007, xM@SAP / Ralf Ehret / 11
Duplicate Analyzer – The Experimental Enviroment I
SAP AG 2007, xM@SAP / Ralf Ehret / 12
Duplicate Analyzer – The Experimental Enviroment II
SAP AG 2007, xM@SAP / Ralf Ehret / 13
Duplicate Analyzer
SAP AG 2007, xM@SAP / Ralf Ehret / 14
Duplicate Analyzer
SAP AG 2007, xM@SAP / Ralf Ehret / 15
Results for Duplicate Analyzer
Communication/Common Understanding
Got a much better understanding of the domain
Closed the communication gap with the A/P clerks and...
...learned to „think as“ an A/P clerk!
Technical Results
Got a much more flexible solution
Added and tested new algorithms
Improved run-time behavior
Business Results
Found new Duplicates
Identified a new process gap causing duplicates
Project Results
Finished in 7 days!
xCarrier – A Shipping Manager Solution
Summary
Some Words about ...
Duplicate Analyzer – An A/P Clerk Solution
SAP AG 2007, xM@SAP / Ralf Ehret / 17
xCarrier – The Real World Application
SAP AG 2007, xM@SAP / Ralf Ehret / 18
xCarrier Enterprise - Details
SAP AG 2007, xM@SAP / Ralf Ehret / 19
Problems
Inadequate Requirements:
Customers didn’t know exact requirements for a rule engine
Re-Use of existing components (rule engines) without exact
requirements
Communication Gap
Deficiency of Understanding each other
Requirements were driven by technology but not by the customer!
This calls for xM!
SAP AG 2007, xM@SAP / Ralf Ehret / 20
Rate and Service Selection Implementation
For carrier, service product and service option selection we
implemented a rule engine prototype in Smalltalk (in about 1 week)
After two weeks we were able to verify the scope of rules at
customer sites
The optimization of the results was done in an ABAP component.
The rule maintenance was done in Java WebDynpro front-end, and
the resulting rules were persisted in the Smalltalk component.
The integration to the NetWeaver stack was done via Web services.
SAP AG 2007, xM@SAP / Ralf Ehret / 21
xCarrier – The Experimental Enviroment I
SAP AG 2007, xM@SAP / Ralf Ehret / 22
xCarrier – The Experimental Enviroment II
SAP AG 2007, xM@SAP / Ralf Ehret / 23
xCarrier – The Real World Application II
SAP AG 2007, xM@SAP / Ralf Ehret / 24
Results for xCarrier
Communication/Common Understanding
Were able to verify requirements on customer site
Got much more precise requirements for rule engine
Technical Results
Were able to choose appropriate rule engine
Business Results
Our pilot customers got what they wanted – although they were
not aware what they really needed!!!!
Project Results
First verification cycle with customers after 10 days!
No major changes in rule engine during pilot phase
xCarrier – A Shipping Manager Solution
Summary
Some Words about ...
Duplicate Analyzer – An A/P Clerk Solution
SAP AG 2007, xM@SAP / Ralf Ehret / 26
Summary
Explorative research and modeling of domain knowledge
Discovering (and testing) heuristics
Rule systems
It enables fast customer feedback
It supports executable case studies
SAP AG 2007, xM@SAP / Ralf Ehret / 27
Questions to our Team
Does this really work for you?
Does the fact that Smalltalk requires its own environment bother
you?
Do you still see an overall improvement, when you re-implement a
component for productization?
Will you use this for all projects?
Will other teams at SAP do the same?
SAP AG 2007, xM@SAP / Ralf Ehret / 28
Copyright 2007 SAP AG. All Rights Reserved
No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be
changed without prior notice.
Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.
Microsoft, Windows, Excel, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation.
IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, System i, System i5, System p,
System p5, System x, System z, System z9, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix, i5/OS, POWER, POWER5, POWER5+, OpenPower and PowerPC are
trademarks or registered trademarks of IBM Corporation.
Adobe, the Adobe logo, Acrobat, PostScript, and Reader are either trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries.
Oracle is a registered trademark of Oracle Corporation.
UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group.
Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc.
HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C®, World Wide Web Consortium, Massachusetts Institute of Technology.
Java is a registered trademark of Sun Microsystems, Inc.
JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape.
MaxDB is a trademark of MySQL AB, Sweden.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered
trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies.
Data contained in this document serves informational purposes only. National product specifications may vary.
The information in this document is proprietary to SAP. No part of this document may be reproduced, copied, or transmitted in any form or for any purpose without the express prior
written permission of SAP AG.
This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains only intended strategies, developments,
and functionalities of the SAP® product and is not intended to be binding upon SAP to any particular course of business, product strategy, and/or development. Please note that this
document is subject to change and may be changed by SAP at any time without notice.
SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, or other items
contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability,
fitness for a particular purpose, or non-infringement.
SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This
limitation shall not apply in cases of intent or gross negligence.
The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in
these materials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages.
SAP AG 2007, xM@SAP / Ralf Ehret / 29
Copyright 2007 SAP AG. Alle Rechte vorbehalten
Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche
Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden.
Die von SAP AG oder deren Vertriebsfirmen angebotenen Softwareprodukte können Softwarekomponenten auch anderer Softwarehersteller enthalten.
Microsoft®, WINDOWS®, NT®, EXCEL®, Word®, PowerPoint® und SQL Server® sind eingetragene Marken der Microsoft Corporation.
IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, System i, System i5, System p,
System p5, System x, System z, System z9, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix, i5/OS, POWER, POWER5, POWER5+, OpenPower und PowerPC
sind Marken oder eingetragene Marken der IBM Corporation.
Adobe, das Adobe Logo, Acrobat, PostScript und Reader sind Marken oder eingetragene Marken von Adobe Systems Inc. in den USA und/oder anderen Ländern.
ORACLE® ist eine eingetragene Marke der ORACLE Corporation.
UNIX®, X/Open®, OSF/1® und Motif® sind eingetragene Marken der Open Group.
Citrix®, das Citrix-Logo, ICA®, Program Neighborhood®, MetaFrame®, WinFrame®, VideoFrame®, MultiWin® und andere hier erwähnte Namen von Citrix-Produkten sind Marken von
Citrix Systems, Inc.
HTML, DHTML, XML, XHTML sind Marken oder eingetragene Marken des W3C®, World Wide Web Consortium, Massachusetts Institute of Technology.
JAVA® ist eine eingetragene Marke der Sun Microsystems, Inc.
JAVASCRIPT® ist eine eingetragene Marke der Sun Microsystems, Inc., verwendet unter der Lizenz der von Netscape entwickelten und implementierten Technologie.
MaxDB ist eine Marke von MySQL AB, Schweden.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, und weitere im Text erwähnte SAP-Produkte und -Dienstleistungen sowie die entsprechenden Logos sind Marken
oder eingetragene Marken der SAP AG in Deutschland und anderen Ländern weltweit. Alle anderen Namen von Produkten und Dienstleistungen sind Marken der jeweiligen Firmen.
Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen.
Die in dieser Publikation enthaltene Information ist Eigentum der SAP. Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in
welcher Form auch immer, nur mit ausdrücklicher schriftlicher Genehmigung durch SAP AG gestattet.
Bei dieser Publikation handelt es sich um eine vorläufige Version, die nicht Ihrem gültigen Lizenzvertrag oder anderen Vereinbarungen mit SAP unterliegt. Diese Publikation enthält
nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP®-Produkts. SAP entsteht aus dieser Publikation keine Verpflichtung zu einer bestimmten Geschäfts- oder
Produktstrategie und/oder bestimmten Entwicklungen. Diese Publikation kann von SAP jederzeit ohne vorherige Ankündigung geändert werden.
SAP übernimmt keine Haftung für Fehler oder Auslassungen in dieser Publikation. Des Weiteren übernimmt SAP keine Garantie für die Exaktheit oder Vollständigkeit der
Informationen, Texte, Grafiken, Links und sonstigen in dieser Publikation enthaltenen Elementen. Diese Publikation wird ohne jegliche Gewähr, weder ausdrücklich noch
stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zweck sowie für die
Gewährleistung der Nichtverletzung geltenden Rechts.
SAP haftet nicht für entstandene Schäden. Dies gilt u. a. und uneingeschränkt für konkrete, besondere und mittelbare Schäden oder Folgeschäden, die aus der Nutzung dieser
Materialien entstehen können. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit.
Die gesetzliche Haftung bei Personenschäden oder Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinks
zugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen über
Internetseiten Dritter ab.

Contenu connexe

Tendances

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
 
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...A closer look of Indian Railways IT Department. and gain knowledge about SAP ...
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...KAUSTAV PALLOB
 
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP Technology
 
133 erp605 process_overview_en_xx
133 erp605 process_overview_en_xx133 erp605 process_overview_en_xx
133 erp605 process_overview_en_xxsayantan sen
 
Study of SAP R3 architecture
Study of SAP R3 architecture Study of SAP R3 architecture
Study of SAP R3 architecture SapFico Training
 
Key findings when upgrading your sap crm system
Key findings when upgrading your sap crm systemKey findings when upgrading your sap crm system
Key findings when upgrading your sap crm systemrobgirvan
 
SAP INTRO
SAP INTROSAP INTRO
SAP INTRODr.Ravi
 
SAP ERP Solutions - How It Evolved Over Time
SAP ERP Solutions - How It Evolved Over TimeSAP ERP Solutions - How It Evolved Over Time
SAP ERP Solutions - How It Evolved Over TimeAPPSeCONNECT
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP Technology
 
Tata steel sap bpm espresso session
Tata steel sap bpm espresso sessionTata steel sap bpm espresso session
Tata steel sap bpm espresso sessionrtiesma
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migrationBiswajit Kar
 
Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Guang Ying Yuan
 

Tendances (19)

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)
 
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...A closer look of Indian Railways IT Department. and gain knowledge about SAP ...
A closer look of Indian Railways IT Department. and gain knowledge about SAP ...
 
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
 
SAP Overview
SAP OverviewSAP Overview
SAP Overview
 
Sap Presentation
Sap PresentationSap Presentation
Sap Presentation
 
133 erp605 process_overview_en_xx
133 erp605 process_overview_en_xx133 erp605 process_overview_en_xx
133 erp605 process_overview_en_xx
 
Study of SAP R3 architecture
Study of SAP R3 architecture Study of SAP R3 architecture
Study of SAP R3 architecture
 
Key findings when upgrading your sap crm system
Key findings when upgrading your sap crm systemKey findings when upgrading your sap crm system
Key findings when upgrading your sap crm system
 
SAP INTRO
SAP INTROSAP INTRO
SAP INTRO
 
Profile-FvanSteenveldt
Profile-FvanSteenveldtProfile-FvanSteenveldt
Profile-FvanSteenveldt
 
SAP ERP Solutions - How It Evolved Over Time
SAP ERP Solutions - How It Evolved Over TimeSAP ERP Solutions - How It Evolved Over Time
SAP ERP Solutions - How It Evolved Over Time
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA Modeling
 
SAP Basics and Overview
SAP Basics and OverviewSAP Basics and Overview
SAP Basics and Overview
 
Tata steel sap bpm espresso session
Tata steel sap bpm espresso sessionTata steel sap bpm espresso session
Tata steel sap bpm espresso session
 
SAP Reuse Tools
SAP Reuse Tools SAP Reuse Tools
SAP Reuse Tools
 
Wp sap data_migration
Wp sap data_migrationWp sap data_migration
Wp sap data_migration
 
Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1Day1 Sap Basis Overview V1 1
Day1 Sap Basis Overview V1 1
 
Presentation sap
Presentation sapPresentation sap
Presentation sap
 
Sap- An Overview
Sap- An OverviewSap- An Overview
Sap- An Overview
 

En vedette

En vedette (18)

XXII sezony spolecznej pracy Magurycza i Nadsania na cmentarzach poludniowo-w...
XXII sezony spolecznej pracy Magurycza i Nadsania na cmentarzach poludniowo-w...XXII sezony spolecznej pracy Magurycza i Nadsania na cmentarzach poludniowo-w...
XXII sezony spolecznej pracy Magurycza i Nadsania na cmentarzach poludniowo-w...
 
Xsteel teknigi
Xsteel teknigiXsteel teknigi
Xsteel teknigi
 
XRF / Si has begut o consumit drogues, no agafis la moto
XRF / Si has begut o consumit drogues, no agafis la motoXRF / Si has begut o consumit drogues, no agafis la moto
XRF / Si has begut o consumit drogues, no agafis la moto
 
Xurri3
Xurri3Xurri3
Xurri3
 
Xsteel indir
Xsteel indirXsteel indir
Xsteel indir
 
Xsteel egitimi-ucreti
Xsteel egitimi-ucretiXsteel egitimi-ucreti
Xsteel egitimi-ucreti
 
XXV Semana del Libro Melilla
XXV Semana del Libro MelillaXXV Semana del Libro Melilla
XXV Semana del Libro Melilla
 
X Trofeo Ciudad De Ponferrada
X Trofeo Ciudad De PonferradaX Trofeo Ciudad De Ponferrada
X Trofeo Ciudad De Ponferrada
 
Xx0005 vm 23012012-__m
Xx0005 vm 23012012-__mXx0005 vm 23012012-__m
Xx0005 vm 23012012-__m
 
XPmatsuri2006 Example Introduction
XPmatsuri2006 Example IntroductionXPmatsuri2006 Example Introduction
XPmatsuri2006 Example Introduction
 
XP sin Clave
XP sin ClaveXP sin Clave
XP sin Clave
 
X rays and tumors
X rays and tumorsX rays and tumors
X rays and tumors
 
XXL2012 on the plot
XXL2012 on the plotXXL2012 on the plot
XXL2012 on the plot
 
xv de sonia
xv de soniaxv de sonia
xv de sonia
 
Xp祭2006ネタ侍塊S
Xp祭2006ネタ侍塊SXp祭2006ネタ侍塊S
Xp祭2006ネタ侍塊S
 
XS Japan 2008 App Data English
XS Japan 2008 App Data EnglishXS Japan 2008 App Data English
XS Japan 2008 App Data English
 
XXIV Inaguración XXIV RAI
XXIV Inaguración XXIV RAIXXIV Inaguración XXIV RAI
XXIV Inaguración XXIV RAI
 
XPages Dynamic: автоматизация процессов работы с документами
XPages Dynamic: автоматизация процессов работы с документамиXPages Dynamic: автоматизация процессов работы с документами
XPages Dynamic: автоматизация процессов работы с документами
 

Similaire à Capture Accurate Solution Requirements with Exploratory Modeling at SAP

How to find_information_on_sap_eam
How to find_information_on_sap_eamHow to find_information_on_sap_eam
How to find_information_on_sap_eamNguyen Hai
 
SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture Ankit Sharma
 
2009 06 worldtour_sme5_sap_fr
2009 06 worldtour_sme5_sap_fr2009 06 worldtour_sme5_sap_fr
2009 06 worldtour_sme5_sap_frSomayeh Jabbari
 
Lecture01 abap on line
Lecture01 abap on lineLecture01 abap on line
Lecture01 abap on lineMilind Patil
 
Application PaaS with SAP
Application PaaS with SAPApplication PaaS with SAP
Application PaaS with SAPWarren Eiserman
 
SAST for JavaScript: A Brief Overview of Commercial Tools
SAST for JavaScript: A Brief Overview of Commercial ToolsSAST for JavaScript: A Brief Overview of Commercial Tools
SAST for JavaScript: A Brief Overview of Commercial ToolsAchim D. Brucker
 
SAP Overview - The Basics of SAP FI/CO
SAP Overview - The Basics of SAP FI/COSAP Overview - The Basics of SAP FI/CO
SAP Overview - The Basics of SAP FI/COSapFico Training
 
S A P Orientation
S A P  OrientationS A P  Orientation
S A P Orientationslgvarma
 
Accessibility guideline web_dynpro_external_version
Accessibility guideline web_dynpro_external_versionAccessibility guideline web_dynpro_external_version
Accessibility guideline web_dynpro_external_versionadatta12
 
Sap fundamentals overview_for_sap_minors
Sap fundamentals overview_for_sap_minorsSap fundamentals overview_for_sap_minors
Sap fundamentals overview_for_sap_minorsCenk Ersoy
 
CV-Europass-20161121-Huyskens-EN
CV-Europass-20161121-Huyskens-ENCV-Europass-20161121-Huyskens-EN
CV-Europass-20161121-Huyskens-ENGregor Huyskens
 
Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Goetz Lessmann
 
Service provider call_example
Service provider call_exampleService provider call_example
Service provider call_exampleBettyPeltroche
 

Similaire à Capture Accurate Solution Requirements with Exploratory Modeling at SAP (20)

How to find_information_on_sap_eam
How to find_information_on_sap_eamHow to find_information_on_sap_eam
How to find_information_on_sap_eam
 
SAP Overview and Architecture
SAP Overview and ArchitectureSAP Overview and Architecture
SAP Overview and Architecture
 
2009 06 worldtour_sme5_sap_fr
2009 06 worldtour_sme5_sap_fr2009 06 worldtour_sme5_sap_fr
2009 06 worldtour_sme5_sap_fr
 
Lecture01 abap on line
Lecture01 abap on lineLecture01 abap on line
Lecture01 abap on line
 
Application PaaS with SAP
Application PaaS with SAPApplication PaaS with SAP
Application PaaS with SAP
 
SAST for JavaScript: A Brief Overview of Commercial Tools
SAST for JavaScript: A Brief Overview of Commercial ToolsSAST for JavaScript: A Brief Overview of Commercial Tools
SAST for JavaScript: A Brief Overview of Commercial Tools
 
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
 
SAP Overview - The Basics of SAP FI/CO
SAP Overview - The Basics of SAP FI/COSAP Overview - The Basics of SAP FI/CO
SAP Overview - The Basics of SAP FI/CO
 
S A P Orientation
S A P  OrientationS A P  Orientation
S A P Orientation
 
Accessibility guideline web_dynpro_external_version
Accessibility guideline web_dynpro_external_versionAccessibility guideline web_dynpro_external_version
Accessibility guideline web_dynpro_external_version
 
assignment help sap
assignment help sapassignment help sap
assignment help sap
 
Sap overview
Sap overviewSap overview
Sap overview
 
sappm-171220062959.pdf
sappm-171220062959.pdfsappm-171220062959.pdf
sappm-171220062959.pdf
 
Sap fundamentals overview_for_sap_minors
Sap fundamentals overview_for_sap_minorsSap fundamentals overview_for_sap_minors
Sap fundamentals overview_for_sap_minors
 
CV-Europass-20161121-Huyskens-EN
CV-Europass-20161121-Huyskens-ENCV-Europass-20161121-Huyskens-EN
CV-Europass-20161121-Huyskens-EN
 
SAP_ABAP_5+_YEARS_EXPERIENCE
SAP_ABAP_5+_YEARS_EXPERIENCESAP_ABAP_5+_YEARS_EXPERIENCE
SAP_ABAP_5+_YEARS_EXPERIENCE
 
Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014Consolidate your SAP System landscape Teched && d-code 2014
Consolidate your SAP System landscape Teched && d-code 2014
 
Service provider call_example
Service provider call_exampleService provider call_example
Service provider call_example
 
Introduction to sap
Introduction to sapIntroduction to sap
Introduction to sap
 
Basis week5
Basis week5Basis week5
Basis week5
 

Plus de ESUG

Workshop: Identifying concept inventories in agile programming
Workshop: Identifying concept inventories in agile programmingWorkshop: Identifying concept inventories in agile programming
Workshop: Identifying concept inventories in agile programmingESUG
 
Technical documentation support in Pharo
Technical documentation support in PharoTechnical documentation support in Pharo
Technical documentation support in PharoESUG
 
The Pharo Debugger and Debugging tools: Advances and Roadmap
The Pharo Debugger and Debugging tools: Advances and RoadmapThe Pharo Debugger and Debugging tools: Advances and Roadmap
The Pharo Debugger and Debugging tools: Advances and RoadmapESUG
 
Sequence: Pipeline modelling in Pharo
Sequence: Pipeline modelling in PharoSequence: Pipeline modelling in Pharo
Sequence: Pipeline modelling in PharoESUG
 
Migration process from monolithic to micro frontend architecture in mobile ap...
Migration process from monolithic to micro frontend architecture in mobile ap...Migration process from monolithic to micro frontend architecture in mobile ap...
Migration process from monolithic to micro frontend architecture in mobile ap...ESUG
 
Analyzing Dart Language with Pharo: Report and early results
Analyzing Dart Language with Pharo: Report and early resultsAnalyzing Dart Language with Pharo: Report and early results
Analyzing Dart Language with Pharo: Report and early resultsESUG
 
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6ESUG
 
A Unit Test Metamodel for Test Generation
A Unit Test Metamodel for Test GenerationA Unit Test Metamodel for Test Generation
A Unit Test Metamodel for Test GenerationESUG
 
Creating Unit Tests Using Genetic Programming
Creating Unit Tests Using Genetic ProgrammingCreating Unit Tests Using Genetic Programming
Creating Unit Tests Using Genetic ProgrammingESUG
 
Threaded-Execution and CPS Provide Smooth Switching Between Execution Modes
Threaded-Execution and CPS Provide Smooth Switching Between Execution ModesThreaded-Execution and CPS Provide Smooth Switching Between Execution Modes
Threaded-Execution and CPS Provide Smooth Switching Between Execution ModesESUG
 
Exploring GitHub Actions through EGAD: An Experience Report
Exploring GitHub Actions through EGAD: An Experience ReportExploring GitHub Actions through EGAD: An Experience Report
Exploring GitHub Actions through EGAD: An Experience ReportESUG
 
Pharo: a reflective language A first systematic analysis of reflective APIs
Pharo: a reflective language A first systematic analysis of reflective APIsPharo: a reflective language A first systematic analysis of reflective APIs
Pharo: a reflective language A first systematic analysis of reflective APIsESUG
 
Garbage Collector Tuning
Garbage Collector TuningGarbage Collector Tuning
Garbage Collector TuningESUG
 
Improving Performance Through Object Lifetime Profiling: the DataFrame Case
Improving Performance Through Object Lifetime Profiling: the DataFrame CaseImproving Performance Through Object Lifetime Profiling: the DataFrame Case
Improving Performance Through Object Lifetime Profiling: the DataFrame CaseESUG
 
Pharo DataFrame: Past, Present, and Future
Pharo DataFrame: Past, Present, and FuturePharo DataFrame: Past, Present, and Future
Pharo DataFrame: Past, Present, and FutureESUG
 
thisContext in the Debugger
thisContext in the DebuggerthisContext in the Debugger
thisContext in the DebuggerESUG
 
Websockets for Fencing Score
Websockets for Fencing ScoreWebsockets for Fencing Score
Websockets for Fencing ScoreESUG
 
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScript
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScriptShowUs: PharoJS.org Develop in Pharo, Run on JavaScript
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScriptESUG
 
Advanced Object- Oriented Design Mooc
Advanced Object- Oriented Design MoocAdvanced Object- Oriented Design Mooc
Advanced Object- Oriented Design MoocESUG
 
A New Architecture Reconciling Refactorings and Transformations
A New Architecture Reconciling Refactorings and TransformationsA New Architecture Reconciling Refactorings and Transformations
A New Architecture Reconciling Refactorings and TransformationsESUG
 

Plus de ESUG (20)

Workshop: Identifying concept inventories in agile programming
Workshop: Identifying concept inventories in agile programmingWorkshop: Identifying concept inventories in agile programming
Workshop: Identifying concept inventories in agile programming
 
Technical documentation support in Pharo
Technical documentation support in PharoTechnical documentation support in Pharo
Technical documentation support in Pharo
 
The Pharo Debugger and Debugging tools: Advances and Roadmap
The Pharo Debugger and Debugging tools: Advances and RoadmapThe Pharo Debugger and Debugging tools: Advances and Roadmap
The Pharo Debugger and Debugging tools: Advances and Roadmap
 
Sequence: Pipeline modelling in Pharo
Sequence: Pipeline modelling in PharoSequence: Pipeline modelling in Pharo
Sequence: Pipeline modelling in Pharo
 
Migration process from monolithic to micro frontend architecture in mobile ap...
Migration process from monolithic to micro frontend architecture in mobile ap...Migration process from monolithic to micro frontend architecture in mobile ap...
Migration process from monolithic to micro frontend architecture in mobile ap...
 
Analyzing Dart Language with Pharo: Report and early results
Analyzing Dart Language with Pharo: Report and early resultsAnalyzing Dart Language with Pharo: Report and early results
Analyzing Dart Language with Pharo: Report and early results
 
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6
Transpiling Pharo Classes to JS ECMAScript 5 versus ECMAScript 6
 
A Unit Test Metamodel for Test Generation
A Unit Test Metamodel for Test GenerationA Unit Test Metamodel for Test Generation
A Unit Test Metamodel for Test Generation
 
Creating Unit Tests Using Genetic Programming
Creating Unit Tests Using Genetic ProgrammingCreating Unit Tests Using Genetic Programming
Creating Unit Tests Using Genetic Programming
 
Threaded-Execution and CPS Provide Smooth Switching Between Execution Modes
Threaded-Execution and CPS Provide Smooth Switching Between Execution ModesThreaded-Execution and CPS Provide Smooth Switching Between Execution Modes
Threaded-Execution and CPS Provide Smooth Switching Between Execution Modes
 
Exploring GitHub Actions through EGAD: An Experience Report
Exploring GitHub Actions through EGAD: An Experience ReportExploring GitHub Actions through EGAD: An Experience Report
Exploring GitHub Actions through EGAD: An Experience Report
 
Pharo: a reflective language A first systematic analysis of reflective APIs
Pharo: a reflective language A first systematic analysis of reflective APIsPharo: a reflective language A first systematic analysis of reflective APIs
Pharo: a reflective language A first systematic analysis of reflective APIs
 
Garbage Collector Tuning
Garbage Collector TuningGarbage Collector Tuning
Garbage Collector Tuning
 
Improving Performance Through Object Lifetime Profiling: the DataFrame Case
Improving Performance Through Object Lifetime Profiling: the DataFrame CaseImproving Performance Through Object Lifetime Profiling: the DataFrame Case
Improving Performance Through Object Lifetime Profiling: the DataFrame Case
 
Pharo DataFrame: Past, Present, and Future
Pharo DataFrame: Past, Present, and FuturePharo DataFrame: Past, Present, and Future
Pharo DataFrame: Past, Present, and Future
 
thisContext in the Debugger
thisContext in the DebuggerthisContext in the Debugger
thisContext in the Debugger
 
Websockets for Fencing Score
Websockets for Fencing ScoreWebsockets for Fencing Score
Websockets for Fencing Score
 
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScript
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScriptShowUs: PharoJS.org Develop in Pharo, Run on JavaScript
ShowUs: PharoJS.org Develop in Pharo, Run on JavaScript
 
Advanced Object- Oriented Design Mooc
Advanced Object- Oriented Design MoocAdvanced Object- Oriented Design Mooc
Advanced Object- Oriented Design Mooc
 
A New Architecture Reconciling Refactorings and Transformations
A New Architecture Reconciling Refactorings and TransformationsA New Architecture Reconciling Refactorings and Transformations
A New Architecture Reconciling Refactorings and Transformations
 

Dernier

Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Dernier (20)

Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Capture Accurate Solution Requirements with Exploratory Modeling at SAP

  • 1. Ralf Ehret Development Architect, SAP AG ESUG - Lugano 30.8.2007 Capture Accurate Solution Requirements with Exploratory Modeling at SAP
  • 2. xCarrier – A Shipping Manager Solution Summary Some Words about ... Duplicate Analyzer – An A/P Clerk Solution
  • 3. SAP AG 2007, xM@SAP / Ralf Ehret / 3 ... our Team: BPR
  • 4. Challenge Summary (Andreas Tönne) • Find a modeling process that – Expresses the domain in enough formal rigor – Can be understood by the customer – Produces agreeable proof of the model – Is fast enough to take place at the speed of communication • Get right what the model does instead of how it is written up
  • 5. SAP AG 2007, xM@SAP / Ralf Ehret / 5 … Exploratory Modeling Analysis Design Implementation Exp. Im pl. Verification M odel Docum entation xM Iterative Developm. Cycle InvoiceRepository (from Duplicate Analyzer) CaseRepository (fromDuplicate Analyzer) CaseStatus (from Duplicate Analyzer) Invoice invoiceDate vendorName externalReferenceNumber amount (from Duplicate Analyzer) instantiates CaseBuilder (from Duplicate Analyzer) +current SimilarityMeasureCase (from Duplicate Analyzer) +bestMeasure 1..*1..* CaseBuildingStrategy (from Duplicate Analyzer) +limit +current enumerates invoices build cases CompositeRule (from DA - Composite Rules) AttributeRule (from DA - Composite Rules) 0..* 1..* 0..* 1..* AmountVarianceRule (from DA - Composite Rules) InvoiceDateVarianceRule (from DA - Composite Rules)
  • 6. SAP AG 2007, xM@SAP / Ralf Ehret / 6 ... Effective Model Building To jumpstart your success with building models, here are some lessons learned/best practices to keep in mind when defining your models: Name domain terms as close as possible to the customer's usage of words. Make no technical distinction of data, entities and immaterial concepts like services. When done correctly, all objects are represented alike because the customer does not make these distinctions in his understanding too. Model processes and colloquial descriptions of use cases directly in the program’s flow of control. Your program should make sense when read out aloud. Choose the simplest possible implementation that suffices to illustrate the processes and control flow. Efficiency considerations or geeky frameworks are out of scope. Extend the pure model implementation by clearly separated additions that facilitate experiments with the model (e.g. GUI, interfaces to existing systems, mockups). Run a continuous feedback-loop between experiments and the current model documentation. The output of a cycle is a model document and not the implementation.
  • 7. xM Summary (Andreas Tönne) • xM is a modeling process that combines – Smalltalk as a modeling language – Continuous experimentation with runable Smalltalk models – Model documentation accordingly to the project requirements • Results in high quality, verified models • Good customers reassurance early in a project
  • 8. xCarrier – A Shipping Manager Solution Summary Some Words about ... Duplicate Analyzer – An A/P Clerk Solution
  • 9. SAP AG 2007, xM@SAP / Ralf Ehret / 9 Duplicate Analyzer – Architectural Overview Financial System – Source of Invoices Free Text Search Engine
  • 10. SAP AG 2007, xM@SAP / Ralf Ehret / 10 The Design of the Case Builder Basis is similarity of a set of attributes (invoice number, supplier name, amount, invoice date) We used our free-text search engine (TREX). We quickly had a working prototype that analyzed large number of invoices, and identified and ranked possible duplicates: the pilot customers were very happy BUT: We did not feel that we understood the domain The A/P clerk was not able to tell us, how he/she recognizes a duplicate We were not able to change the algorithm. We got too many „wrong“ duplicates Demo
  • 11. SAP AG 2007, xM@SAP / Ralf Ehret / 11 Duplicate Analyzer – The Experimental Enviroment I
  • 12. SAP AG 2007, xM@SAP / Ralf Ehret / 12 Duplicate Analyzer – The Experimental Enviroment II
  • 13. SAP AG 2007, xM@SAP / Ralf Ehret / 13 Duplicate Analyzer
  • 14. SAP AG 2007, xM@SAP / Ralf Ehret / 14 Duplicate Analyzer
  • 15. SAP AG 2007, xM@SAP / Ralf Ehret / 15 Results for Duplicate Analyzer Communication/Common Understanding Got a much better understanding of the domain Closed the communication gap with the A/P clerks and... ...learned to „think as“ an A/P clerk! Technical Results Got a much more flexible solution Added and tested new algorithms Improved run-time behavior Business Results Found new Duplicates Identified a new process gap causing duplicates Project Results Finished in 7 days!
  • 16. xCarrier – A Shipping Manager Solution Summary Some Words about ... Duplicate Analyzer – An A/P Clerk Solution
  • 17. SAP AG 2007, xM@SAP / Ralf Ehret / 17 xCarrier – The Real World Application
  • 18. SAP AG 2007, xM@SAP / Ralf Ehret / 18 xCarrier Enterprise - Details
  • 19. SAP AG 2007, xM@SAP / Ralf Ehret / 19 Problems Inadequate Requirements: Customers didn’t know exact requirements for a rule engine Re-Use of existing components (rule engines) without exact requirements Communication Gap Deficiency of Understanding each other Requirements were driven by technology but not by the customer! This calls for xM!
  • 20. SAP AG 2007, xM@SAP / Ralf Ehret / 20 Rate and Service Selection Implementation For carrier, service product and service option selection we implemented a rule engine prototype in Smalltalk (in about 1 week) After two weeks we were able to verify the scope of rules at customer sites The optimization of the results was done in an ABAP component. The rule maintenance was done in Java WebDynpro front-end, and the resulting rules were persisted in the Smalltalk component. The integration to the NetWeaver stack was done via Web services.
  • 21. SAP AG 2007, xM@SAP / Ralf Ehret / 21 xCarrier – The Experimental Enviroment I
  • 22. SAP AG 2007, xM@SAP / Ralf Ehret / 22 xCarrier – The Experimental Enviroment II
  • 23. SAP AG 2007, xM@SAP / Ralf Ehret / 23 xCarrier – The Real World Application II
  • 24. SAP AG 2007, xM@SAP / Ralf Ehret / 24 Results for xCarrier Communication/Common Understanding Were able to verify requirements on customer site Got much more precise requirements for rule engine Technical Results Were able to choose appropriate rule engine Business Results Our pilot customers got what they wanted – although they were not aware what they really needed!!!! Project Results First verification cycle with customers after 10 days! No major changes in rule engine during pilot phase
  • 25. xCarrier – A Shipping Manager Solution Summary Some Words about ... Duplicate Analyzer – An A/P Clerk Solution
  • 26. SAP AG 2007, xM@SAP / Ralf Ehret / 26 Summary Explorative research and modeling of domain knowledge Discovering (and testing) heuristics Rule systems It enables fast customer feedback It supports executable case studies
  • 27. SAP AG 2007, xM@SAP / Ralf Ehret / 27 Questions to our Team Does this really work for you? Does the fact that Smalltalk requires its own environment bother you? Do you still see an overall improvement, when you re-implement a component for productization? Will you use this for all projects? Will other teams at SAP do the same?
  • 28. SAP AG 2007, xM@SAP / Ralf Ehret / 28 Copyright 2007 SAP AG. All Rights Reserved No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, Windows, Excel, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, System i, System i5, System p, System p5, System x, System z, System z9, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix, i5/OS, POWER, POWER5, POWER5+, OpenPower and PowerPC are trademarks or registered trademarks of IBM Corporation. Adobe, the Adobe logo, Acrobat, PostScript, and Reader are either trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C®, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. The information in this document is proprietary to SAP. No part of this document may be reproduced, copied, or transmitted in any form or for any purpose without the express prior written permission of SAP AG. This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains only intended strategies, developments, and functionalities of the SAP® product and is not intended to be binding upon SAP to any particular course of business, product strategy, and/or development. Please note that this document is subject to change and may be changed by SAP at any time without notice. SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, or other items contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This limitation shall not apply in cases of intent or gross negligence. The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages.
  • 29. SAP AG 2007, xM@SAP / Ralf Ehret / 29 Copyright 2007 SAP AG. Alle Rechte vorbehalten Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden. Die von SAP AG oder deren Vertriebsfirmen angebotenen Softwareprodukte können Softwarekomponenten auch anderer Softwarehersteller enthalten. Microsoft®, WINDOWS®, NT®, EXCEL®, Word®, PowerPoint® und SQL Server® sind eingetragene Marken der Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, System i, System i5, System p, System p5, System x, System z, System z9, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix, i5/OS, POWER, POWER5, POWER5+, OpenPower und PowerPC sind Marken oder eingetragene Marken der IBM Corporation. Adobe, das Adobe Logo, Acrobat, PostScript und Reader sind Marken oder eingetragene Marken von Adobe Systems Inc. in den USA und/oder anderen Ländern. ORACLE® ist eine eingetragene Marke der ORACLE Corporation. UNIX®, X/Open®, OSF/1® und Motif® sind eingetragene Marken der Open Group. Citrix®, das Citrix-Logo, ICA®, Program Neighborhood®, MetaFrame®, WinFrame®, VideoFrame®, MultiWin® und andere hier erwähnte Namen von Citrix-Produkten sind Marken von Citrix Systems, Inc. HTML, DHTML, XML, XHTML sind Marken oder eingetragene Marken des W3C®, World Wide Web Consortium, Massachusetts Institute of Technology. JAVA® ist eine eingetragene Marke der Sun Microsystems, Inc. JAVASCRIPT® ist eine eingetragene Marke der Sun Microsystems, Inc., verwendet unter der Lizenz der von Netscape entwickelten und implementierten Technologie. MaxDB ist eine Marke von MySQL AB, Schweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, und weitere im Text erwähnte SAP-Produkte und -Dienstleistungen sowie die entsprechenden Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und anderen Ländern weltweit. Alle anderen Namen von Produkten und Dienstleistungen sind Marken der jeweiligen Firmen. Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen. Die in dieser Publikation enthaltene Information ist Eigentum der SAP. Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, nur mit ausdrücklicher schriftlicher Genehmigung durch SAP AG gestattet. Bei dieser Publikation handelt es sich um eine vorläufige Version, die nicht Ihrem gültigen Lizenzvertrag oder anderen Vereinbarungen mit SAP unterliegt. Diese Publikation enthält nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP®-Produkts. SAP entsteht aus dieser Publikation keine Verpflichtung zu einer bestimmten Geschäfts- oder Produktstrategie und/oder bestimmten Entwicklungen. Diese Publikation kann von SAP jederzeit ohne vorherige Ankündigung geändert werden. SAP übernimmt keine Haftung für Fehler oder Auslassungen in dieser Publikation. Des Weiteren übernimmt SAP keine Garantie für die Exaktheit oder Vollständigkeit der Informationen, Texte, Grafiken, Links und sonstigen in dieser Publikation enthaltenen Elementen. Diese Publikation wird ohne jegliche Gewähr, weder ausdrücklich noch stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zweck sowie für die Gewährleistung der Nichtverletzung geltenden Rechts. SAP haftet nicht für entstandene Schäden. Dies gilt u. a. und uneingeschränkt für konkrete, besondere und mittelbare Schäden oder Folgeschäden, die aus der Nutzung dieser Materialien entstehen können. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit. Die gesetzliche Haftung bei Personenschäden oder Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinks zugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen über Internetseiten Dritter ab.