GuiXT

Selecting data in GRID Control

Extract the content of a GRID control into GuiXT variables

The example below is based on the VA05N transaction (customer order list). By pressing the “Select grid” button, the entire contents of the list are put into the clipboard.
Through a loop, by means of the CopyText command, each individual row and column is processed and extracted to individual variables.
The variables are built up as follows
V[VA05N_z_s] where z= row and s=column.
By means of the "Sort" command, all the data has been sorted correspondingly. For more information, see the documentation on the “Sort” command.

GuiXT Script for VA05N (saplslvc_fullscreen.0500.txt)

InputScript grid_auslesen.txt