Skip to Content
Technical Articles
Author's profile photo Desiree Pinoteau

How to integrate 3rd party services as ServiceNow to SAP Work Zone (for HR) using Open Connectors and Business Application Studio (Part 1/2)

1. Introduction

Who doesn’t know it…as an employee you probably also start your day at work with opening several applications, several browsers and several tabs to get the information that you need to fulfil your tasks. This cost yourself time, your employer money and is at the end not really satisfying in an end-user experience. These challenges can be solved, and productivity can be increased by providing an integrated digital workplace across multiple touch points – for example with SAP Work Zone (for HR). To provide this central entry point for employees it is crucial to integrate not only SAP software but also 3rd party software like for example ServiceNow.

Therefore in this blogpost I want to show you how to integrate ServiceNow data in Work Zone (for HR) by using Open Connectors and Business Application Studio without any need of programing skills.

 

2. Concept of UI Integration Cards:

One way how to integrate these 3rd party data to Work Zone (for HR) can be by leveraging UI Integration Cards. Integration cards present a new means to expose application content to the end user in a unified way. Depending on the use cases, cards can be easily embedded in a host environment, such as application, dashboard, or any HTML page. A variety of card types can be configured by a simple JSON configuration (schema) without the need to write code for UI rendering. In this way, even users without programming skills are being enabled to create new cards according to their special needs.

Note: If you want to learn more about UI Integration Cards in general please visit the following website:
https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html

The following simplified integration architecture shows you that data from various systems can be integrated via UI Integration Cards – such as SAP and Non-SAP as well as Cloud and On-Prem backend systems.

 

Now lets start with our own mission today and integrate ServiceNow data in SAP Work Zone (for HR). For this you should fulfil the following prerequisites:

 

3. Prerequisites

 

4. Create a ServiceNow Instance in Open Connectors

What are we doing now and why?  As a first step we need to establish a connection between our SNOW instance and Open Connectors to create the API documentation that we need later in Business Application Studio.

Open the Integration Suite from your SAP Cloud Platform Cockpit:

 

Within your Cloud Platform Integration Cockpit you will find the capability to extend Non-SAP Connectivity – namely the Open Connectors:

 

You accessed now your Open Connector Trial through Cloud Platform Integration. Browse in the connectors and choose “ServiceNow” from the catalogue. When hovering over the connector select “Authenticate”:

 

 

Enter the credentials of your Service Now instance / subdomain that you want to connect to:

Note: username and password is relating to your specific subdomain and not to your general trial account of SNOW

 

Go to the API Docs of your created SNOW instance and choose the request method you want to use. In my case the Get request:

 

After you hit the “try it out” button for the specific get request I mentioned above you will find the following response fields.

 

For now this is all we need to do on Open Connectors side. Go to part 2 of the blogpost to see how we will use these information to create a new UI Integration Cards that connects live to SNOW.

 

 

————————-

Please note that this blog was published prior to the re-branding related to SAP Build portfolio, which was announced at SAP TechEd 2022. SAP Launchpad service and SAP Work Zone come together under the SAP Build Work Zone brand, with two editions: standard edition (formerly SAP Launchpad service) and advanced edition (formerly SAP Work Zone).

You can learn more in this announcement blog post: SAP Build Capabilities Explained | SAP TechEd | SAP News Center

————————-

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Fabiano Rosa
      Fabiano Rosa

      Hi Desiree,

      Thanks for sharing this helpful content. But I have a question: how can I try SAP Work Zone (for HR) in a trial environment?

      Regards,

      Fabiano Rosa

      Author's profile photo Desiree Pinoteau
      Desiree Pinoteau
      Blog Post Author

      Hi Fabiano,

      thanks for your comment.

      A Trial for Work Zone is planned for later next year (2021).
      For the time being customers and partners would need to purchase a productive license and use test for development, please.

      Additionally you can embed the UI Integration Card also in other host environments, such as applications, dashboards, or any HTML pages. Therefore you don´t need necessarily a trial environment of Work Zone (for HR) to test your ServiceNow integration.

      Best regards,

      Desiree

      Author's profile photo Fabiano Rosa
      Fabiano Rosa

      Thanks Desiree, I will try it based on the UI Integration Card option.

      Regards,

      Fabiano Rosa

       

      Author's profile photo Ulrich Hoffmann
      Ulrich Hoffmann

      Second part can be found here

      https://blogs.sap.com/2020/12/22/how-to-integrate-3rd-party-services-as-servicenow-to-sap-work-zone-for-hr-using-open-connectors-and-business-application-studio-part-2-2/

      Author's profile photo Jan Schober
      Jan Schober

      Great stuff Desiree Moeller !