sapgui_text_edit_press_F1

Text Edit Control Functions

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

int sapgui_text_edit_press_F1( 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_F1 calls the context sensitive help defined in the application for the text edit control. If no help is defined, sapgui_text_edit_press_F1 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_F1.

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