- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and dashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources

Process Mining user guide
Adding entities to the SAP Connector for AppOne
The information in this guide applies to the SAP Purchase-to-Pay Connector for AppOne and SAP Order-to-Cash Connector for AppOne. Be careful with adding entities. Adding an entity needs adaptations throughout the SAP Connector for AppOne. This may impact the structure of the out-of-box SAP Connector or AppOne.
Introduction
If your actual process contains additional entities you can add these entities to the SAP Connector. Below is a global overview of the steps you need to take to add an entity. Depending on the entity you want to add you may need to perform additional steps.
Step 1: Define input
- Check whether an extra input table is needed or additional data can be extracted from an existing input table.
- If an extra input table is needed, add the table in the appropriate folder in the SAP Connector in the folder 1. Input.
Step 2: Add the new entity to the 2. Entities
- Define the entity in the SAP Connector in the 2. Entities folder.
- Add the table key of the entity in the
TABKEY entityexpression. - Optionally, add another table key when events are generated on a different level than the entity. For example, add the header of the entity in the
TABKEY headerexpression.
See the illustration below for an example.
4. Add relevant attributes, such as Client and (Reference) document number and Reference document item to create additional information about this entity that can be used.
Step 3: Add the new entity to the 3. Event Log Creation - Entity Relations Folder
-
If the entity is part of:
- one of the processes, then add the entity in one of the existing tables in the 3. Event log creation - Entity relations folder;
- a new subprocess, then create a new table and union this table with the applicable
Entity relationstable.
-
Add the new
TABKEYexpression in the corresponding process table in the 3. Event log creation - Entity relations folder to which the entity is added. See the illustration below for an example.
-
Add the new
TABKEYexpression to the Table keys of theEntity relationstable. See the illustration below.
-
Set the availability of the attributes added in Step 2 Add the new entity to the 2. Entities to Hidden on the tables in the folder 3. Event log creation - Entity relations.
Step 4: Add a new group of events in Event Log Creation
-
Add a
[entity]_create_eventstable and, if applicable a[entity]_header_change _eventstable and an[entity]_item_change_eventstablefor the new entity in a new subfolder in the 3. Event log creation - Events folder. -
Add the mandatory attributes
ActivityandEvent endin each event table. Optionally, add event attributes in each event table. -
Create the
[entity]_eventstable in the subfolder created in step 1. to join all the separate events to create a complete event log.
-
Add the complete sub event log created above to the
joinexpression of theEvents_preprocessingtable in the folder 5. Preprocessing. See the illustration below.