/AWS1/CL_MGNJOBLOG¶
Job log.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logdatetime TYPE /AWS1/MGNISO8601DATETIMESTRING /AWS1/MGNISO8601DATETIMESTRING¶
Job log event date and time.
iv_event TYPE /AWS1/MGNJOBLOGEVENT /AWS1/MGNJOBLOGEVENT¶
Job log event.
io_eventdata TYPE REF TO /AWS1/CL_MGNJOBLOGEVENTDATA /AWS1/CL_MGNJOBLOGEVENTDATA¶
Job event data
Queryable Attributes¶
logDateTime¶
Job log event date and time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGDATETIME() |
Getter for LOGDATETIME, with configurable default |
ASK_LOGDATETIME() |
Getter for LOGDATETIME w/ exceptions if field has no value |
HAS_LOGDATETIME() |
Determine if LOGDATETIME has a value |
event¶
Job log event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT, with configurable default |
ASK_EVENT() |
Getter for EVENT w/ exceptions if field has no value |
HAS_EVENT() |
Determine if EVENT has a value |
eventData¶
Job event data
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTDATA() |
Getter for EVENTDATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBLOGS¶
TYPES TT_JOBLOGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNJOBLOG WITH DEFAULT KEY
.