Skip to Content

Acquire a Template Project from the Store

Acquire Orders Management package from the SAP Build store and reuse the package in SAP Build Process Automation.
You will learn
  • 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.
celineaudinsapCéline AudinJanuary 19, 2023
Created by
celineaudinsap
November 20, 2022
Contributors
celineaudinsap
pbujnicka

Prerequisites

  • 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.

    1. Navigate to the store in your SPA Tenant.

      Navigate Store

      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.

    2. 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.

      Store View

    What characterizes store bots in the learning catalog?

    Log in to complete tutorial
  • Step 2
    1. You will acquire the package titled Orders Management using UI5 application. Set the following parameters: under Catalog, check Learning Content.

      Learning Catalog
    2. In the search bar, type Orders Management, hit enter and choose More Information.

      Orders Management

      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.

      Explore
    3. To add the package, you have two options:

      • From the More Information section, choose Add and select Create from Template.

      Add Create Template
      • From the project list, choose Add and select Create from Template.
      Add Create Template

      You will now create a Business Process Project from this template.

    4. Name the project Orders Management Dev Tutorial and choose Create.

      Create Project
    5. To see the newly created project, navigate back to Lobby from the top menu.

      Created Project
    Log in to complete tutorial
  • Step 3
    1. 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.

    2. The project can now be edited in Build Process Automation.

      Application Development

      For instance, you can create a process artifact and add an automation to the Business Process.

    3. Select the +, choose Create and then Process.

      Create Process
    4. In the Create Process window, fill in the fields as shown in the screenshot:

      Create Process Window

      SAP Build Process Automation with the just created process opens.

    5. 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.

      Add 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.

    6. Choose Select a Start Trigger, in Trigger Settings, select + New Form.

      Automation Added
    7. In the Create Form pop-up, choose Order Processing Form for Name.

    8. Choose Create.

      Create Form
    9. Double click on Order Processing Form is submitted.

      Order Processing

      You will be navigated to the Order Processing Form.

    10. Drag and drop the Text input. Enter Order Number as name and check Required.

    11. Choose Save.

      Order Processing Form

      You will now map the Inputs of the Get Processors Details automation.

    12. Navigate back to the Order Processing process.

    13. Select the Get Processors Details automation. Choose orderReference input and select Order Number > Order Processing Form.

      Input Mapping
    14. Choose Save.

    15. You may now add forms, approvals, decisions, conditions, etc… to design your process based on your needs.

      Process Final

      Lets test the automation.

    16. Double click on Get Processors Details automation.

    17. The automation opens in a new tab.

    18. Select the test icon.

      Test Automation
    19. In the Test Automation window, enter order 7991 as orderReference. No need to fill the Environment Variables.

      Test Automation2
    20. This is the final result. To end the testing of the automation, you will have to select OK.

      Test Automation3

      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.

    1. Navigate back to SAP Build lobby, choose the project.

    2. 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.

    3. Select the Get Processors Details automation.

      Overview Automation
    4. In the Automation Details panel, select Info and uncheck Can only be started from another automation.

    5. Choose Save.

      Uncheck
    6. Now go back to the SAP Build Process Automation overview page, and select p which is the already created Project Launcher.

      Project Launcher

      The project launcher p editor opens in the main panel of the SAP Build Process Automation.

    7. Select the three automations that are in the Launch manually from the agent section and choose the delete icon.

      Delete automations

      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

    8. 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.

    9. Choose Save.

      Drag automation
    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.

    1. Choose Release and again Release.

      Release
    2. Now your project is released and you can deploy it. You can choose Deploy.

      Release

      Since this automation has to be executed in attended mode, you need to create a Trigger.

    3. Select Create a Trigger and then Next.

      Deploy Project
    4. Select Attended as a trigger type and Next.

      Trigger type
    5. Enter the configuration details and choose Next.

      Configure trigger
    6. You may add an attribute, choose Confirm and then Deploy.

      Advanced Settings

      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.

    7. The project deployed successfully and is now ready to be executed.

      Deployed Project

      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

    1. Go to your System Tray and choose Projects.

      Projects
    2. Set the agent in attended mode.

      Projects
    3. Now your project is ready to be launched in attended mode.

      Start Project
    Log in to complete tutorial
  • Step 7
    1. 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.

      Order 7991
    2. Select the Order Processing Form and copy the link.

      Order Processing Form
    3. Paste the link in your browser.

    4. Enter order 7991 in the Order Number field.

    5. Choose Submit.

      Link
    6. The form has been successfully submitted.

      Form submitted
    7. Go back to your Desktop Agent, choose your project and Activate.

      Activate Project
    8. Now choose Get Processors Details.

      Get Processors Details
    9. In the dialog popup window, enter order 7991 as Order Reference.

      Order 7991

      The process has successfully ended.


    Log in to complete tutorial
Back to top