/AWS1/CL_GLUPARTITIONERROR¶
Contains information about a partition error.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_partitionvalues TYPE /AWS1/CL_GLUVALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST¶
The values that define the partition.
io_errordetail TYPE REF TO /AWS1/CL_GLUERRORDETAIL /AWS1/CL_GLUERRORDETAIL¶
The details about the partition error.
Queryable Attributes¶
PartitionValues¶
The values that define the partition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONVALUES() |
Getter for PARTITIONVALUES, with configurable default |
ASK_PARTITIONVALUES() |
Getter for PARTITIONVALUES w/ exceptions if field has no val |
HAS_PARTITIONVALUES() |
Determine if PARTITIONVALUES has a value |
ErrorDetail¶
The details about the partition error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAIL() |
Getter for ERRORDETAIL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARTITIONERRORS¶
TYPES TT_PARTITIONERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUPARTITIONERROR WITH DEFAULT KEY
.