SAP

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

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 August 21, 2026
Created on April 7, 2023
Contributors

More from Aviral Agarwal

See all 9 tutorials by Aviral Agarwal →

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
Next