/AWS1/CL_TBDBATCHGETSESSACTRSP¶
BatchGetSessionActionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_sessionactions TYPE /AWS1/CL_TBDBTCGETSESSACTITEM=>TT_BATCHGETSESSIONACTIONITEMS TT_BATCHGETSESSIONACTIONITEMS¶
A list of session actions that were successfully retrieved.
it_errors TYPE /AWS1/CL_TBDBTCGETSESSACTERROR=>TT_BATCHGETSESSIONACTIONERRORS TT_BATCHGETSESSIONACTIONERRORS¶
A list of errors for session actions that could not be retrieved.
Queryable Attributes¶
sessionActions¶
A list of session actions that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONACTIONS() |
Getter for SESSIONACTIONS, with configurable default |
ASK_SESSIONACTIONS() |
Getter for SESSIONACTIONS w/ exceptions if field has no valu |
HAS_SESSIONACTIONS() |
Determine if SESSIONACTIONS has a value |
errors¶
A list of errors for session actions 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 |