/AWS1/CL_TBDBATCHGETSESSIONRSP¶
BatchGetSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_sessions TYPE /AWS1/CL_TBDBATCHGETSESSITEM=>TT_BATCHGETSESSIONITEMS TT_BATCHGETSESSIONITEMS¶
A list of sessions that were successfully retrieved.
it_errors TYPE /AWS1/CL_TBDBATCHGETSESSERROR=>TT_BATCHGETSESSIONERRORS TT_BATCHGETSESSIONERRORS¶
A list of errors for sessions that could not be retrieved.
Queryable Attributes¶
sessions¶
A list of sessions that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONS() |
Getter for SESSIONS, with configurable default |
ASK_SESSIONS() |
Getter for SESSIONS w/ exceptions if field has no value |
HAS_SESSIONS() |
Determine if SESSIONS has a value |
errors¶
A list of errors for sessions 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 |