- Introduction
- Getting started
- Performing automations
- General data protection regulation

SAP Build Process Automation, Foundation add-on by UiPath user guide
Configuring the connection
Connecting SAP Build and UiPath®
The process of connecting an SAP environment to a UiPath tenant is performed in the SAP Build Control Tower, on the UiPath Set-Up tile. For precise steps and details, check out the SAP documentation.
Integration Monitoring
Integration Monitoring focuses on monitoring communications between business-critical systems within the on-premises landscape at the customer side as well as on communications with business partners and SAP cloud products.
To enable reliable log transfer from UiPath to SAP, you need to configure the Application Lifecycle Management (ALM) endpoints in UiPath. For more information on how to configure the endpoints, check the Managing tenants page from the Automation Cloud™ admin guide.
Connecting SAP Task Center to UiPath® Action Center
Validation tasks need to be shared between SAP Task Center and UiPath Action Center. For that to happen, the two applications need to be connected through a series of parameters.
You can configure a connection to push updates from UiPath Action Center to SAP Task Center. This connection ensures that all task updates from Action Center are actively transferred to Task Center.
Follow these steps to set up the connection:
-
Access your Automation Cloud™ account and create an external application. Check out the Adding an External Application page for detailed instructions.
Important:- Make sure to configure the following options:
- Application type: Confidential application
- Resources:
- Resource: Orchestrator API Access
- Application Scope(s): OR.Tasks
- Make sure you have a reliable place to store the App ID and App Secret generated once the application is created.
-
Retrieve the UiPath-specific details needed for configuring the connection in SAP Task Center:
- Task SPI:
https://cloud.uipath.com/<uipath_account_name>/<uipath_tenant_name>/bupproxyservice_/orchestrator/api, where:<uipath_account_name>- the organization name in your Automation Cloud™ URL<uipath_tenant_name>- the tenant name in your Automation Cloud™ URL

- Authentication: OAuth2ClientCredentials
- Client Id: the App ID generated once the external application is created
- Client Secret: the App Secret generated once the external application is created
- Token Service URL:
https://cloud.uipath.com/identity_/connect/token - Scope: OR.Tasks
- Additional Header for each call:
URL.headers.ServiceUrl:
- Task SPI:
The resulting URL to be used is as follows: URL.headers.ServiceUrl: https://cloud.uipath.com/<uipath_account_name>/<uipath_tenant_name>/orchestrator_
.