Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

smartform - repeat next page

former_member206621
Contributor
0 Kudos
615

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

1 ACCEPTED SOLUTION

former_member206621
Contributor
0 Kudos
162

I have solved my issue:

2 REPLIES 2

Patrick_vN
Active Contributor
0 Kudos
162

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.

former_member206621
Contributor
0 Kudos
163

I have solved my issue: