Skip to content

Latest commit

 

History

History
205 lines (102 loc) · 2.03 KB

if-bali-exception-getter-40319b1.md

File metadata and controls

205 lines (102 loc) · 2.03 KB

IF_BALI_EXCEPTION_GETTER

If an exception is read from an application log, an object instance of interface IF_BALI_EXCEPTION_GETTER is returned. It contains the interface IF_BALI_ITEM_GETTER.

Public Attributes

Name

Description

CATEGORY

(from IF_BALI_ITEM_GETTER)

Category of the item

Contains fixed value: IF_BALI_CONSTANTS=>C_CATEGORY_EXCEPTION

LOG_ITEM_NUMBER

(from IF_BALI_ITEM_GETTER)

Serial number which is the position of the exception in the log

SEVERITY

(from IF_BALI_ITEM_GETTER)

Severity of the exception ('Error', 'Warning', etc)

DETAIL_LEVEL

(from IF_BALI_ITEM_GETTER)

Detail level of the exception (number between '1' and '9' or ' ')

TIMESTAMP

(from IF_BALI_ITEM_GETTER)

UTC time stamp of the exception creation

EXCEPTION_CLASS

Name of the ABAP exception class

EXCEPTION_ID_NAME

Name of the Text ID of the ABAP exception

Public Methods

Get the message short text of the exception (the output of method GET_TEXT of the ABAP exception object):

GET_MESSAGE_TEXT (from interface IF_BALI_ITEM_GETTER)

Name

Description

Returning parameter

MESSAGE_TEXT

Message short text of the exception in the logon language