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

Build Your First Automation Using Excel SDK of SAP Build Process Automation

In this tutorial, you will be developing basic automations using Excel SDK. After completing this tutorial, you will be able to read Excel data for a given range using Excel Cloud Link, or by using a traditional approach. In this tutorial, you will also learn, how you can apply filters on the Excel data, copy the filtered data onto a new Excel sheet and save the file with a new name.

Overview

🎓 beginner 30 min. SAP Build Process AutomationBeginnerSAP Business Technology PlatformFree Tier

You will learn

  • How to use Excel SDK of SAP Build Process Automation to read and process data in an Excel.

Prerequisites

Prerequisites

Steps

Intro

SAP Build Process Automation has native integration to several Microsoft Office products including Outlook, Excel SDK. In this tutorial, you will explore how to use Excel SDK in your automations.


Step 1 About Excel SDK

The Excel SDK is a collection of activities allowing you to create automations using Microsoft Excel. It comes with a rich set of functionalities such as:

  • Create new Excel Workbook
  • Create new Excel Worksheet
  • Read and write data from an Excel sheet, for a given data range
  • Apply Filter on a column
  • etc

To design your automation, you will need an Excel file filled with the sales orders data. You have the possibility to create it yourself using the below sample data:

Order NumberOrder AmountOrder DateShipping CountryExpected Delivery DateOrder Status
PO7991410418.221/21/2022United States of America1/29/2022In Time
PO7918150935.131/22/2022United Kingdom1/27/2022Urgent
PO7375313977.821/23/2022United Kingdom2/20/2022In Time
PO7311755055.41/24/2022United Kingdom3/30/2022In Time
PO6858429358.41/25/2022United Kingdom2/20/2022In Time
PO636843739.821/26/2022India3/25/2022In Time
PO6189483574.121/27/2022Germany2/5/2022In Time
PO311527399561/28/2022Germany3/10/2022In Time
PO2686220887.561/29/2022Germany3/5/2022In Time
PO8282436955.641/30/2022United States of America3/30/2022In Time

You can also use an Excel sample of your choice.

Step 2 Use Excel Link in your Excel automations
+
Step 3 Process Excel data
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 3
1. About Excel SDK 2. Use Excel Link in your Excel automations 3. Process Excel data

Learn more →