2016 May 03 5:16 AM
Hi all,
I have requirement that display data horizontally in Smartforms. So, I want loop horizontally not verticallny in smartforms.
Example:
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
et...
How can I do this?
Thanks.
2016 May 03 7:14 AM
Yes you can do this, simply select START as APPEND DIRECTLY.
Hope this helps.
2016 May 03 5:21 AM
Hi,
Requirement is not clear. Could you explain it more so that we get to know the exact requirement.
Thanks!
2016 May 03 5:46 AM
Hi Anamika,
I has 1000 records in table, I want to show data horizontally, not vertically.
In standard loop usually like this.
1
2
3
4
5
etc...
But I want like this:
1 2 3
4 5 etc....
2016 May 03 5:58 AM
Hi,
arrange the data in the new internal table then only you can meet your requirement.
Make internal table of 7 columns.. use control break statement to control the arrangement of the data.
thanks!!
2016 May 03 7:14 AM
Yes you can do this, simply select START as APPEND DIRECTLY.
Hope this helps.
2016 May 03 7:51 AM