EVENTLOG_SOURCE_TABLE
Description
For each row of a dynamically created eventlog, EVENTLOG_SOURCE_TABLE will return the activity table name from which the row originates.
Syntax
EVENTLOG_SOURCE_TABLE ( dynamically-created-eventlog.column )
- dynamically-created-eventlog.column: Column of a dynamically created eventlog. Example: column of an eventlog created by MERGE_EVENTLOG or CREATE_EVENTLOG. 
EVENTLOG_SOURCE_TABLE and Automerge
The automerge table _CEL_MERGED_ACTIVITIES has a column called EVENTLOG_SOURCE which is the result of EVENTLOG_SOURCE_TABLE for this table. Please note that EVENTLOG_SOURCE_TABLE does not accept an automerge table as input.
Examples
| [1] In this scenario, we have two activity tables ACTIVITIES_BKPF and ACTIVITIES_BSEG which are merged using  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
| [2] 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
| [3] The column EVENTLOG_SOURCE of an automerge table contains the result of  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
| [4] By using  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 |