/AWS1/CL_GLUNULLCHECKBOXLIST¶
Represents whether certain values are recognized as null values for removal.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_isempty TYPE /AWS1/GLUBOXEDBOOLEAN /AWS1/GLUBOXEDBOOLEAN¶
Specifies that an empty string is considered as a null value.
iv_isnullstring TYPE /AWS1/GLUBOXEDBOOLEAN /AWS1/GLUBOXEDBOOLEAN¶
Specifies that a value spelling out the word 'null' is considered as a null value.
iv_isnegone TYPE /AWS1/GLUBOXEDBOOLEAN /AWS1/GLUBOXEDBOOLEAN¶
Specifies that an integer value of -1 is considered as a null value.
Queryable Attributes¶
IsEmpty¶
Specifies that an empty string is considered as a null value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISEMPTY() |
Getter for ISEMPTY, with configurable default |
ASK_ISEMPTY() |
Getter for ISEMPTY w/ exceptions if field has no value |
HAS_ISEMPTY() |
Determine if ISEMPTY has a value |
IsNullString¶
Specifies that a value spelling out the word 'null' is considered as a null value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISNULLSTRING() |
Getter for ISNULLSTRING, with configurable default |
ASK_ISNULLSTRING() |
Getter for ISNULLSTRING w/ exceptions if field has no value |
HAS_ISNULLSTRING() |
Determine if ISNULLSTRING has a value |
IsNegOne¶
Specifies that an integer value of -1 is considered as a null value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISNEGONE() |
Getter for ISNEGONE, with configurable default |
ASK_ISNEGONE() |
Getter for ISNEGONE w/ exceptions if field has no value |
HAS_ISNEGONE() |
Determine if ISNEGONE has a value |