sapgui_table_is_column_selected

Example: sapgui_table_is_column_selectedTable Functions

Checks whether a table column is selected.

int sapgui_table_is_column_selected( char *tableID, char *column, [args,] LAST );
description User entered text to aid in understanding script
tableIDObject ID Strings
column Column number. the first column is numbered zero (0).
argsOptional Arguments
LAST A marker indicating the end of the argument list. Not required if Optional Arguments are used.

sapgui_table_is_column_selected returns True if the column is selected.

Return Values

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

Parameterization

You can parameterize all string (char type) arguments.