cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms page break inside a table

0 Kudos

Hi,

I have a 50 columns table and I need to print the first 25 columns on a page and the next 25 columns on the following page. Beside this if the number of lines in the table is big enough to flow on a new page I would like to print them like that:

First n lines (where n is the maximum of lines that can enter in one page)

Page 1

Coumn1 ........ Column25

Page 2

Column26..... Column50

Next n lines

Page 3

Coumn1 ........ Column25

Page 4

Column26..... Column50

and so on, until the lines in the table are all printed.

Thank you very much!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Ana,

You can only add a maximum of 20 columns and 50 rows in a single page, the solution would be to conditionally divide the main table as 20xN, 20xN, and 10xN. And regarding the flow on a new page:

1. If you use the subform for line items, then make the subform type 'Flowed'.

2. If you use only table in body page then check for Allow page-breaks within content.

Regards,

Manish

OttoGold
Active Contributor
0 Kudos

Hello,

1) note there is Adobe forms forum under NetWeaver

2) you can try the conditional breaks

3) if you need this specific layout, you should adapt your form structure (maybe even ABAP DDIC structure)

do not work with your two pages (1-20, 21+ cols) as a one, but design that directly as two. Split your "wide" table into two tables and create two patterns/ templates for two separate pages. At least that is what I would do.

Regards, Otto