Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)

Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)

This presentation from Mastering SAP Technologies 2013 provides an overview of popular integration approaches, maps them to SAP's integration tools and concludes with some lessons learnt in their application.

Sascha Wenninger

July 29, 2013
Tweet

More Decks by Sascha Wenninger

Other Decks in Technology

Transcript

  1. Naviga&ng  SAP’s  Integra&on  Op&ons   Lessons  Learnt  Integra&ng  SAP  into

     a  Complex  Landscape Sascha  Wenninger @sufw    
  2. About Me Technical Architect Focus: SAP Integration Opinionated Co-founder of

    Blue T SAP Mentor Wannabe Performance Engineer Enterprise IT !== Boring 3
  3. 7

  4. ?

  5. Use the Right Tool for the Job! “Right  Tool  for

     the  Job?”,  by  Bruce  Murray
  6. 26 A knows B Low latency easy A is active

    party A has control A may not know B Low latency possible B is active party B has control A B A B
  7. Remember the OSI Model? 34 7 Application 6 Presentation 5

    Session 4 Transport 3 Network 2 Data Link 1 Physical More or less leaky abstractions Inherently Synchronous
  8. SAP  BW 39 Inbound Data Layer Transformation Layer Reporting Data

    Layer Reporting Tool Visualisation Tool Source System, e.g. SAP ERP Extractor Process Chain Process Chain Queries Browser access
  9. SAP  BW 40 Source System A Transformation Layer Reporting Data

    Layer Reporting Tool Visualisation Tool Source System B Source System C Source System D Source System E Inbound Data Layer
  10. 41 A B C D BW E “Blue  Marble  Next

     GeneraVon,  Raw  Bathymetry”,  by  NASA  Visible  Earth
  11. 42

  12. 43 A B C D BW “Blue  Marble  Next  GeneraVon,

     Raw  Bathymetry”,  by  NASA  Visible  Earth E
  13. 44 Best Bets for Push vs. Pull Decisions n Sources,

    1 Target 1 Source, n Targets “dumb” Source No/few intermediaries Many intermediaries Low latency needed ✔ ✔ ✔ ✔ ✔ ✔
  14. 45 Shared Database ETL (Extract, Transform, Load) File Transfer Message-Based

    SOA (Service Oriented Architecture) REST h1p://www.flickr.com/photos/marktee/7545627352
  15. 54 Criteria: Data Volume 1 kB 10 kB 100 kB

    1 MB 10 MB 100 MB 1 GB ETL File Transfer Message-Based SOA REST
  16. Criteria: Synchronicity 57 Fire  &  Forget! Asynchronous@ Synchronous$ ETL ✔

    ✔ File Transfer ✔ Message-Based ✔ SOA ✔ ✔ REST ✔ ✔ !      No  technical  acknowledgment  received  by  Sender @  Technical  (delivery)  acknowledgment  received  by  Sender $    Request/Response  communicaVon
  17. 60

  18. 61

  19. Best for Caution with • SAP’s Middleware product. –Origins in

    EAI, Message-based integration –XML-centric, many protocol adapters –Design-time SOA features, file transfer capabilities 62 PI: Process Integration •Push-oriented integration •XML data formats •Stateless processing •e.g. Message Router, Channel or Translator patterns •High-volume synchronous scenarios •Large (~200MB+) messages •Scenarios requiring keeping state •e.g. collect, distributed transactions, etc. •B2B integration
  20. Best for Caution with • SAP’s “middleware stack”: PI 7.3

    + BPM + BRM –Java-only installation with much improved (10x!) runtime performance –Next-gen NetWeaver BPM runtime for stateful processing 63 PO: Process Orchestration •Push-oriented integration •XML data formats •Stateless processing •e.g. Message Router, Channel or Translator patterns •High-volume synchronous scenarios •Large (~200MB+) messages •Short timeframe projects (skills availability) •B2B integration (although investment is increasing)
  21. Best for Caution with • SAP’s ETL Tooling: Extract >

    Transform > Cleanse > Load –Bulk data transfers at the database level –Useful for replicating content of data warehouses 64 BODS: BusinessObjects Data Services •Data-centric integration •Pull-oriented integration •Large volume of data •Low frequency, high latency •Data quality enforcement •Bulk loads into HANA •Application-to-Application integration •Lower latency requirements •Infrequently-changing data •Granular information
  22. ALE - specifically IDocs 65 • SAP-proprietary message-based integration •

    Well integrated into SAP applications, some heavily rely on it. –Slowly being supplanted by web services, but not yet. • Mature and feature-rich Best for Caution with •Integrating standard functionality of different SAP applications with each other •Forward Error Handling •Processing messages in bulk, or in sequence •Integrating applications not built by SAP. •Can enhance “Fortress SAP” perceptions •Enhancing/extending standard IDocs
  23. 66

  24. ABAP Batch Jobs • "The 80's called, they want their

    integration back" • Nevertheless still useful in some cases –But use XML. Tab-delimited files should have gone extinct in the 80s. 67 Best for Caution with •Fire & Forget asynchronous transfer •Long-running "message" creation •Often lowest-common denominator •Outbound from SAP ;-) •SAP on the inbound side; error handling is generally bespoke. •High-volume or high-frequency interactions
  25. Best for Caution with • SAP’s Web Service Layer –translates

    XML to ABAP, and back 68 ABAP Proxies •Proper outside-in web service design •Logging •Idempotency •Forward Error Handling •WS-* support •Relying only on ESR modeling •Some industry-standard XML Schemas NW ABAP (e.g. ECC, CRM) BAPI ABAP Classes ABAP Proxy Layer SOAP Client
  26. Best for Caution with • SAP’s REST-inspired OData API Layer

    for: –Business Suite –HANA –NW BPM, Business Workflow –etc. 69 NetWeaver Gateway •Functionality-centric integration •Pull-oriented integration •Client/server architectures •Multi-request interactions •Exposing public APIs directly. •Formats other than OData or JSON NW ABAP (e.g. ECC, CRM) BAPI ABAP Classes Workflow ECC/CRM etc. NW BPM NW Gateway JSON/ OData Client
  27. Best for Caution with • SAP’s generic HTTP Server Layer

    –direct access to HTTP requests –hand-craft responses to include any content. 70 ABAP HTTP Handlers •Complex, functionally-rich REST APIs •Intimate control over content: •from Plain-text to Binary •Interesting 'hacks' •Large numbers of 'cookie-cutter' interfaces •requires hand-crafting •Learning curve NW ABAP (e.g. ECC, CRM) BAPI ABAP Classes ABAP HTTP Handler HTTP Client
  28. 72 PI PO BO  DS ALE/IDocs ETL ✔ File Transfer

    ✔ ✔ ✔ Message-Based ✔ ✔ ✔ SOA ✔ ✔ REST
  29. 73 Batch  Jobs ABAP  Proxies Gateway HTTP  Handler ETL ✔

    File Transfer ✔ Message-Based ✔ SOA ✔ ✔ ✔ REST ✔ ✔
  30. 74

  31. Modeling XML using ESR Data Type objects is too restrictive:

    Time-consuming Cannot extend elements No abstract types No xs:choice, xs:all, xs:any, etc. Poor support for industry-standard XML Schemas Lots of work-arounds... 77
  32. 78 0%! 20%! 40%! 60%! 80%! 100%! ABAP Proxy! ESR!

    Supported! Partially Supported! Not Supported!
  33. Don’t try to predict the future. You will be wrong.

    If in doubt, leave it out. “As simple as possible” Plan to refactor to improve! 85
  34. 88

  35. Key Points to Take Home You will need more than

    one tool. Get the interaction right. Aim for simplicity. This helps implementation and support. 91
  36. Further Reading Enterprise Integration Patterns (Hohpe & Woolf). The Book

    and the Site. Positioning Process Integration and Data Services, by SAP The Practical Science of Batch Size, by Don Reinertsen. Video and slides. Comments on the SOA Manifesto, by co-author Stefan Tilkov 94