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

10 - Create Action Project to Post Data to CAP Service

Create an action project to update our CAP service and call the action from your process when the order is approved, as part of the SAP Build CodeJam.

Overview

🎓 beginner 20 min. SAP BuildBeginnerSAP Build AppsSAP Build Process Automation

You will learn

  • โœ”How to create an action to update data
  • โœ”How to use an action in your process
Shrinivasan Neelamegam S Shrinivasan Neelamegam December 4, 2025
Created by December 12, 2024
Contributors

Prerequisites

Prerequisites

Steps

Intro

In the previous tutorial, you created and used an action to retrieve data from an SAP S/4HANA Cloud system.

In this tutorial, you will create another action, this time to connect to our CAP service and update an entity.

Step 1 Enable destination in processes
โ€”

SAP Build Process Automation enables administrators to control which destinations โ€“ and, therefore, which backend systems โ€“ can be connected to processes during runtime.

You already created the destination for the CAP service because you needed it in the app. In this step, you will enable the destination to be used in your process.

  1. Go to the SAP Build main page.

  2. Go to Control Tower, and then click Backend Configuration > Destinations.

    Add destination
    Add destination

  3. Click Add.

    New destination
    New destination

    Select your destination, CodeJamOrdersService.

    Click Next.

    Add
    Add

    On the second screen, keep the settings to allow the destination in All Environments.

    Click Add Destination.

    Add
    Add

    The destination will be added to the list of destinations that can be used within your processes for runtime.

Step 2 Create action project
+
Step 3 Modify action to set status to APPROVED
+
Step 4 Test action
+
Step 5 Release and publish action
+
Step 6 Add action to process
+
Step 7 Release, deploy and publish process
+
Step 8 Build My Orders screen
+
Step 9 Test the app
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 9
1. Enable destination in processes 2. Create action project 3. Modify action to set status to APPROVED 4. Test action 5. Release and publish action 6. Add action to process 7. Release, deploy and publish process 8. Build My Orders screen 9. Test the app

Learn more →