2014 Aug 12 8:03 AM
Dear Experts,
I need your advice in smartform's main window's data overflow problem. I have a smartform to display invoice output through VF02/3. This smartform contains a main window which contains:
- Code lines
- Table
- Table's main body have some 18 columns starting with Product column (Product name + Manufacturer name), division, rates etc.
- Table's footer contains some 18 Rows (Terms & Conditions).
Now my problem is since 1st column of table's main body contains product name + manufacturer's name, data flows to next page. But on 2nd page of Output it will show only one line and rest all page is blank and then on 3rd page onwards data will continue. I don't know why this space is coming between table rows.
For Eg: if internal table contains 20 records, it will show 10 records (whatever number of rows fits in window) and 11th row on 2nd page and then 12th row onwards on 3rd page.
Why this blank is coming on 2nd page. I tried using folder, ie, i put all the lines of table's main body in a folder and used page protection option but still same result.
Please advice any solution.
2014 Aug 13 12:30 PM
Solved.
In old development a command was written which was triggering new page after 9 records.
2014 Aug 13 12:30 PM
Solved.
In old development a command was written which was triggering new page after 9 records.