Show TOC

Business Log DataSourceLocate this document in the navigation structure

Use

Technical name: BPM_BUSINESS_LOG_DS

Field Name

Description

Type

ENTRY_ID

Event entry unique ID

VARCHAR

CONTAINER_ID

Unique ID of the container (e.g. process or task)

VARCHAR

CONTAINER_TYPE

Container type: PROCESS, TASK, and so on

VARCHAR

USER_ID

Unique ID of the involved user

VARCHAR

USER_NAME

Unique name of the user

VARCHAR

EVENT_CATEGORY

Event category: CONTROL_FLOW, HUMAN_INTERACTION, and so on

VARCHAR

EVENT_TYPE

Event type: TASK_CREATED, TASK_CLAIMED, and so on

VARCHAR

OCCURRENCE_D

Date of occurrence

DATE

OCCURRENCE_T

Time of occurrence

TIME

OCCURRENCE

Time of occurrence in milliseconds since January 1, 1970, 00:00:00 GMT

BIGINT

The following filters are supported:

  • Date range filter (BETWEEN operator) for date field OCCURRENCE_D

    Example

    OCCURRENCE_D = 3/23/10 - 3/24/10

    The date format depends on your locale. The single or multiple values operator is not supported for dates. If you want to filter for a specific day, you have to set a range with the day date as min and max boundary, such as 1/1/10 - 1/1/10.

  • Single (EQUALS) or multiple (IN (...)) values filter for fields CONTAINER_ID, USER_ID, USER_NAME, EVENT_CATEGORY and EVENT_TYPE

    Example

    EVENT_TYPE = TASK_CREATED; TASK_NOMINATED

    This multiple values filter selects all the business log events of type TASK_CREATED or TASK_NOMINATED.

Note

For all possible values in fields CONTAINER_TYPE , EVENT_CATEGORY and EVENT_TYPE , see SAP Note 1383528 Information published on SAP site.