/AWS1/CL_BDNSESSIONSUMMARY¶
Summary information about a session within a workflow run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING¶
The unique identifier of the session.
Queryable Attributes¶
sessionId¶
The unique identifier of the session.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SESSIONSUMMARIES¶
TYPES TT_SESSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDNSESSIONSUMMARY WITH DEFAULT KEY
.