sapgui_grid_selection_changed

Example: sapgui_grid_selection_changedGrid Functions

Checks if the data in the selection has changed.

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

The sapgui_grid_selection_changed verification function returns whether the selection has changed.

Return Values

This function returns True (-1) or False (0).

Parameterization

You can parameterize all string (char type) arguments.