/AWS1/CL_BDOSTRINGLISTVLDTN¶
Validation for STRINGLIST fields.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_allowedvalues TYPE /AWS1/CL_BDOALWDSTRLSTVALLST_W=>TT_ALLOWEDSTRINGLISTVALUESLIST TT_ALLOWEDSTRINGLISTVALUESLIST¶
Allowed values for items in this STRINGLIST field.
iv_maxitems TYPE /AWS1/BDOINTEGER /AWS1/BDOINTEGER¶
Maximum number of items in the string list.
Queryable Attributes¶
allowedValues¶
Allowed values for items in this STRINGLIST field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES, with configurable default |
ASK_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES w/ exceptions if field has no value |
HAS_ALLOWEDVALUES() |
Determine if ALLOWEDVALUES has a value |
maxItems¶
Maximum number of items in the string list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |