Show TOC

 CLOI_MESSAGE_LOG_EXP Locate this document in the navigation structure

This table is used for returned messages from table CLOI_METHOD_LOG_EXP and contains the messages that occurred during the execution of a method.

CLOIMSGLOG

Field

Description

Type

Length

INDX

Index for each entry

char

10

MSGID

Grouping term for each work area in which the number of the message is stored

char

2

MSGNO

Number of the message

char

3

MSGTY

This field describes the type of message:

"I" information

"W" warning

"E" error

"A" program termination (abort)

char

1

MSGV1

Message variable 01

char

50

MSGV2

Message variable 02

char

50

MSGV3

Message variable 03

char

50

MSGV4

Message variable 04

char

50

INDX_METH

Index of the method in the log

char

10

FIRST_OBJ

First entry in the MSGOBJ table for the message

char

10

Note Note

This table is only returned if parameter CLOI_IF_PARAMETER-MESLOG_REQ is set to X. In addition, you can control the content using parameter CLOI_IF_PAR-MSG_FILTER.

End of the note.