Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data overflow in Smartform Main Window

ankur_sharma16
Active Participant
0 Kudos
556

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.

1 ACCEPTED SOLUTION

ankur_sharma16
Active Participant
0 Kudos
161

Solved.

In old development a command was written which was triggering new page after 9 records.

1 REPLY 1

ankur_sharma16
Active Participant
0 Kudos
162

Solved.

In old development a command was written which was triggering new page after 9 records.