sapgui_set_focus

General Object Functions

Sets focus on an object.

int sapgui_set_focus( const char *controlID, [args,] LAST );
controlIDObject ID Strings.
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_set_focus sets the focus on the object controlID.

Return Values

This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.

Parameterization

You can parameterize all string (char type) arguments.

Example

The following example uses sapgui_set_focus to activate a scroll bar.

sapgui_set_focus("usr/chkDEMO_TPROP-V_SCROLL", LAST );