Hi,
I've implemented a tableview (in order to use the iterator), but would like to know if there's any possibility of repeating my 3 table fields horizontally? Instead of a very "long" table on my page, I'd like to make it look like the following:
A B C A B C A B C
A B C A B C A B C
A B C A B C A B C
etc... where A, B and C are my 3 table fields.
Easy enough with the good old ABAP/html method, but... can a tableview handle this?
Trond