sapgui_grid_select_context_menu

Example: sapgui_grid_select_context_menuGrid Functions

Selects an option from a context menu in a grid.

int sapgui_grid_select_context_menu( const char *description, const char *gridID, const char *functionCode, [args,] LAST );
description User entered text to aid in understanding script
gridIDObject ID Strings
functionCodeObject ID Strings for the selected menu option
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_grid_select_context_menu emulates a user selecting an option from a context menu.

When recording, sapgui_grid_open_context_menu is recorded before this function when the user right-clicks to open the menu.

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.