cancel
Showing results for 
Search instead for 
Did you mean: 

Display Header with Item details for every Material number in a new page

suneel_uggina
Participant
0 Kudos

Hi all,

I created a Form which displays the Material Number with its sub items details for the given Billing document  Number ,using where condition to relate material and its sub items. Now I am getting the Form display as shown in the below screen shot.

But My requirement is to display the Sub items table for every material number in a New page.

First page : Material Number with its sub items table

Second Material Number and its sub items should be displayed in a new page.

Could anyone please suggest is there any way to achieve this functionality..

Thanks in advance,

Suneel.

Accepted Solutions (1)

Accepted Solutions (1)

Florian
Active Contributor
0 Kudos

You just need to wrap the part into a subform and pass the decided content area in the object-properties.

~Florian

suneel_uggina
Participant
0 Kudos

Hi Florian

Thanks for your reply.  As you suggested  I wrapped into the single sub form and I set the pagination option  as Go To Next Page .Now I am getting the every table in a New Page. But  I am getting an empty page at the end of the PDF form. I am using only one master page in my layout design..

Please suggest how to delete this Empty page..

Regards,

Suneel.

Answers (1)

Answers (1)

Florian
Active Contributor
0 Kudos

Hi Suneel,

you need to check when it is the last line of your table, because the subform now jumps after the processing to the new page. So you need to add a condition

~Florian