Skip to content

/AWS1/CL_BDCKEYPRESSARGUMENTS

Arguments for a key press action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The key name to press (for example, enter, tab, escape).

Optional arguments:

iv_presses TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The number of times to press the key. Valid range: 1–100. Defaults to 1.


Queryable Attributes

key

The key name to press (for example, enter, tab, escape).

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

presses

The number of times to press the key. Valid range: 1–100. Defaults to 1.

Accessible with the following methods

Method Description
GET_PRESSES() Getter for PRESSES, with configurable default
ASK_PRESSES() Getter for PRESSES w/ exceptions if field has no value
HAS_PRESSES() Determine if PRESSES has a value