/AWS1/CL_BDCSTOPRUNTIMESESSRSP¶
StopRuntimeSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runtimesessionid TYPE /AWS1/BDCSESSIONID /AWS1/BDCSESSIONID¶
The ID of the session that you requested to stop.
iv_statuscode TYPE /AWS1/BDCHTTPRESPONSECODE /AWS1/BDCHTTPRESPONSECODE¶
The status code of the request to stop the session.
Queryable Attributes¶
runtimeSessionId¶
The ID of the session that you requested to stop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMESESSIONID() |
Getter for RUNTIMESESSIONID, with configurable default |
ASK_RUNTIMESESSIONID() |
Getter for RUNTIMESESSIONID w/ exceptions if field has no va |
HAS_RUNTIMESESSIONID() |
Determine if RUNTIMESESSIONID has a value |
statusCode¶
The status code of the request to stop the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |