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

Release and Deploy Business Process Project.

To Run the Business Process Project, you need to first release and deploy it

Overview

🎓 beginner 10 min. SAP BTP ABAP EnvironmentBeginnerABAP DevelopmentSAP Build Process AutomationSAP Business Technology Platform

You will learn

  • โœ”How to release, deploy the Process.
Ruchi Dobriyal R Ruchi Dobriyal November 22, 2024
Created by June 21, 2024
Contributors

Prerequisites

Prerequisites

  • You have created a Business Project and Process in SBPA as described here.
  • You have created a process trigger as described here.
  • You have created a configured an Approval form as described here.
  • You have created an Action and included it in the process flow as described here.

Steps

Till now you have created and saved your business process project along with the callback action. You will now release and deploy your project. The release process allows for semantic version control with format X.Y.Z. Deploying your project will allow you to set the proper parameters like destination, if necessary, to allow for project execution.

There are two possible situations during Release:

  • When you are releasing a new business process project, enter a summary of the changes in the Release Notes (optional) then choose Release.

  • When you are releasing a modified version of a business process project that is already released, in the release Version Contains dialogue, select one of the following:

    • Select Bug Fix to indicate bug fixes. It updates the third digit (Z) of the version number.
    • Select Minor Changes to indicate small modifications. It updates the second digit (Y) of the version number.
    • Select Major Changes to indicate important modifications potentially leading to incompatibility between versions. It updates the first digit (X) of the version number.
Step 1 Release Business Process Project
โ€”

Releasing a project creates a version or snapshot of the changes.

  1. In the Process Builder choose Release on the top right corner.

    Add a Version Comment if needed and choose Release.

    You are releasing the Project for the first time thus the version starts with 1.0.0. The next time you release there will be options to choose from โ€“ i.e if the new version is a major, minor, or patch update; version numbers will be automatically updated.

    ReleaseProcess
    ReleaseProcess

  2. The project released successfully and is ready to be deployed.

    ReleaseProcess2
    ReleaseProcess2

Step 2 Deploy the Released Business Process 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 2
1. Release Business Process Project 2. Deploy the Released Business Process Project

Learn more →