SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create Business Partner Action Project in SAP Build Actions

Create an action project from Open API specification

Overview

🎓 beginner 20 min. SAP Build Process AutomationBeginnerSAP Business Technology PlatformFree Tier

You will learn

  • โœ”to discover APIs in SAP Business Accelerator Hub
  • โœ”to download Open API specification
  • โœ”to create action project based on the API specification
  • โœ”to configure API methods to update input and output fields
  • โœ”to test API using destination option
  • โœ”to release and publish action project to be consumed in the business process modelling
Aviral Agarwal A Aviral Agarwal April 29, 2024
Created by March 30, 2023
Contributors

Prerequisites

Prerequisites

Steps

Intro

Action is a feature in SAP Build Process Automation to connect processes with external systems, be it SAP or non-SAP systems. This is an important piece of the puzzle especially if you want to automate or extend your business processes for any available LoB processes like S/4HANA, Ariba, SuccessFactors etc. These extensions can be easily build using SAP Build Process Automation, and using actions you can connect to your given S/4HANA, Ariba or other SAP LoB systems for any kind of GET, POST, PATCH and other calls.

In this tutorial, you will create an action project based on Business Partner API. The Business Partner (A2X) API is already available in Business Accelerator Hub. For this workshop you will leverage Customer - GET API which will be used to fetch the customer details from S/4HANA Cloud System.

Step 1 Download open API specification
โ€”

  1. Download and extract Open API Specification zip file for Business Partner (A2X) API in your local file system.

Open API specification of 2.x or 3.x or higher is needed for creating action project. For APIs that are available in SAP Business Accelerator Hub, you can directly download the specification from the API overview section. For example: The API specification that will be used for fetching customer details in this exercise is downloaded from here.

Step 2 Create action project
+
Step 3 Configure action project
+
Step 4 Test action project
+
Step 5 Release action project
+
Step 6 Publish action project
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. Download open API specification 2. Create action project 3. Configure action project 4. Test action project 5. Release action project 6. Publish action project

Learn more →