/AWS1/CL_ATHNOTEBOOKSESSSUMM¶
Contains the notebook session ID and notebook session creation time.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sessionid TYPE /AWS1/ATHSESSIONID /AWS1/ATHSESSIONID¶
The notebook session ID.
iv_creationtime TYPE /AWS1/ATHDATE /AWS1/ATHDATE¶
The time when the notebook session was created.
Queryable Attributes¶
SessionId¶
The notebook session ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
CreationTime¶
The time when the notebook session was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NOTEBOOKSESSIONSLIST¶
TYPES TT_NOTEBOOKSESSIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ATHNOTEBOOKSESSSUMM WITH DEFAULT KEY
.