Example: sapgui_grid_press_total_row

In the following example, the sapgui_grid_press_total_row function presses the total row button in a grid.

sapgui_grid_press_total_row("Expand or condense row",
    ""usr/cntlBCALVC_TOOLBAR_D100_C1/shellcont/shell",
    "0",    // First row
    "CONNID",  // Column ID
    BEGIN_OPTIONAL, 
        "AdditionalInfo=sapgui1019", 
    END_OPTIONAL);