/AWS1/CL_BDCMOUSESCROLLRESULT¶
The result of a mouse scroll action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/BDCBROWSERACTIONSTATUS /AWS1/BDCBROWSERACTIONSTATUS¶
The status of the action execution.
Optional arguments:¶
iv_error TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The error message. Present only when the action failed.
Queryable Attributes¶
status¶
The status of the action execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
error¶
The error message. Present only when the action failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |