sapgui_grid_press_total_row_current_cell

Example: sapgui_grid_press_total_row_current_cellGrid Functions

Expands or condenses a total row.

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

The sapgui_grid_press_total_row_current_cell function presses the total row button in the currently active grid cell. If the total row is condensed this function expands it. If the row is expanded, the function condenses it

See also: sapgui_grid_press_total_row

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.