cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE MASTER PAGE table printing each print of same MASTER PAGE

Former Member
0 Kudos

I would like to display/print same internal table of code and description on each MASTER PAGE. I only have one MASTER PAGE per document.

The internal table is built once in interface and passed as Global Data via context. It will never have more records than will fit on bottom of master page by design. I do this as descriptions might change AND it seems valid that the code description be loaded each time a run is done.

There was no problem placing the table on MASTER PAGE but it only printed on the first MASTER PAGE.

This is NOT an interactive form BUT that should make no difference as these table records are READ only.

I do not have Pagination entry and default binding is none.

Edited by: Michael Hintergardt on Mar 4, 2011 3:22 PM

Edited by: Michael Hintergardt on Mar 4, 2011 3:25 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It appears you must never use table in MASTER PAGES but rather load the rows into individual fields. Best to use fiedl-symbols to make field names from default text concatenated with sy-tabix as number. This works and need only be done in the interface and fields passed in global data. Darn!