Skip to content

/AWS1/CL_BDCMOUSESCROLLARGMNTS

Arguments for a mouse scroll action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_x TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The X coordinate on screen where the scroll occurs.

iv_y TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The Y coordinate on screen where the scroll occurs.

Optional arguments:

iv_deltax TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The horizontal scroll delta. Valid range: -1000 to 1000.

iv_deltay TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.


Queryable Attributes

x

The X coordinate on screen where the scroll occurs.

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 Y coordinate on screen where the scroll occurs.

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

deltaX

The horizontal scroll delta. Valid range: -1000 to 1000.

Accessible with the following methods

Method Description
GET_DELTAX() Getter for DELTAX, with configurable default
ASK_DELTAX() Getter for DELTAX w/ exceptions if field has no value
HAS_DELTAX() Determine if DELTAX has a value

deltaY

The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.

Accessible with the following methods

Method Description
GET_DELTAY() Getter for DELTAY, with configurable default
ASK_DELTAY() Getter for DELTAY w/ exceptions if field has no value
HAS_DELTAY() Determine if DELTAY has a value