(320b) Horizontal list scrolling: Making use of variable V[_listline(i)] is working, but I now have another problem. The list output from which I want to read is much wider (has a lot of columns) than the screen, so the horizontal scroll bar appears. Is there any function similar to "/ScrollToLine", but which scrolls the list horizontally?

You can scroll an ABAP list to the right with

Enter "=PS++"

and to a certain column, e.g. column 20, with

Enter "=PS 20"