sapgui_apogrid_scroll_to_column

ExampleAPO Grid Functions

Scrolls to a specified column in the APO grid.

int sapgui_apogrid_scroll_to_column( const char *description, const char *gridID, const char *column, [args,]  LAST ) ;
descriptionUser entered text to aid in understanding script
gridIDObject ID string
columnGrid column identifier. 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_apogrid_scroll_to_column emulates a user scrolling to a column in an APO grid. The column is not selected by this function.

Return Values

This function returns -1 on success or 0 on failure.

Parameterization

You can parameterize all string (char type) arguments.