/AWS1/CL_BDCINVOKEBROWSERRSP¶
Response for the InvokeBrowser operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_result TYPE REF TO /AWS1/CL_BDCBROWSACTIONRESULT /AWS1/CL_BDCBROWSACTIONRESULT¶
The result of the browser action. The member set in the result corresponds to the action that was performed.
iv_sessionid TYPE /AWS1/BDCBROWSERSESSIONID /AWS1/BDCBROWSERSESSIONID¶
The unique identifier of the browser session on which the action was performed.
Queryable Attributes¶
result¶
The result of the browser action. The member set in the result corresponds to the action that was performed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT |
sessionId¶
The unique identifier of the browser session on which the action was performed.
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 |