sapgui_text_edit_press_F4

Text Edit Control Functions

Emulates pressing the F4 key while text edit control has focus.

int sapgui_text_edit_press_F4( const char *description, const char *textEditID, [args,]  LAST );
description User entered text to aid in understanding script
textEditIDObject ID Strings
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_text_edit_press_F4 calls the list of options defined in the application for the text edit control. If no options are defined, sapgui_text_edit_press_F4 has no effect.

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

This example shows the use of sapgui_text_edit_press_F4.

sapgui_text_edit_press_F4(
    "usr/cntlSRC/shellcont/shell",
    LAST );