sapgui_apogrid_select_context_menu_item
Example | APO Grid Functions |
Selects an item in the context menu of an APO Grid.
int sapgui_apogrid_select_context_menu_item( const char *description, const char *gridID, const char *value, [args,] LAST ) ;
description | User entered text to aid in understanding script |
gridID | Object ID string |
value | The item to select. |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_apogrid_select_context_menu_item selects an item from the context menu of an APO grid.
Return Values
This function returns -1 on success or 0 on failure.
Parameterization
You can parameterize all string (char type) arguments.