In this section you will also create the following
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.
Choose Lobby to open the entry page of SAP Build Process Automation.
In the Lobby, choose Create and then Create.

Select Automated Process and then Next.

Select Process and then Next.

On the next screen, enter the following:
| Input Field | Input Value |
|---|---|
| Project Name | Sales Orders Management |
| Description | Sales Orders Management Project |
Choose Review.

Choose Create

Choose Accept if prompted.

A new tabs opens with the newly created project. Inside a project, you can create a process. This process is equivalent to a workflow in any business scenario. You can create this process from different skills such as forms, decisions, automations.
In the Create Process dialog box, enter the following values and choose Create.
| Input Field | Input Value |
|---|---|
| Name | Order Processing |
| Description | A process to handle sales orders |

If you see the below prompt, please choose Close.

The following will appear


Name the data type Sales Order and Choose Create.

Close Project Content if needed to see the New Field
Choose New Field to add new fields to the data type Sales Order and enter the following.
| Field Name | Type |
|---|---|
| material | String |
| quantity | Number |
| shipToParty | String |
| salesOrderType | String |
| salesOrganisation | String |
| distributionChannel | String |
| expectedDeliveryDate | Date |
| soldToParty | String |

Choose Save after following all the steps for the entries above.
Your final data type looks as below after adding all the Field names.

Navigate back to your Order Processing page, choose Add a Trigger.

Choose on API Trigger.

Enter the name as Sales Order Trigger and choose Create.

A trigger has been added to your process. Choose the << icon to open the Process Details screen.

Choose Variables and then choose Configure (under Process Inputs) to configure inputs.

In the Configure Process Inputs window, choose Add Input to add parameters.
Add the following parameter:
| Name | Type | Required |
|---|---|---|
| salesorderdetails | Sales Order | true |
Choose Apply.

To save the Process, choose Save .
