- Release notes
- Before you begin
- Getting started
- Integrations
- Working with process apps
- Working with dashboards and charts
- Working with process graphs
- Working with Discover process models and Import BPMN models
- Showing or hiding the menu
- Context information
- Export
- Filters
- Sending automation ideas to UiPath® Automation Hub
- Tags
- Due dates
- Compare
- Conformance checking
- Root cause analysis
- Simulating automation potential
- Starting a Task Mining project from Process Mining
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- Publishing process apps
- App templates
- Additional resources
- Out-of-the-box Tags and Due dates
- Editing data transformations in a local environment
- Setting up a local test environment
- Designing an event log
- System requirements
- Configuring DataBridgeAgent
- Adding a custom connector to DataBridgeAgent
- Using DataBridgeAgent with SAP Connector for Purchase-to-Pay Discovery Accelerator
- Using DataBridgeAgent with SAP Connector for Order-to-Cash Discovery Accelerator
- Extending the SAP Ariba extraction tool
- Performance characteristics
Using DataBridgeAgent with SAP Connector for Order-to-Cash Discovery Accelerator
DataBridgeAgent is only needed if you are migrating from an on-premises stand-alone Process Mining version.
.mvp
connector. Otherwise, use CData Sync, Theobald Xtract Universal for SAP, or files to upload data.
Datarun.json
file for using DataBridgeAgent with SAP Connector for Order-to-Cash Discovery Accelerator.
Below is an overview of the generic settings.
Setting |
Value |
---|---|
azureURL |
"sas url" The SAS URL of the Azure blob storage to which the extracted data needs to be uploaded. |
endOfUploadApiUrl | The API that is called to start data processing in Process Mining, once all data has been uploaded.
Note: The
endOfUploadApiUrl is only required if you want to upload the data files using DataBridgeAgent. If you want to upload the files using an extractor
you configure the end-of-upload url in the extraction job. If you want to upload the data files using the Upload data option for a process app in Process Mining, you can leave the endOfUploadApiUrl blank.
|
connectorWorkspace |
"SAP_Connector_for_Order-to-Cash_Discovery_Accelerator" |
connectorModuleCode |
"SAP_Connector_for_Order-to-Cash_Discovery_Accelerator" |
Use credential store |
true | false |
SAP Settings
Below is an overview of the parameters that can be used for SAP datasources.
Setting |
Value |
---|---|
SAP Host |
The hostname or IP address of the SAP application server. "yourserver.domain:1234" |
SAP Systemnumber |
The two-digit number between 00 and 99 that identifies the designated instance. "00" |
SAP Username |
Username of the account that is being used to log in to the SAP instance. "username" |
SAP Password |
Password of the account that is being used to log in to the SAP instance, or the password identifier from the credential store. (If the credential store is used, the Use credential store generic setting should be set to true.) "password" | "PasswordIdentifier" |
SAP Client |
The client that is being used. (000-999). "000" |
Exchange rate type |
The exchange rate type which is used for currency conversion (KURST). "M" |
Language |
The language that is being used for descriptions extracted from the data (E = English). "E" |
.csv
files always make sure that all the required Input data of the SAP Order-to-Cash Connector is available.
Always make sure that:
- a separate
.csv
file is available for each table. - the file names of the
.csv
files are the same as the names of the input tables of the connector. - all the fields specified in the Fields used in Process Mining column of a table are present in the
.csv
file. - the fields in the
.csv
files have the same names as the field names specified in the Fields used in Process Mining column.
VBAK.csv
or VBAK1.csv
or VBAK.CSV
. The other settings can be defined in the CSV parameters of the DataBridgeAgent.
CSV parameters
Below is an overview of the parameters that can be used for CSV datasources.
SAP Setting |
Description |
---|---|
CSV Data path |
Data path in the Server Data that points to the place where the
.csv files are stored. For example, O2C/ if all files can be found in the folder named O2C .
|
CSV Suffix |
A regular expression containing the files extension of the file to read in. May contain a suffix up to 2 digits that are added to the name of the table. |
CSV Delimeter |
The delimiter character that is used to separate the fields. |
CSV Quotation character |
The quote character that is used to identify fields that are wrapped in quotes. |
CSV Has header |
Indicate whether the first line of the
.CSV file is a header line.
|