sapgui_grid_press_toolbar_context_button
Example: sapgui_grid_press_toolbar_context_button | Grid Functions |
Clicks on a context button.
int sapgui_grid_press_toolbar_context_button( const char *description, const char *gridID, const char *buttonID, [args,] LAST );
description | User entered text to aid in understanding script |
gridID | Object ID Strings |
buttonID | Object ID Strings |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_grid_press_toolbar_context_button emulates a user opening a list of options by clicking on a context button.
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.