Encapsulating the APIs of Remote Systems Using Actions Projects

Objective

After completing this lesson, you will be able to Encapsulate remote systems APIs using actions projects.

Encapsulation of Remote Systems APIs Using Actions Projects

As many business processes span across a multitude of different systems and applications, a means to interact with these systems and applications is required in the business process management system. In SAP Build Process Automation, you use Actions to accomplish the integration. Application Programming Interfaces (APIs) from the source and target systems to interact with, are encapsulated as Actions within Actions projects. Those Actions projects are then held in an Actions projects library and from there, can be integrated into the business processes. This approach offers various advantages compared to direct API integration into the respective process:

  • There is an abstraction of the API. The process developer does not need to know exactly about technical details of the API.
  • APIs can be adjusted to the process developers needs, only exposing endpoints and data that is required or safe to use by the process developers.
  • Actions can be configured once, and then be reused across different business process projects.
  • Actions projects allow versioning and thus, make it easier to deal with changing process requirements or changing API versions.

As Actions rely on the OpenAPI Specification standard (https://spec.openapis.org/oas/v3.1.0#openapi-specification) for API definition, they aren't limited to APIs from SAP systems, but provide the option to integrate any API that is or can be described in the OpenAPI Specification. A large number of API definitions, especially for but not limited to SAP solutions, can be found in the SAP Business Accelerator Hub.

Note

You'll find additional information on APIs, specifically on SAP Build Process Automation APIs, and how to interact with them on a more technical level in unit API Integration of SAP Build Process Automation.

Actions Editor

The Actions Editor lets you compose multiple Actions from an underlying API into an Actions project. Note that you don't have to include all possible parameters of an API endpoint as parameters in the respective Actions, and you also don't have to include all available response body fields in the response provided through the Action. By that, only information relevant to the business process can be included.

Once your Actions have been defined, the project needs to be released into a version and then published to the Actions library.

After APIs have been encapsulated in an Actions project and published to the library, adding them as action to a process is quite simple. Select the corresponding step type Actions and browse the Actions library. Select the action required in your process, and choose Add. Once the Action step is included in your process, make sure to define its parameters:

  • Destination variable: A process variable that will hold the technical SAP BTP destination name to be used for accessing the underlying API at process runtime. This variable can be filled with a destination name during deployment of the process.
  • Inputs: Mapping of process content to all parameters, that the action requires in order to be performed (for example, the Sales Order Number, when retrieving a Sales Order entry from an SAP S/4HANA system).
  • Outputs: Overview of the Actions call result, as defined in the respective action.

Encapsule Remote Systems APIs Using Actions Projects

Business Scenario

You and your colleagues are building a process that needs to read Sales Order data from your SAP S/4HANA system and at a later stage, also write Sales Order data back to the system. Now you're faced with the challenge of interacting with that SAP S/4HANA system in the process. As a solution to this challenge, SAP Build Process Automation provides the capability of Actions projects. Your are going to define all the SAP S/4HANA Sales Order API endpoints that shall be used in the process, as Actions in an Actions project. This procedure can also be described as encapsulating the APIs, because you're building a wrapper only around the specifically required API endpoints. By releasing and publishing the Actions project, the actions will be available in an Actions library for consumption within your processes.

To learn more about how to encapsulate remote systems APIs using Actions projects, follow this tutorial.

Exercise Options

To start the exercise, choose Start Exercise in the figure below.

A pop-up opens. You have the following options:

  • Choosing Start: the simulation starts. Follow the simulation to learn how to encapsule remote systems APIs Using Actions Projects.
  • Choosing Open PDF Document: a pdf opens. Based on the steps described in this document, you can perform the exercise in your own system landscape.

Task 1: Test Actions

Log in to track your progress & complete quizzes