/AWS1/CL_TBDASSIGNEDSESSACTION¶
The action for a session defined by the session action ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionactionid TYPE /AWS1/TBDSESSIONACTIONID /AWS1/TBDSESSIONACTIONID¶
The session action ID for the assigned session.
io_definition TYPE REF TO /AWS1/CL_TBDASSIGNEDSESSACTDEF /AWS1/CL_TBDASSIGNEDSESSACTDEF¶
The definition of the assigned session action.
Queryable Attributes¶
sessionActionId¶
The session action ID for the assigned session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONACTIONID() |
Getter for SESSIONACTIONID, with configurable default |
ASK_SESSIONACTIONID() |
Getter for SESSIONACTIONID w/ exceptions if field has no val |
HAS_SESSIONACTIONID() |
Determine if SESSIONACTIONID has a value |
definition¶
The definition of the assigned session action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFINITION() |
Getter for DEFINITION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ASSIGNEDSESSIONACTIONS¶
TYPES TT_ASSIGNEDSESSIONACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDASSIGNEDSESSACTION WITH DEFAULT KEY
.