cancel
Showing results for 
Search instead for 
Did you mean: 

items in table are not displayed in complete

Former Member
0 Kudos

Hi,

I am working on SAP script. I have created a table in my main window. I am displaying the column header in the table and the item details.

I am having 36 items in the document.

My SAP script is displaying 10 on one page, 4 on next page. The count 1-14 is displayedThe remaining page is left blank. No column heading is displayed in this page.

Then on new page it is printing 10 more items but the count starts from 1 to 14 again.Here the column header is displayed.

In the last remaining 8 items are displayed with count from 1 to 8 and column headers.

I want to display all the items in a sequence with count from 1 to 36.

Please help.

regards,

Gaurav.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181995
Active Contributor
0 Kudos

Check the page attribute.set next page's next page to next page only.

Amit.

Former Member
0 Kudos

Hi,

Do Check in debuging mode that your internal table is filled up with any blank lines.