SAP SuccessFactors Employee Central, SAP SuccessFactors HXM Core, SAP SuccessFactors HXM Suite

SAP RPA 2.0 Challenge Submission: Automate Document Generation feature in SuccessFactors Employee Central

Use Case:

Document Generation is one of the most frequently used feature in SAP SuccessFactors Employee Central. It enables admins to generate the documents such as Address proof, Proof of employment, letter of reference etc. in a timely and efficient manner.

Based on the employee’s request, HR admin can generate these documents and share it via email or download it.

Though it is one of the sought-after transaction, it is also a pain area for most of the HR Admins. It is a convoluted task for the admins to generate and share the documents based on employee’s request. SAP Intelligent Robotic Process Automation(SAP iRPA) will be the solution to this issue.

SAP iRPA helps to automate the regular repetitive tasks performed for the business processes. It helps remove redundant tasks and brings about greater efficiency in addition to being more accurate.

who would benefit from this tutorial: SAP SuccessFactors HR admins would benefit from this Tutorial.

Main Part:

Flowchart

Step-by-Step flow of automating the process is given below:

Mail box of the admin: Configure the outlook rule to receive the mail in a specific folder. For the use case we created a folder 02 RPA in the outlook.

Email

Format of the mail: Subject line should have Admin Center, Letter Name and User as given below

Create a project from the SAP iRPA cloud factory: Projects>New Project

Project

Application Creation: Create the application and capture the screenshot from SuccessFactors> Generate document and declare the elements

Application

Automation: Go to automation and start creating the flow chart.

Open Outlook Instance: This will open the outlook instance

Open outlook

Search email(Outlook): This will enable the tool to go to the folder (folder name: 02 RPA) with in outlook and search for mail with Admin center as subject .Here the folder name and the subject name has to be added in the parameter.

Search email

Forever condition: If the above condition is not met (i.e. if the Admin center is not found in the outlook folder) the loop will be terminated

Loop

Get Mail subject: If the condition is met, Subject is captured from the Outlook.

Mail Subject

Custom Script: Using custom script, get template name from the subject

Script

Custom Script2: Using custom script2, get user from the subject

Script2

Generate Document SF: Based on the declared elements, values are populated by calling the SuccessFactors Application(Generate Documents)

Document Generation

Note: Within SuccessFactors application, two options are available as given in the screenshot below (Generate & Email/Download). This document covers the procedure for download. This same process applies to both the options.

Options

Get Next Email: Used for processing the next user.

Next User

Overall workflow Process:

Workflow Process

Document generation screen in SuccessFactors

Document Generation

Post automation, documents are downloaded as given below

Download

Leave a Reply

Your email address will not be published. Required fields are marked *