Hi There,
I have a situation here, where I need to display my internal table records horizontally in one Form.
Example: Suppose my it_tab has Text-1
Text-2
Text-3
Text-4
Text-5
Now I have to display my internal table data like this:
Text-1 Space Text-2 Space Text-3 ( Should display only 3 records in line 1)
Text-2 Space Text-3....(Again should display 3 records, other wise the remaining)
If internal table has only 2 records, it should display like:
Text-1 Space Text-2
kindly advise how to achieve this.
Thanks,
Priya