/AWS1/CL_BDCEXECSUMMARYAFFSESS¶
A session associated with an execution summary cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The unique identifier of the session.
iv_approachtaken TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The approach taken by the agent during this session.
iv_finaloutcome TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The final outcome 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 |
approachTaken¶
The approach taken by the agent during this session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROACHTAKEN() |
Getter for APPROACHTAKEN, with configurable default |
ASK_APPROACHTAKEN() |
Getter for APPROACHTAKEN w/ exceptions if field has no value |
HAS_APPROACHTAKEN() |
Determine if APPROACHTAKEN has a value |
finalOutcome¶
The final outcome of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINALOUTCOME() |
Getter for FINALOUTCOME, with configurable default |
ASK_FINALOUTCOME() |
Getter for FINALOUTCOME w/ exceptions if field has no value |
HAS_FINALOUTCOME() |
Determine if FINALOUTCOME 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_EXECSUMMARYAFFSESSIONLIST¶
TYPES TT_EXECSUMMARYAFFSESSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCEXECSUMMARYAFFSESS WITH DEFAULT KEY
.