2009 Aug 26 9:55 PM
Hi Experts,
I need some adivce regarding this:
IN my first page main window i will display data in 3 columns ( each row of internal table will go in to a column).
If my internal table has more than 3 rows, i need to trigger next page and display only the main window with the same three columns ( This should continue triggering till the end of records in my internal table).
Can any one suggest me how i can accomplish this.
I know we can force the main window table to be filled up and trigger next page. Here i do not have any table to repeat lines etc.,
Thanks in Advance
Hi Experts,
I need some adivce regarding this:
IN my first page main window i will display data in 3 columns ( each row of internal table will go in to a column).
If my internal table has more than 3 rows, i need to trigger next page and display only the main window with the same three columns ( This should continue triggering till the end of records in my internal table).
Can any one suggest me how i can accomplish this.
I know we can force the main window table to be filled up and trigger next page. Here i do not have any table to repeat lines etc.,
Thanks in Advance
2009 Aug 26 10:51 PM
First of all convert your table to the 3 column internal table which you can specify to print the data in 3 columns.
To trigger the next page, adjust your main window height which can accommodate only one row of your main table. Or you can create a COMMAND to fire the next page after printing your line
MAIN
. TABLE " 3 column table
.. LINE
... CELL1
... CELL2
... CELL3
.... COMMAND " Next page
Regards,
Naimesh Patel
2009 Aug 26 11:08 PM
Conversion to 3 column internal table is not an option for me and i am not triggering next page based on one row...
Please let me know if there are any alternate solutions
2009 Aug 26 11:08 PM
Conversion to 3 column internal table is not an option for me and i am not triggering next page based on one row...
Please let me know if there are any alternate solutions
2009 Aug 27 12:10 AM
2009 Aug 27 4:27 AM
Hi,
You can create a second page in your form and in you main window specify the Second Page as Next Page in the attributes option.
Instead of calling the next page dynamically as mentioned above , you can adjust the height of ur main window accordingly such that only 3 rows can fit in , once it becomes more than 3 rows automatically it will flow to the next page and display your remaining data on the second page.
Hope this helps...
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |