sapgui_grid_select_toolbar_menu
Example: sapgui_grid_select_toolbar_menu | Grid Functions |
Selects an option from a grid toolbar menu.
int sapgui_grid_select_toolbar_menu( const char *description, const char *gridID, const char *functionCode, [args,] LAST );
description | User entered text to aid in understanding script |
gridID | Object ID Strings |
functionCode | Object ID Strings for the selected menu option |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_grid_select_toolbar_menu emulates a user selecting an option from a grid toolbar 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.