/AWS1/CL_GLUBTCGTITERABLEFRM01¶
BatchGetIterableFormsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_items TYPE /AWS1/CL_GLUITERABLEFORMITEM=>TT_ITERABLEFORMITEMLIST TT_ITERABLEFORMITEMLIST¶
The list of retrieved iterable form items.
it_errors TYPE /AWS1/CL_GLUITEMERROR=>TT_ITEMERRORLIST TT_ITEMERRORLIST¶
The list of errors for items that could not be retrieved.
Queryable Attributes¶
Items¶
The list of retrieved iterable form items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
Errors¶
The list of errors for items that could not be retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |