2016 Mar 15 12:36 PM
Dear all,
We have the following issue with one of our smartforms:
page 1 - contains data from SAP (all data fits 1 page)
page 2 - only contains fixed data (headers of table) and data should be manually entered by end-users
page 3 till page 5: should be a copy of page 2.
The result should be 1 page with data from SAP and 4 similar pages with no data.
How can we achieve this without making dummy internal tables or dummy pages.
Kind regards,
Lieselot
2016 Mar 15 1:36 PM
2016 Mar 15 12:57 PM
Not 100% but you could try to add a command node at the end of the second page that calls the second page again. With some counter and a condition, you can keep track of the number of times you have done so already.
Another option is to separate the two pages in two different forms. The print program then calls the first one time, and the second n times. All of it in the same spool request so that it gets printed together.
2016 Mar 15 1:36 PM