Acquire a Template Project from the Store
- How to explore content in the SAP Build Store.
- How to acquire the Orders Management using UI5 application package from the SAP Build Store.
- How to reuse a package from the Store in SAP Build Process Automation.
Prerequisites
- Trial account with the SAP Build Process Automation enabled OR
- A regular account with SAP BTP Free Tier service plan for SAP Build Process Automation
- Step 1
The Store offers predefined content for your automation. Packages are categorized by catalog which let you choose between Business Content, Learning Content and SAP Intelligent RPA SDK.
Navigate to the store in your SPA Tenant.
Learning Content offers learning packages to get started with the Application Development tool. These packages allow you to learn best practices by reusing the most common flows to design your first projects.
Business Content provides pre-built automations for concrete business problems.
SAP Intelligent RPA SDK provides all the Software Developments Kits that can be acquired from the store.
Select one or more filters on the left to filter the available Store projects by Project Type (for example Live Process and Process Automation), Format Type (for example, Ready to use and Template), Catalog (for example, Business Content), Product (for example, SAP S/4HANA Cloud), Publisher, Line of Business, and Industry.
- Step 2
You will acquire the package titled Orders Management using UI5 application. Set the following parameters: under Catalog, check Learning Content.
In the search bar, type Orders Management, hit enter and choose More Information.
This sample package presents a way to deal with Excel and a web application using the SAPUI5 framework. Each sample package comes with a description, documents about the sample, and artifacts.
To add the package, you have two options:
From the More Information section, choose Add and select Create from Template.
- From the project list, choose Add and select Create from Template.
You will now create a Business Process Project from this template.
Name the project Orders Management Dev Tutorial and choose Create.
To see the newly created project, navigate back to Lobby from the top menu.
Log in to complete tutorial - Step 3
Choose the project. You will see all the artifacts that are part of the project. The project is Editable which means you can modify it.
The project can now be edited in Build Process Automation.
For instance, you can create a process artifact and add an automation to the Business Process.
Select the +, choose Create and then Process.
In the Create Process window, fill in the fields as shown in the screenshot:
SAP Build Process Automation with the just created process opens.
Now right click on the + icon and select Automation.
You have a list of all the automations available in the bot you just acquired. For this tutorial, you will use the Get Processors Details automation.
Now your automation is successfully added to the process. You can further continue modifying your process to get rid of the errors by adding a trigger to the start event and filling in the missing mandatory inputs.
Choose Select a Start Trigger, in Trigger Settings, select + New Form.
In the Create Form pop-up, choose Order Processing Form for Name.
Choose Create.
Double click on Order Processing Form is submitted.
You will be navigated to the Order Processing Form.
Drag and drop the Text input. Enter Order Number as name and check Required.
Choose Save.
You will now map the Inputs of the Get Processors Details automation.
Navigate back to the Order Processing process.
Select the Get Processors Details automation. Choose
orderReference
input and select Order Number > Order Processing Form.Choose Save.
You may now add forms, approvals, decisions, conditions, etc… to design your process based on your needs.
Lets test the automation.
Double click on Get Processors Details automation.
The automation opens in a new tab.
Select the test icon.
In the Test Automation window, enter order 7991 as
orderReference
. No need to fill the Environment Variables.This is the final result. To end the testing of the automation, you will have to select OK.
Once you are done designing your process, you may release and deploy your project. Please make sure to run the project in attended mode as the automation Get Processors Details has a dialog that needs to be closed by the user and may put on hold the rest of the automation if the OK button is not clicked.
Log in to complete tutorial - Step 4
Since the automation requires a human intervention, with a popup dialog, the automation has to be executed in attended mode. This means that the user must be present for the automation to run.
You will trigger the automation using the project launcher.
The project launcher allows you to launch your automation in attended mode in two different ways:
- You can launch your automations manually in attended mode from the agent using the Launch manually from the agent section.
- You can configure events to trigger and launch your automations automatically using the Launch automatically by events section.
In this tutorial, you will manually launch your automation from the agent by adding it in the Launch manually from the agent section of the project launcher.
Navigate back to SAP Build lobby, choose the project.
In the SAP Build Process Automation overview page, you can see all the artifacts that are part of the project. The project is Editable which means you can modify it.
Select the Get Processors Details automation.
In the Automation Details panel, select Info and uncheck Can only be started from another automation.
Choose Save.
Now go back to the SAP Build Process Automation overview page, and select p which is the already created Project Launcher.
The project launcher p editor opens in the main panel of the SAP Build Process Automation.
Select the three automations that are in the Launch manually from the agent section and choose the delete icon.
On the Project Launcher details information right-hand side panel, you can see the automations available in your project.
In order to execute the automation in attended mode you will need to add the automation to the project launcher
In the Project Launcher Details, drag the automation Get Processors Details and drop it in the Launch manually from the agent section of the project launcher.
Choose Save.
Log in to complete tutorial - Step 5
Now you may release and deploy it in attended mode. You need to select this trigger type since the user needs to click on OK.
Choose Release and again Release.
Now your project is released and you can deploy it. You can choose Deploy.
Since this automation has to be executed in attended mode, you need to create a Trigger.
Select Create a Trigger and then Next.
Select Attended as a trigger type and Next.
Enter the configuration details and choose Next.
You may add an attribute, choose Confirm and then Deploy.
To Deploy will take a couple of seconds/minutes depending upon how big your project is and how many different skills it has. Any errors during the deployment will be shown in the Design Console.
The project deployed successfully and is now ready to be executed.
You cannot edit released or deployed projects. To continue working on your project, you need to select the Editable option from the list of released versions.
Log in to complete tutorial - Step 6
You need to create a matching agent attribute at this step. Please follow these steps to create an agent attribute in the tenant to add it to your agent and project: Agent Management Settings to Execute the Process with an Automation
-
Go to your System Tray and choose Projects.
-
Set the agent in attended mode.
-
Now your project is ready to be launched in attended mode.
Log in to complete tutorial -
- Step 7
Navigate back to the SAP Build Process Automation overview page and select the Order Processing process.
Make sure you select the deployed version of the project.
Select the Order Processing Form and copy the link.
Paste the link in your browser.
Enter order 7991 in the Order Number field.
Choose Submit.
The form has been successfully submitted.
Go back to your Desktop Agent, choose your project and Activate.
Now choose Get Processors Details.
In the dialog popup window, enter order 7991 as Order Reference.
The process has successfully ended.
Log in to complete tutorial