---
parser: v2
auto_validation: true
primary_tag: products>sap-btp--abap-environment
tags: [ tutorial>beginner, topic>abap-development, SAP Build Process Automation, software-product>sap-business-technology-platform, tutorial>license]
time: 10
author_name: Ruchi Dobriyal
author_profile: https://github.com/RDobriyal
slug: abap-environment-sbpa-workflow-bp
canonical_url: https://developers.sap.com/tutorials/abap-environment-sbpa-workflow-bp
---

# Create a Business Process Workflow in SBPA.
<!-- description --> Create a Business Project and Process to build and extend business processes.

## You will learn
- How to create an SAP Build Process Automation project.
- How to create a process that automates travel approval.

## Prerequisites
- Access to a SAP BTP tenant with SAP Build Process Automation


### Create a Business Process Project

1. In the **Lobby** choose **Create**.
 
    >The lobby is a central page for creating, accessing, and managing your projects in SAP Build. You can access business application processes, company configured templates, and other resources for your end-to-end business process.

       ![Lobby](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-sbpa-workflow-bp/Lobby.png)  

2. Build an **Automated Process**.
 
       ![Automated process](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-sbpa-workflow-bp/Automatedprocess.png) 

3. Select **Business Process**.

    >Business Process Projects are a collection of skills in SAP Build Process Automation. Projects are part of the internal business processes of a company and are defined based on business scenarios. A project can contain a set of processes, forms, automations, and decisions, which are reusable artifacts.

       ![Process Automation](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-sbpa-workflow-bp/ProcessAutomation.png)

4. In the **Create a Business Process Project** dialog box, do the following:

     - Enter a **Project Name**: `RAP110_Travel_Workflow`
     - Enter a **Short Description**: RAP 110 Travel Workflow
     - Choose **Create**

     ![Business Process](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-sbpa-workflow-bp/BusinessProcess.png) 


### Create a business process.

 1. A new tab opens with the newly created project.

 2. In the Create Process dialog box, provide the following:
	 - Enter a **Name**: Travel Approval Processing
     - Enter a **Description** for your process: Process to handle Travel        Workflow 
     - Choose **Create**

>Inside a project, you can create a process. This process is equivalent to a  workflow in any business scenario. As part of the process flow, you could create various artifacts such as forms, decisions, automations.
 
   ![Create Process](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-sbpa-workflow-bp/CreateProcess.png)

>The Identifier field is auto filled.

### Test yourself




