So I have a conditional break on a header subform specified, that when there is a change in the org unit value of my internal table to create a new page with the new header details.
Within this, I have another subform for my internal table with Pagination. The issue comes in when there are an exact number of records for an org unit, that fit into the page, that it causes a break here and then because the org unit changes, it causes another break at the header level, causing a blank page to be created. If the org unit has data that only partly fills the page before it changes..... because there is essentially no Pagination occurring before the org unit changes, no blank page is created and it creates the New Page correctly.
Any idea on how to solve this?