/AWS1/CL_DRSJOBLOG¶
A log outputted by a Job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logdatetime TYPE /AWS1/DRSISO8601DATETIMESTRING /AWS1/DRSISO8601DATETIMESTRING¶
The date and time the log was taken.
iv_event TYPE /AWS1/DRSJOBLOGEVENT /AWS1/DRSJOBLOGEVENT¶
The event represents the type of a log.
io_eventdata TYPE REF TO /AWS1/CL_DRSJOBLOGEVENTDATA /AWS1/CL_DRSJOBLOGEVENTDATA¶
Metadata associated with a Job log.
Queryable Attributes¶
logDateTime¶
The date and time the log was taken.
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¶
The event represents the type of a log.
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¶
Metadata associated with a Job log.
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_DRSJOBLOG WITH DEFAULT KEY
.