4. Release, Deploy and Publish

4. Release, Deploy and Publish

Release business process project

To run the process you have to first release and then deploy the business process project.

Releasing a project creates a version or snapshot of the changes and deploying the project makes it available in runtime to be consumed. You can only deploy a released version of the project, and at a given time there can be multiple deployed versions of the same project.

  1. In the Process Builder, to release a project, select the Release button on the top-right corner of the screen.

released
  • Every time you release, a new version will be created. The version is incremented automatically based on how you want to store the changes in the repository like major or minor update or just as a patch.

  • If you are releasing for the first time, then the version will start with 1.0.0. Next time you release, the version numbers will be automatically updated.

  1. Select Release.

Release

Deploy the released project

  1. Once the project is released successfully, open the released project version.

Release
  1. Select the Deploy button on the top-right corner of the screen.

Deploy
  1. Select Public environment and select Deploy.

Deploy
  1. Select Deploy.

Deploy
  1. Select the following destinations:

    • S4HANA_OData_ATPcheck for the ATPcheck from the drop down.
    • S4HANA_CLOUD_CPI for the s4cloudcpi from the drop down.
  2. Select Deploy.

Deploy

S4HANA_CLOUD_CPI

refers to a BTP destination that leverages an SAP Integration Suite integration flow (iFlow) to post Sales Order data to the SAP S/4HANA Cloud tenant. The iFlow utilizes an OData ABAP API to manage the creation of Sales Orders in S/4HANA Cloud. This process aligns with the principles of a

S4HANA_ATPcheck

refers to a BTP destination that connects to a custom service in SAP S/4HANA Cloud, developed using ABAP, to perform an ATP (Available-to-Promise) check. This service validates whether a requested material is available in the specified quantity by analyzing inventory and supply data. The solution aligns with the
  1. Once the deployment is successful, you will see a changed status.

Deploy

You cannot edit released or deployed projects. To continue working on your project, you need to select the Editable version of your project (at the top of the page).

Publish to the SAP Build Library

  1. After you released and deployed the process, go to SAP Build Lobby and find your project (for instance, Sales Orders Management ).

  2. For your recently deployed version of the project, Select on the three dots under options and then, select Publish to Library.

Publish
  1. Select the recent version and choose Publish. Now your process will be visible from SAP Build Apps in SAP Build Library section…

Publish

You have successfully released, deployed and published your process. It is time to run the process and see the results.