/AWS1/CL_BDCMOUSEMOVEARGUMENTS¶
Arguments for a mouse move action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_x TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The target X coordinate on screen.
iv_y TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The target Y coordinate on screen.
Queryable Attributes¶
x¶
The target X coordinate on screen.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_X() |
Getter for X, with configurable default |
ASK_X() |
Getter for X w/ exceptions if field has no value |
HAS_X() |
Determine if X has a value |
y¶
The target Y coordinate on screen.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_Y() |
Getter for Y, with configurable default |
ASK_Y() |
Getter for Y w/ exceptions if field has no value |
HAS_Y() |
Determine if Y has a value |