
Editing Table Controls
Changing the Size and Position
You must select the table control in the Screen Painter before you can modify it. When a table control is selected, handles appear on three sides of it. You can use these to move or resize the table control.
Use the square handle on top of the table control to reposition it. Use the diamond-shaped handles to resize it.
Arranging Columns

You can also use the cut and paste functions to move columns within the table control. Alternatively, you can enter the new column number directly in the table control attributes.
Editing a Row
You can also allow users to select rows in a table control. To do this, you must set the Line sel. attribute. Again, you can choose whether to allow single or multiple line selection. In addition, you must mark the w/ SelColumn field and enter a field name into the adjacent field. This name allows you to query which line the user selected from your ABAP program.
See also
Table Control Attributes