cancel
Showing results for 
Search instead for 
Did you mean: 

How to print internal table in second page instead of first page if data overflow from 1st to 2nd page??

Former Member
0 Kudos

I have a requirement to print internal table in 2nd page instead of 1st page if data is flowing from 1st page to second page.

I have designed two pages one for header and item information, and second page for only item information.

1st page should print, when internal table has 5 or less entries.

2nd page should print when internal table has more then 5 entries along with first page. But in 1st page i have display only header information and all item level information should display in 2nd page.

Please help me to solve this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sunil,

if you are sure that the table does not exceed one page, then just set the table property and do not allow page break inside the table. Then it's done!

Cheers,

Tao

Former Member
0 Kudos

Lin,

Table may exceed more than one page. Let me explain the scenario.

As I mentioned earlier i have created 2 pages

page1 - to print header and item information

page2 - to print only item information .

if table has few entries, then it will display in 1st page, but if table has more entries then all table entries should print in 2nd page instead of 1st page (item information).

Please help me with this.