SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create and configure an approval and notification form

Create an approval form for user approval and a notification form to send notifications in the business process

Overview

🎓 intermediate 20 min. SAP Intelligent Robotic Process AutomationIntermediateSAP Business Technology Platform

You will learn

  • โœ”How to create a Supplier Approval Form which will be sent to the approvers determined by the decision table for their approval.
  • โœ”How to create a Notification Form to inform the requester whether their sales order is approved or rejected by the supplier.
Unknown U Unknown November 20, 2022
Created by November 21, 2022
Contributors

Prerequisites

Prerequisites

  • Access to a SPA Tenant.

Steps

Step 1 Create and Configure an Approval Form
โ€”

  1. In the process builder, choose + of the Determine Approver conditional flow and select Form > New Approval Form.

    New Approval Form
    New Approval Form

  2. In the Create Form dialog box, do the following:

    • Enter Approval Form (Supplier) in the Name field.
    • Enter Supplier will approve or reject the purchase order in the Description field.
    • Choose Create.

    Create Form
    Create Form

  3. Now you have to model the form. For that, select the three-vertical-dots on Approval Form (Supplier) form to open the menu and choose Open Editor.

    Open Editor
    Open Editor

  4. In the Form Editor, choose or drag-and-drop the following layout and input fields in the given sequence on the form editor:

SequenceLayoutText
1Headline1Approve Sales Order
2Headline2Customer has requested your approval for the new order. Please review and confirm whether the requirements can be met or not.
3ParagraphSales Order Details:
SequenceInput FieldField Settings
4TextName: Customer Name
Read Only : checked
5TextName: Order Number
Read Only : checked
6NumberName: Order Amount
Read Only : checked
7DateName: Delivery Date
Read Only : checked
![Approval Form](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-approval-notification-form/images/03-003a.png)
SequenceLayoutText
8ParagraphSupplier Acknowledgment
SequenceInput FieldField Settings
9CheckboxName: I acknowledge that we have received your purchase order and will deliver on or before scheduled date
10Text AreaName: Message to buyer:
![Approval Form](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-approval-notification-form/images/03-003b.png)
  1. Once done, choose Save.

  2. Go back to the process builder, select Approval Form (Supplier) form.

  3. Select the General tab, and do the following:

    You will use dynamic value from process content to define the subject.

  4. In the Subject box, enter Review and Approve Order.

  5. Then select selectedOrder>orderNumber from the process content.

  6. Again enter from, then select Order Processing Form > Customer Name from the process content.

  7. Select determineApprover_Output>Emailfrom process content as Users in Recipients.

  8. Select determineApprover_Output>UserGroupfrom process content as Groups in Recipients.

    note: the recipients are determined by the decision and the output after the decision execution is collected in the determineApprover_Output data type

    Approval Form General
    Approval Form General

  9. Select the Inputs tab.

  10. Map the following decision table input with the process content:

    Form Input FieldProcess Content
    Delivery DateselectedOrder > expectedDeliveryDate
    Customer NameOrder Processing Form > Customer Name
    Order AmountselectedOrder > orderAmount
    Order NumberselectedOrder > orderNumber

    Approval Form Inputs
    Approval Form Inputs

  11. Once completed, choose Save to save the process.

    Approval Form Save
    Approval Form Save

Step 2 Create and Configure a Notification Form
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Create and Configure an Approval Form 2. Create and Configure a Notification Form

Learn more →