process-mining
2021.10
true
- 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 fashboards
- 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
Adding entities to the SAP Connector for AppOne
Process Mining
Last updated Sep 2, 2024
Adding entities to the SAP Connector for AppOne
Note:
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.
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.
- 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.
- Define the entity in the SAP Connector in the 2. Entities folder.
- Add the table key of the entity in the
TABKEY entity
expression. -
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 header
expression.See the illustration below for an example.
- Add relevant attributes, such as
Client
and(Reference) document number
andReference document item
to create additional information about this entity that can be used.
-
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 relations
table.
-
Add the new
TABKEY
expression 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
TABKEY
expression to the Table keys of theEntity relations
table. 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.
- Add a
[entity]_create_events
table and, if applicable a[entity]_header_change _events
table and an[entity]_item_change_eventstable
for the new entity in a new subfolder in the 3. Event log creation - Events folder. - Add the mandatory attributes
Activity
andEvent end
in each event table. Optionally, add event attributes in each event table. -
Create the
[entity]_events
table 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
join
expression of theEvents_preprocessing
table in the folder 5. Preprocessing. See the illustration below.