gotoField()

You can use the consoleLib.gotoField() system function to move the cursor to the specified form field. This function is valid in an openUI statement that acts on a console form.

Syntax

  consoleLib.gotoField(field ConsoleField in)
field
The name of the ConsoleField variable to which the cursor moves.

Feedback