/AWS1/CL_CWLLOGFIELDSLISTITEM¶
Represents a log field with its name and data type information for a specific data source.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logfieldname TYPE /AWS1/CWLLOGFIELDNAME /AWS1/CWLLOGFIELDNAME¶
The name of the log field.
io_logfieldtype TYPE REF TO /AWS1/CL_CWLLOGFIELDTYPE /AWS1/CL_CWLLOGFIELDTYPE¶
The data type information for the log field.
Queryable Attributes¶
logFieldName¶
The name of the log field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGFIELDNAME() |
Getter for LOGFIELDNAME, with configurable default |
ASK_LOGFIELDNAME() |
Getter for LOGFIELDNAME w/ exceptions if field has no value |
HAS_LOGFIELDNAME() |
Determine if LOGFIELDNAME has a value |
logFieldType¶
The data type information for the log field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGFIELDTYPE() |
Getter for LOGFIELDTYPE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LOGFIELDSLIST¶
TYPES TT_LOGFIELDSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLLOGFIELDSLISTITEM WITH DEFAULT KEY
.