SlideShare a Scribd company logo
1 of 59
SAP Integration
Dariusz Szybowski
Director of Technology
Aspediens
Agenda
  •   SAP Integration Overview
  •   Functional requirements
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A session
Aspediens
  •   European Partner of ServiceNow since 2007
  •   100% dedicated to ServiceNow implementation
  •   Offices in Paris, Geneva, Zurich
  •   25+ ITIL certified professionals dedicated to ServiceNow
  •   30+ customers, including international companies
  •   60+ implementations to date
  •   Top EMEA Partner 2011 award
  •   Authorized Training Partner
Aspediens – our services
Consulting                      Training Academy                Out-Tasking

Implementation Partner          Education Partner               Delegation Partner



•Solution Design                •Standard Admin (exam)          •Virtual administrator

• Configuration and Scripting   • Advanced Scripting Training   • Release management

• 3rd party tool integration    • Service Request Catalog       • Managed services

• Business Process              • A la carte
 Automation
SAP Integration Overview
• SAP – ERP system covering all aspects of
  business
• SSM – SAP Solution Manager
   – Support Messages created directly from SAP UI
   – Link with SAP Support System
   – SAP Development/Customizations management


• Existing Service Desk WebService API
   – Exhaustive and complex but Incidents oriented
Agenda
  •   SAP Integration Overview
  •   Functional requirements
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A session
Functional requirements
 Incidents - unidirectional
 • SNC – main ITSM company system
 • SAP Support Message via SAP GUI +
   attachments
 • ServiceNow Incident creation + attachments
 • Incident lifecycle in ServiceNow
Functional requirements
 Change/Change Tasks - bidirectional
 • Change for SAP Business Service
 • Workflow driven
 • Change Task business rule creates SAP Support
   Message
 • Attachments
 • SAPupdates the status field in SN Change
 • Closure
Functional requirements
 Problems - bidirectional
 • Problem on SAP Business Service
 • Manual action of CS L2 to pass it to CS L3
   (SAP)
 • Update from SAP to SN with resolution only.
Functional requirements
 SAP HCM System - user provisioning
 • User data provisioning from two different sources: AD
   and SAP HCM
 • AD via LDAP(S) protocol
 • HCM as the web service call
Agenda
  •   SAP SSM Integration Overview
  •   Functional requirements
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A session
Technical Constrains
   • Connectivity
      – Peer-to-peervs ESB
      – Accesibility by SN Instance
   • SOAP Message Format
      – complexType (nested structures)
      – Imposed tag names
      – SN attachment default handling
   • Data Treacability (import sets)
   • Error Handling (all types)
Technology
  Only answer - SOAP Web Services
   • SAP Systems Side
     – ABAP Proxy
     – Java Proxy
     – SAP PI or Peer-to-Peer
   • ServiceNow side
     – All Web Service related plugins for pluglishing
     – Web Service Consumer plugin
         • SOAP Envelop and SOAPMessage objects
Interface design best practice
   •   Data flow Tracking
   •   Asynchronous exchange
   •   Object ID exchanged and stored in two systems
   •   Type Transactions (INSERT, INSACK, ERR, …)
   •   Use Transaction GUID for the message exchange
   •   Use the process state matrix if possible
   •   Error Handling
       – Communication, data, process
Diagram – implementation example
Agenda
  •   SAP SSM Integration Overview
  •   Functional requirements
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A session
Implementation
  Challenges

   • High technical complexity
   • 3rd parties involvement: you, customer and
     SAP specialist (often external)
   • Complex integration testing
Implementation
  Approach

   • Separated project inside the main
     ServiceNow roll-out
   • Careful planning - external systems and
     teams availability
Implementation
  Prerequisites

   • Functional design agreed with 3 parties
     (Data exchanged, Data mapping
       ,Transformation, Triggers)
   • Assess the SAP specialist skills
     – SAP BC specialist is not necessary SAP
       Integration specialist
   • Agreed Technical Architecture
Implementation
  Success factors
   • Prerequisites
   • Strong customer ownership to bring all parties
     together
   • Anticipate connectivity setup
   • Estimate data volumes (SOAP Messages)
   • Multiple Integration Testing runs
   • Use built-in platforn feature but with optimized
     scripting.
Agenda
  •   SAP SSM Integration Overview
  •   Functional examples
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A session
Example 1
   • ServiceNow remains the main ITSM application
   • Integration on SN Change, with approvals and
     validations
   • Workflow driven
   • SAP SSM used for SAP systems to manage
     development and transport
   • Asynchronousmessage exchange
   • Set of transactions
   • Matrix of possible transactions
Example 1   Workflow implemented
Example 1   Transactions matrix
Example 1
  Implementation
   •   Based on System Web Services plug-in
   •   Attachment sent as a separated WS call
   •   Process state validation table/function
   •   Automatically triggered by business rules
   •   The most advanced on SAP side, the easiest to
       implement on ServiceNow side
Example 1 - Diagram
Example 2
  Requirements
   • Create the SAP Support Messages directly from
     SAP GUI Interface
   • Trigger the SAP systems customization
   • Follow the SAP implementation process
Example 2
  Implementation details
   • Based on Scripted Web Services
   • Up to 5 attachments together with the
     main SOAP message
   • Automatically triggered by business rules
   • Use of sys_import_set_row GlideRecord
   • Use of Attachment Object
   • Double Transformation Maps
Example 2 - Diagram
Example 3
  Requirements
   • Create a Support Request in SAP SSM from a
     problem
   • Handle the resolution process related in SAP
     environment (updates)
   • Allow the SSM users to close an existing Support
     Request in SSM related to the ServiceNow
     Problem
Example 3
  Technical Constraints
   • Predefined Generic SOAP XML message
     structure
   • Imposed tag names
   • ComplexTypestructure
   • Possibility to extend the interface beyond
     problems
Example 3
  Implementation
   • UI Action to trigger the interface
   • Based on Static WSDL Web Services
   • Global Business Rule to parse SOAP
     message
   • Use of sys_import_set_row GlideRecord
Example 3 - Diagram
Agenda
  •   SAP SSM Integration Overview
  •   Functional examples
  •   Technical aspects
  •   Implementation approach
  •   Examples
  •   Q/A Session
Questions?
ThankYou
     Director of Technology
   Dariusz Szybowski
     Aspediens SA
dariusz.szybowski@aspediens.com
BACKUP SLIDES
Aspediens
  •   European Partner of ServiceNow since 2007
  •   100% dedicated to ServiceNow implementation
  •   Offices in Paris, Geneva, Zurich
  •   25+ ITIL certified professionals dedicated to Service-
      now.com
  •   30+ customers, including international companies
  •   60+ implementations to date
  •   Top EMEA Partner 2011 award
  •   Authorized Training Partner
Aspediens – our services
Consulting                      Training Academy                Out-Tasking

Implementation Partner          Education Partner               Delegation Partner



•Solution Design                •Standard Admin (exam)          •Virtual administrator

• Configuration and Scripting   • Advanced Scripting Training   • Release management

• 3rd party tool integration    • Service Request Catalog       • Managed services

• Business Process              • A la carte
 Automation
About the speaker
  •   25 years in IT
  •   7 years in Oracle Technical Consulting
  •   Used to be Sap BW certified
  •   Automated Testing
  •   Software Development on various technologies
      (Uniface, Oracle Developer 2000, ServiceNow)
SAP Integration Overview
• SSM Support Message management
   – can be replaced by Servicenow, including the creation of
     SAP Support Messages directly SAP UI
• Link to SAP Support System
   – can’t be replaced in this context
• SAP Development/Customizations management
   – can’t be replaced for SAP development management
   – can be integrated into ServiceNow Change
     management processes
Technical Constrains
   SOAP Message formats
• “complexType” and nested structures of SAP SOAP
  Message with changing number of occurrence
• Imposed XML tag names and named spaces
• SAP Difficulties to match ServiceNow naming
  conventions
• Attachments are sent in the main message (often)
• Difficulty to support Default ServiceNow Web Service
  Response
Technical Constrains
  Data Traceability
   • Use of default ServiceNow Data Import built-in
     features
   • Possibility to handle the data related errors
   • Possibility to apply to the data the complex
     validation and transformation treatments
Technical Constrains
  Error handling
   • Connectivity errors
   • Inbound data errors
   • Third System treatment errors (Transaction
     errors)
Technology
  SOAP Web Services
  • ServiceNow – inbound messages
    – System Web Services plug-in (1 implementation)
    – Scripted Web Services plug-in (1 implementation)
    – Static WSDL Web Service ( 1 implementation)
  • ServiceNow - outbound messages
    – Web Service Consumer
       • SOAPEnvelope and SOAPRequest
       • SOAPMessage
Technical Implementation
  Interface Types
   • Synchronous (Peer-to-peer)
      – Only default Response Message
   • Asynchronous (Peer-to-peer and ESB)
      – Response Message for connectivity check
      – Response Message for WS consumption (successful or
        not)
      – Separated Acknowledge message sent after successful
        transaction
Error handling
  Event based
   • Communication errors
      – Sending via ecc_queue
      – Use of ECC Queue Retry Policy plugin
   • Missing acknowledgment errors
      – Schedule job with event creation
   • Inbound ERR message
      – Included in main script with the event creation
   • Import Data errors
      – Event created based on status in sys_import_set_row
Inbound message
    Step by step 1/2
• Format of exchanged SOAP Messages
• Transaction types
• Interface architecture (sync, async)
• ServiceNow Web Service plugins
• Import set table extending sys_import_set_row table (usually via
  creation of System WS)
• Specific fields in a destination table for sync and status
• Transform maps and transform scripts
Inbound message
  Step by step 2/2
   • Script
      – transform/parse inbound message into the “flat” structure.
      – generate appropriate Response Message
      – Insertion of the GlideRecord sys_import_set_row into the
        import set table.
      – Synchronous data transformation.
      – Insertion of the GlideRecord into ecc_queue with the
        attachment. This can be replaced by user of Attachment
        object.
      – SOAPClient Business Rule
   • Unit test with SOAP UI or equivalent tool
Outbound message
  Step by step
  • Logical conditions to
     – trigger the SAP Interface first call
     – Generate acknowledge message (in script or Business Rule)
  • System properties with Endpoints, users/password to
    consume the SAP Web Services
  • Consume the SAP WS via SOAP Message object
  • Scripting using SOAPEnvelope and SOAPRequest the
    outbound complex SOAP messages
  • Use asynchronous sending via ecc_queue
Example 1
  Technical details
   • Asynchronousmessage exchange
   • Messages with Transaction Code
   • Matrix with possible status changes
   • In Change (SN) dedicated field for “SAP
     Implementation Status”, read-only for UI
   • Interface modifies the value of this field
   • Three workflows: Minor, Major, Emergency
   • Two workflow activities: “Set Value To” & “Wait for”
Example 1   Workflow design
Example 1
   Transactions - Messages
Example 2
  Create Incident Interface
   1. SAP Support Message is created in SAP SSM
   2. The created message is immediately transferred to SNC as
      a new Incident with the attachments if any – inbound 1.
   3. The SNC Incident number is sent back as the
      acknowledgment of creation – outbound 1.
   4. The SNC number is put into “External Reference” and the
      SAP Support Message is setup as “confirmed” (closed)
Example 2
  Change Request Interface
   1. SAP Support Message is created in SAP SSM
   2. The created message is immediately transferred to SNC as
      a new Incident with the attachments if any – inbound 1.
   3. The SNC Incident number is sent back as the
      acknowledgment of creation – outbound 1.
   4. The SNC number is put into “External Reference” and the
      SAP Support Message is setup as “confirmed” (closed)
Example 3
  Technical Details
   • 3 Types of transactions:
      – CreateSupportRequest
      – UpdateSupportRequest
      – CloseSupportRequest
   • Can work with the different types of documents
     (Incident, Problem, Change, Support Request) in
     different system (ServiceNow or SSM)
Example 3
  CreateSupportRequest - Outbound
   1. Call of the interface is triggered manually from the existing
      ServiceNow Problem form.
   2. SOAP Message is posted to ECC Queue for asynchronous
      sending (not blocking).
   3. SOAPClient processor reads any pending message in the queue
      and attempt to post them to SSM.
   4. Request is processed in SSM and a standard response containing
      the new document reference is placed back in the ECC Queue.
   5. SNC Problem is set to state “Waiting” for “Change result”. The
      Problem becomes read-only as the update and closure are now
      handled in SSM.
Example 3
  UpdateSupportRequest - Inbound
   1. Problem update request is generated in SSM from
      an existing Support Request
   2. Call of ServiceNow Web Service for processing.
   3. Related Problem is updated with incoming
      information
   4. The Web Service prepares and sends the
      appropriate response to the caller .
Example 3
  CloseSupportRequest - Inbound
   1. Problem closure request is generated in SSM from an existing
      Support Request
   2. Call of ServiceNow Web Service for processing.
   3. Related Problem is updated, state set to “Closed/Resolved” and
      Solution is populated.
   4. The Web Service prepares and sends the appropriate response to
      the caller .

More Related Content

What's hot

Establishing 24x7 global application support operations
Establishing 24x7 global application support operationsEstablishing 24x7 global application support operations
Establishing 24x7 global application support operationsJason Noble
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSoumya De
 
Technical Walkthrough of SAP S/4HANA System Conversion
Technical Walkthrough of SAP S/4HANA System ConversionTechnical Walkthrough of SAP S/4HANA System Conversion
Technical Walkthrough of SAP S/4HANA System ConversionAkilesh Kumaran
 
SAP HANA Use Cases in 27 Industries
SAP HANA Use Cases in 27 IndustriesSAP HANA Use Cases in 27 Industries
SAP HANA Use Cases in 27 IndustriesSAP Asia Pacific
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradeTony de Thomasis
 
Highway to S/4 HANA
Highway to S/4 HANAHighway to S/4 HANA
Highway to S/4 HANACapgemini
 
SAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptxSAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptxSingbBablu
 
Application Management Services
Application Management ServicesApplication Management Services
Application Management ServicesAshish Srivastava
 
SAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceSAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceTLI GrowthSession
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringLinh Nguyen
 
Managed Services Presentation
Managed Services PresentationManaged Services Presentation
Managed Services PresentationScott Gombar
 
SAP Cloud Platform Integration Services – L1 Deck
SAP Cloud Platform Integration Services – L1 DeckSAP Cloud Platform Integration Services – L1 Deck
SAP Cloud Platform Integration Services – L1 DeckSAP Cloud Platform
 
SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1SAP Technology
 

What's hot (20)

Establishing 24x7 global application support operations
Establishing 24x7 global application support operationsEstablishing 24x7 global application support operations
Establishing 24x7 global application support operations
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New Implementation
 
Technical Walkthrough of SAP S/4HANA System Conversion
Technical Walkthrough of SAP S/4HANA System ConversionTechnical Walkthrough of SAP S/4HANA System Conversion
Technical Walkthrough of SAP S/4HANA System Conversion
 
SAP PI/PO FAQ’s
SAP PI/PO FAQ’sSAP PI/PO FAQ’s
SAP PI/PO FAQ’s
 
SAP HANA Use Cases in 27 Industries
SAP HANA Use Cases in 27 IndustriesSAP HANA Use Cases in 27 Industries
SAP HANA Use Cases in 27 Industries
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP Upgrade
 
Highway to S/4 HANA
Highway to S/4 HANAHighway to S/4 HANA
Highway to S/4 HANA
 
SAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptxSAP HANA Migration Deck.pptx
SAP HANA Migration Deck.pptx
 
Application Management Services
Application Management ServicesApplication Management Services
Application Management Services
 
SAP Fiori ppt
SAP Fiori pptSAP Fiori ppt
SAP Fiori ppt
 
SAP Overview
SAP OverviewSAP Overview
SAP Overview
 
SAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceSAP Governance,Risk and Compliance
SAP Governance,Risk and Compliance
 
Sap grc-access-control-solution
Sap grc-access-control-solutionSap grc-access-control-solution
Sap grc-access-control-solution
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection MonitoringMastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
 
Managed Services Presentation
Managed Services PresentationManaged Services Presentation
Managed Services Presentation
 
Servicenow ppt
Servicenow pptServicenow ppt
Servicenow ppt
 
Migration to sap s4 hana
Migration to sap s4 hanaMigration to sap s4 hana
Migration to sap s4 hana
 
SAP Cloud Platform Integration Services – L1 Deck
SAP Cloud Platform Integration Services – L1 DeckSAP Cloud Platform Integration Services – L1 Deck
SAP Cloud Platform Integration Services – L1 Deck
 
SAP Risk Management
SAP Risk ManagementSAP Risk Management
SAP Risk Management
 
SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1
 

Similar to SAP INTEGRATIONS WITH SERVICENOW

Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and indiamagnifics
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and indiamagnificsmile
 
Practical soa for business and researchers
Practical soa for business and researchersPractical soa for business and researchers
Practical soa for business and researchersMustafa Gamal
 
Enterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMEnterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMDaniel Cai
 
How to Build TOGAF Architectures With System Architect (2).ppt
How to Build TOGAF Architectures With System Architect (2).pptHow to Build TOGAF Architectures With System Architect (2).ppt
How to Build TOGAF Architectures With System Architect (2).pptStevenShing
 
SAP Communication & Integration Technologies
SAP Communication & Integration TechnologiesSAP Communication & Integration Technologies
SAP Communication & Integration TechnologiesVictor Ionescu
 
REALTECH SmartChange solutions ppt
REALTECH SmartChange solutions pptREALTECH SmartChange solutions ppt
REALTECH SmartChange solutions pptDavid Milano
 
Modern Enterprise integration Strategies
Modern Enterprise integration StrategiesModern Enterprise integration Strategies
Modern Enterprise integration StrategiesJesus Rodriguez
 
Paa sing a java ee 6 application kshitiz saxena
Paa sing a java ee 6 application   kshitiz saxenaPaa sing a java ee 6 application   kshitiz saxena
Paa sing a java ee 6 application kshitiz saxenaIndicThreads
 
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...Lucas Jellema
 
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?SbgMartin
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationAmazon Web Services
 
Automate SaaS Offering: SAP® Automation In The Cloud
Automate SaaS Offering: SAP® Automation In The CloudAutomate SaaS Offering: SAP® Automation In The Cloud
Automate SaaS Offering: SAP® Automation In The CloudPrecisely
 
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAP
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAPCompuware ASEAN APM User Conference 2013 - Understanding User Performance of SAP
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAPCompuware ASEAN
 
Stream Analytics in the Enterprise
Stream Analytics in the EnterpriseStream Analytics in the Enterprise
Stream Analytics in the EnterpriseJesus Rodriguez
 
Automate Hosted Offering: SAP® Automation In The Cloud
Automate Hosted Offering: SAP® Automation In The CloudAutomate Hosted Offering: SAP® Automation In The Cloud
Automate Hosted Offering: SAP® Automation In The CloudPrecisely
 

Similar to SAP INTEGRATIONS WITH SERVICENOW (20)

Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and india
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and india
 
Practical soa for business and researchers
Practical soa for business and researchersPractical soa for business and researchers
Practical soa for business and researchers
 
Enterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRMEnterprise Data Integration for Microsoft Dynamics CRM
Enterprise Data Integration for Microsoft Dynamics CRM
 
How to Build TOGAF Architectures With System Architect (2).ppt
How to Build TOGAF Architectures With System Architect (2).pptHow to Build TOGAF Architectures With System Architect (2).ppt
How to Build TOGAF Architectures With System Architect (2).ppt
 
SAP Communication & Integration Technologies
SAP Communication & Integration TechnologiesSAP Communication & Integration Technologies
SAP Communication & Integration Technologies
 
REALTECH SmartChange solutions ppt
REALTECH SmartChange solutions pptREALTECH SmartChange solutions ppt
REALTECH SmartChange solutions ppt
 
Modern Enterprise integration Strategies
Modern Enterprise integration StrategiesModern Enterprise integration Strategies
Modern Enterprise integration Strategies
 
Paa sing a java ee 6 application kshitiz saxena
Paa sing a java ee 6 application   kshitiz saxenaPaa sing a java ee 6 application   kshitiz saxena
Paa sing a java ee 6 application kshitiz saxena
 
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
 
SOA_BPM_12c_launch_event__overview_lucasjellema_17july2014
SOA_BPM_12c_launch_event__overview_lucasjellema_17july2014SOA_BPM_12c_launch_event__overview_lucasjellema_17july2014
SOA_BPM_12c_launch_event__overview_lucasjellema_17july2014
 
AMIS OOW Review 2012 - Deel 7 - Lucas Jellema
AMIS OOW Review 2012 - Deel 7 - Lucas JellemaAMIS OOW Review 2012 - Deel 7 - Lucas Jellema
AMIS OOW Review 2012 - Deel 7 - Lucas Jellema
 
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
TAG17 - O'Zapft is - Daten zapfen leicht gemacht?
 
Resume_Kuldeep
Resume_KuldeepResume_Kuldeep
Resume_Kuldeep
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio Migration
 
PTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x ArchitecturePTC Windchill ESI 9.x Architecture
PTC Windchill ESI 9.x Architecture
 
Automate SaaS Offering: SAP® Automation In The Cloud
Automate SaaS Offering: SAP® Automation In The CloudAutomate SaaS Offering: SAP® Automation In The Cloud
Automate SaaS Offering: SAP® Automation In The Cloud
 
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAP
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAPCompuware ASEAN APM User Conference 2013 - Understanding User Performance of SAP
Compuware ASEAN APM User Conference 2013 - Understanding User Performance of SAP
 
Stream Analytics in the Enterprise
Stream Analytics in the EnterpriseStream Analytics in the Enterprise
Stream Analytics in the Enterprise
 
Automate Hosted Offering: SAP® Automation In The Cloud
Automate Hosted Offering: SAP® Automation In The CloudAutomate Hosted Offering: SAP® Automation In The Cloud
Automate Hosted Offering: SAP® Automation In The Cloud
 

More from Aspediens

IT transformation with energy
IT transformation with energyIT transformation with energy
IT transformation with energyAspediens
 
HR-Prozesse optimal unterstützt
HR-Prozesse optimal unterstütztHR-Prozesse optimal unterstützt
HR-Prozesse optimal unterstütztAspediens
 
Financial Management with ServiceNow at Franke
Financial Management with ServiceNow at FrankeFinancial Management with ServiceNow at Franke
Financial Management with ServiceNow at FrankeAspediens
 
The Service-Oriented Enterprise with ServiceNow
The Service-Oriented Enterprise with ServiceNowThe Service-Oriented Enterprise with ServiceNow
The Service-Oriented Enterprise with ServiceNowAspediens
 
Build a city on Automation - ESM at CERN
Build a city on Automation - ESM at CERNBuild a city on Automation - ESM at CERN
Build a city on Automation - ESM at CERNAspediens
 
Making your CMDB social
Making your CMDB socialMaking your CMDB social
Making your CMDB socialAspediens
 

More from Aspediens (6)

IT transformation with energy
IT transformation with energyIT transformation with energy
IT transformation with energy
 
HR-Prozesse optimal unterstützt
HR-Prozesse optimal unterstütztHR-Prozesse optimal unterstützt
HR-Prozesse optimal unterstützt
 
Financial Management with ServiceNow at Franke
Financial Management with ServiceNow at FrankeFinancial Management with ServiceNow at Franke
Financial Management with ServiceNow at Franke
 
The Service-Oriented Enterprise with ServiceNow
The Service-Oriented Enterprise with ServiceNowThe Service-Oriented Enterprise with ServiceNow
The Service-Oriented Enterprise with ServiceNow
 
Build a city on Automation - ESM at CERN
Build a city on Automation - ESM at CERNBuild a city on Automation - ESM at CERN
Build a city on Automation - ESM at CERN
 
Making your CMDB social
Making your CMDB socialMaking your CMDB social
Making your CMDB social
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
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
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
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
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
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
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
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...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 

SAP INTEGRATIONS WITH SERVICENOW

  • 2. Agenda • SAP Integration Overview • Functional requirements • Technical aspects • Implementation approach • Examples • Q/A session
  • 3. Aspediens • European Partner of ServiceNow since 2007 • 100% dedicated to ServiceNow implementation • Offices in Paris, Geneva, Zurich • 25+ ITIL certified professionals dedicated to ServiceNow • 30+ customers, including international companies • 60+ implementations to date • Top EMEA Partner 2011 award • Authorized Training Partner
  • 4. Aspediens – our services Consulting Training Academy Out-Tasking Implementation Partner Education Partner Delegation Partner •Solution Design •Standard Admin (exam) •Virtual administrator • Configuration and Scripting • Advanced Scripting Training • Release management • 3rd party tool integration • Service Request Catalog • Managed services • Business Process • A la carte Automation
  • 5. SAP Integration Overview • SAP – ERP system covering all aspects of business • SSM – SAP Solution Manager – Support Messages created directly from SAP UI – Link with SAP Support System – SAP Development/Customizations management • Existing Service Desk WebService API – Exhaustive and complex but Incidents oriented
  • 6. Agenda • SAP Integration Overview • Functional requirements • Technical aspects • Implementation approach • Examples • Q/A session
  • 7. Functional requirements Incidents - unidirectional • SNC – main ITSM company system • SAP Support Message via SAP GUI + attachments • ServiceNow Incident creation + attachments • Incident lifecycle in ServiceNow
  • 8. Functional requirements Change/Change Tasks - bidirectional • Change for SAP Business Service • Workflow driven • Change Task business rule creates SAP Support Message • Attachments • SAPupdates the status field in SN Change • Closure
  • 9. Functional requirements Problems - bidirectional • Problem on SAP Business Service • Manual action of CS L2 to pass it to CS L3 (SAP) • Update from SAP to SN with resolution only.
  • 10. Functional requirements SAP HCM System - user provisioning • User data provisioning from two different sources: AD and SAP HCM • AD via LDAP(S) protocol • HCM as the web service call
  • 11. Agenda • SAP SSM Integration Overview • Functional requirements • Technical aspects • Implementation approach • Examples • Q/A session
  • 12. Technical Constrains • Connectivity – Peer-to-peervs ESB – Accesibility by SN Instance • SOAP Message Format – complexType (nested structures) – Imposed tag names – SN attachment default handling • Data Treacability (import sets) • Error Handling (all types)
  • 13. Technology Only answer - SOAP Web Services • SAP Systems Side – ABAP Proxy – Java Proxy – SAP PI or Peer-to-Peer • ServiceNow side – All Web Service related plugins for pluglishing – Web Service Consumer plugin • SOAP Envelop and SOAPMessage objects
  • 14. Interface design best practice • Data flow Tracking • Asynchronous exchange • Object ID exchanged and stored in two systems • Type Transactions (INSERT, INSACK, ERR, …) • Use Transaction GUID for the message exchange • Use the process state matrix if possible • Error Handling – Communication, data, process
  • 16. Agenda • SAP SSM Integration Overview • Functional requirements • Technical aspects • Implementation approach • Examples • Q/A session
  • 17. Implementation Challenges • High technical complexity • 3rd parties involvement: you, customer and SAP specialist (often external) • Complex integration testing
  • 18. Implementation Approach • Separated project inside the main ServiceNow roll-out • Careful planning - external systems and teams availability
  • 19. Implementation Prerequisites • Functional design agreed with 3 parties (Data exchanged, Data mapping ,Transformation, Triggers) • Assess the SAP specialist skills – SAP BC specialist is not necessary SAP Integration specialist • Agreed Technical Architecture
  • 20. Implementation Success factors • Prerequisites • Strong customer ownership to bring all parties together • Anticipate connectivity setup • Estimate data volumes (SOAP Messages) • Multiple Integration Testing runs • Use built-in platforn feature but with optimized scripting.
  • 21. Agenda • SAP SSM Integration Overview • Functional examples • Technical aspects • Implementation approach • Examples • Q/A session
  • 22. Example 1 • ServiceNow remains the main ITSM application • Integration on SN Change, with approvals and validations • Workflow driven • SAP SSM used for SAP systems to manage development and transport • Asynchronousmessage exchange • Set of transactions • Matrix of possible transactions
  • 23. Example 1 Workflow implemented
  • 24. Example 1 Transactions matrix
  • 25. Example 1 Implementation • Based on System Web Services plug-in • Attachment sent as a separated WS call • Process state validation table/function • Automatically triggered by business rules • The most advanced on SAP side, the easiest to implement on ServiceNow side
  • 26. Example 1 - Diagram
  • 27. Example 2 Requirements • Create the SAP Support Messages directly from SAP GUI Interface • Trigger the SAP systems customization • Follow the SAP implementation process
  • 28. Example 2 Implementation details • Based on Scripted Web Services • Up to 5 attachments together with the main SOAP message • Automatically triggered by business rules • Use of sys_import_set_row GlideRecord • Use of Attachment Object • Double Transformation Maps
  • 29. Example 2 - Diagram
  • 30. Example 3 Requirements • Create a Support Request in SAP SSM from a problem • Handle the resolution process related in SAP environment (updates) • Allow the SSM users to close an existing Support Request in SSM related to the ServiceNow Problem
  • 31. Example 3 Technical Constraints • Predefined Generic SOAP XML message structure • Imposed tag names • ComplexTypestructure • Possibility to extend the interface beyond problems
  • 32. Example 3 Implementation • UI Action to trigger the interface • Based on Static WSDL Web Services • Global Business Rule to parse SOAP message • Use of sys_import_set_row GlideRecord
  • 33. Example 3 - Diagram
  • 34. Agenda • SAP SSM Integration Overview • Functional examples • Technical aspects • Implementation approach • Examples • Q/A Session
  • 36. ThankYou Director of Technology Dariusz Szybowski Aspediens SA dariusz.szybowski@aspediens.com
  • 38. Aspediens • European Partner of ServiceNow since 2007 • 100% dedicated to ServiceNow implementation • Offices in Paris, Geneva, Zurich • 25+ ITIL certified professionals dedicated to Service- now.com • 30+ customers, including international companies • 60+ implementations to date • Top EMEA Partner 2011 award • Authorized Training Partner
  • 39. Aspediens – our services Consulting Training Academy Out-Tasking Implementation Partner Education Partner Delegation Partner •Solution Design •Standard Admin (exam) •Virtual administrator • Configuration and Scripting • Advanced Scripting Training • Release management • 3rd party tool integration • Service Request Catalog • Managed services • Business Process • A la carte Automation
  • 40. About the speaker • 25 years in IT • 7 years in Oracle Technical Consulting • Used to be Sap BW certified • Automated Testing • Software Development on various technologies (Uniface, Oracle Developer 2000, ServiceNow)
  • 41. SAP Integration Overview • SSM Support Message management – can be replaced by Servicenow, including the creation of SAP Support Messages directly SAP UI • Link to SAP Support System – can’t be replaced in this context • SAP Development/Customizations management – can’t be replaced for SAP development management – can be integrated into ServiceNow Change management processes
  • 42. Technical Constrains SOAP Message formats • “complexType” and nested structures of SAP SOAP Message with changing number of occurrence • Imposed XML tag names and named spaces • SAP Difficulties to match ServiceNow naming conventions • Attachments are sent in the main message (often) • Difficulty to support Default ServiceNow Web Service Response
  • 43. Technical Constrains Data Traceability • Use of default ServiceNow Data Import built-in features • Possibility to handle the data related errors • Possibility to apply to the data the complex validation and transformation treatments
  • 44. Technical Constrains Error handling • Connectivity errors • Inbound data errors • Third System treatment errors (Transaction errors)
  • 45. Technology SOAP Web Services • ServiceNow – inbound messages – System Web Services plug-in (1 implementation) – Scripted Web Services plug-in (1 implementation) – Static WSDL Web Service ( 1 implementation) • ServiceNow - outbound messages – Web Service Consumer • SOAPEnvelope and SOAPRequest • SOAPMessage
  • 46. Technical Implementation Interface Types • Synchronous (Peer-to-peer) – Only default Response Message • Asynchronous (Peer-to-peer and ESB) – Response Message for connectivity check – Response Message for WS consumption (successful or not) – Separated Acknowledge message sent after successful transaction
  • 47. Error handling Event based • Communication errors – Sending via ecc_queue – Use of ECC Queue Retry Policy plugin • Missing acknowledgment errors – Schedule job with event creation • Inbound ERR message – Included in main script with the event creation • Import Data errors – Event created based on status in sys_import_set_row
  • 48. Inbound message Step by step 1/2 • Format of exchanged SOAP Messages • Transaction types • Interface architecture (sync, async) • ServiceNow Web Service plugins • Import set table extending sys_import_set_row table (usually via creation of System WS) • Specific fields in a destination table for sync and status • Transform maps and transform scripts
  • 49. Inbound message Step by step 2/2 • Script – transform/parse inbound message into the “flat” structure. – generate appropriate Response Message – Insertion of the GlideRecord sys_import_set_row into the import set table. – Synchronous data transformation. – Insertion of the GlideRecord into ecc_queue with the attachment. This can be replaced by user of Attachment object. – SOAPClient Business Rule • Unit test with SOAP UI or equivalent tool
  • 50. Outbound message Step by step • Logical conditions to – trigger the SAP Interface first call – Generate acknowledge message (in script or Business Rule) • System properties with Endpoints, users/password to consume the SAP Web Services • Consume the SAP WS via SOAP Message object • Scripting using SOAPEnvelope and SOAPRequest the outbound complex SOAP messages • Use asynchronous sending via ecc_queue
  • 51. Example 1 Technical details • Asynchronousmessage exchange • Messages with Transaction Code • Matrix with possible status changes • In Change (SN) dedicated field for “SAP Implementation Status”, read-only for UI • Interface modifies the value of this field • Three workflows: Minor, Major, Emergency • Two workflow activities: “Set Value To” & “Wait for”
  • 52. Example 1 Workflow design
  • 53. Example 1 Transactions - Messages
  • 54. Example 2 Create Incident Interface 1. SAP Support Message is created in SAP SSM 2. The created message is immediately transferred to SNC as a new Incident with the attachments if any – inbound 1. 3. The SNC Incident number is sent back as the acknowledgment of creation – outbound 1. 4. The SNC number is put into “External Reference” and the SAP Support Message is setup as “confirmed” (closed)
  • 55. Example 2 Change Request Interface 1. SAP Support Message is created in SAP SSM 2. The created message is immediately transferred to SNC as a new Incident with the attachments if any – inbound 1. 3. The SNC Incident number is sent back as the acknowledgment of creation – outbound 1. 4. The SNC number is put into “External Reference” and the SAP Support Message is setup as “confirmed” (closed)
  • 56. Example 3 Technical Details • 3 Types of transactions: – CreateSupportRequest – UpdateSupportRequest – CloseSupportRequest • Can work with the different types of documents (Incident, Problem, Change, Support Request) in different system (ServiceNow or SSM)
  • 57. Example 3 CreateSupportRequest - Outbound 1. Call of the interface is triggered manually from the existing ServiceNow Problem form. 2. SOAP Message is posted to ECC Queue for asynchronous sending (not blocking). 3. SOAPClient processor reads any pending message in the queue and attempt to post them to SSM. 4. Request is processed in SSM and a standard response containing the new document reference is placed back in the ECC Queue. 5. SNC Problem is set to state “Waiting” for “Change result”. The Problem becomes read-only as the update and closure are now handled in SSM.
  • 58. Example 3 UpdateSupportRequest - Inbound 1. Problem update request is generated in SSM from an existing Support Request 2. Call of ServiceNow Web Service for processing. 3. Related Problem is updated with incoming information 4. The Web Service prepares and sends the appropriate response to the caller .
  • 59. Example 3 CloseSupportRequest - Inbound 1. Problem closure request is generated in SSM from an existing Support Request 2. Call of ServiceNow Web Service for processing. 3. Related Problem is updated, state set to “Closed/Resolved” and Solution is populated. 4. The Web Service prepares and sends the appropriate response to the caller .