Skip to content

Latest commit

 

History

History
119 lines (68 loc) · 1.39 KB

if-bali-item-setter-ec892a2.md

File metadata and controls

119 lines (68 loc) · 1.39 KB

IF_BALI_ITEM_SETTER

If a new item, such as a message or an exception, is added to an application log, its object instance contains the interface IF_BALI_ITEM_SETTER.

Name

Description

CATEGORY

Category of the item

Possible values:

  • IF_BALI_CONSTANTS=>C_CATEGORY_MESSAGE: Item is a message

  • IF_BALI_CONSTANTS=>C_CATEGORY_FREE_TEXT: Item is a free text

  • IF_BALI_CONSTANTS=>C_CATEGORY_EXCEPTION: Item is an exception

Public Methods

Check whether the item can pass an item filter:

CHECK_PASSING_ITEM_FILTER

Name

Description

Importing parameter

ITEM_FILTER

Reference to the item filter that is being checked

Returning parameter

FILTER_PASSED

If set, the item can pass the item filter