Show TOC

ProcessLogLocate this document in the navigation structure

The ProcessLog entity allows you to use process log details with information about any action or error.

Attributes and Filters

You can use the attributes from the following table to request the process log details from an SAP Business Suite system.

Note

You can use the StepDefinitionName, Status, and Timestamp attributes as filters in the following cases only:

  • When you use the StepDefinitionName, Status, or Timestamp attribute in conjunction with the ProcessFamilyID attribute

  • When you access the ProcessLog entity by navigating from another entity

Attribute

Description

Filter Operators

Example

ProcessLogID

ID used to uniquely identify a process log in a system

EQ

$Filter = ProcessLogID EQ '05C4244F53C2B642E10000000A428CC8'

ProcessFamilyID

ID used to uniquely identify a process family

EQ

$Filter = ProcessFamilyID EQ 'SALES ORDER PROCESS'

StepDefinitionName

Name of a process step definition

SUBSTRINGOF

$Filter = SUBSTRINGOF(‘SALES’, StepDefinitionName)

STARTSWITH

$Filter = STARTSWITH(StepDefinitionName, ‘SALES’)

ENDSWITH

$Filter = ENDSWITH(StepDefinitionName, ‘ORDER’)

StepDefinitionShortDescription

Additional information related to a process step definition

SUBSTRINGOF

$Filter = SUBSTRINGOF(‘Sales’, StepDefinitionShortDescription)

STARTSWITH

$Filter = STARTSWITH(StepDefinitionShortDescription, ‘Sales’)

ENDSWITH

$Filter = ENDSWITH(StepDefinitionShortDescription, ‘Order’)

Status

Status of a process log

EQ

$Filter = Status EQ '2'

Timestamp

Date and time when a log was created

LT, LE, GT, GE

$Filter = Timestamp LE datetimeoffset'2012-04-12T06:38:45Z'

Event

Event that has occurred in the system.

Not applicable

Not applicable

Actinguser

User who triggered an event

Not applicable

Not applicable

ProcessID

ID used to uniquely identify a process in a system

Not applicable

Not applicable

ProcessStepID

ID used to uniquely identify a process step in a system

Not applicable

Not applicable

Navigation

From the ProcessLog entity, you can navigate to other related entities (see below) and retrieve the required details:

  • Process

  • ProcessStep