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 Action Projects

Create action projects from live OData services.

Overview

🎓 beginner 20 min. SAP BuildBeginnerSAP Business Technology Platform

You will learn

  • โœ”to adjust actions to fit the needs of your Joule skill
  • โœ”to release and publish the actions so that they can be consumed in Joule Studio, classic edition.
Martin Plummer M Martin Plummer July 28, 2026
Created by July 15, 2025
Contributors

Prerequisites

Prerequisites

Steps

Intro

Actions are used in SAP Build Process Automation to connect processes with external systems, be it SAP or non-SAP systems, and to make GET, POST, PATCH and other calls. Actions created here can be consumed directly in a Joule skill created in Joule Studio, classic edition.

In this tutorial, you will create an action project for accessing business partner information from an OData service representing an SAP system. You will also create an action project for creating a badge request via an OData service representing a third-party system.

Step 1 Create action project for BusinessPartner service
โ€”

  1. Open SAP Build Lobby.

    The lobby is a central page for creating, accessing, and managing your projects in SAP Build.

  2. Under Connectors, choose Actions, then choose Create.

    Create an action project
    Create an action project

  3. In the Choose an API Source popup, under Live API, choose OData Destinations.

    Choose an API source
    Choose an API source

  4. In Browse OData Destinations, choose the S4HANA_MOCK tile.

    Choose S4HANA_MOCK
    Choose S4HANA_MOCK

    Choose next
    Choose next

  5. Choose Next.

  6. Enter a name and description, then choose Create.

    Enter a name and description
    Enter a name and description

  7. Select GET /A_BusinessPartner and GET /A_BusinessPartner('{BusinessPartner}'), and then choose Add.

    Select operations
    Select operations

  8. Select the action Retrieves business partner data by using business partner number.

    Action input
    Action input

  9. Choose Output, then remove all the fields except BusinessPartner, FirstName, and LastName.

    Action output
    Action output

  10. Choose the Test tab and enter 1003764 as the value for BusinessPartner.

    Action test
    Action test

  11. Make sure the correct destination has been selected, then choose Test.

    Action test response
    Action test response

  12. Choose Save.

  13. In an similar manner, adjust the output of the action Retrieves business partner general data.

    Action output
    Action output

  14. Choose the Test tab, then choose Test.

  15. Inspect the response and then choose Save.

    Action response
    Action response

  16. Choose Release, then in the popup choose Release.

    Action release
    Action release

  17. Choose Publish, and then in the popup choose Publish.

    Action publish
    Action publish

Step 2 Create action project for Badge Service
+
Step 3 Test yourself
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 3
1. Create action project for BusinessPartner service 2. Create action project for Badge Service 3. Test yourself

Learn more →