/AWS1/CL_EMSTERMSESSIONRSP¶
TerminateSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationid TYPE /AWS1/EMSAPPLICATIONID /AWS1/EMSAPPLICATIONID¶
The output contains the application ID on which the session was terminated.
iv_sessionid TYPE /AWS1/EMSSESSIONID /AWS1/EMSSESSIONID¶
The output contains the ID of the terminated session.
Queryable Attributes¶
applicationId¶
The output contains the application ID on which the session was terminated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
sessionId¶
The output contains the ID of the terminated 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 |