Application Development and Automation 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: 
Read only

Create pages dynamically in SmartForms

Jimmy21
Participant
0 Likes
1,295

Hello everyone.

I have a set of data that is printed by a SmartForm, are 300 records. On the first page show me 50 records (those entering the page). How I can I do to generate more pages (depending on the number of records) and there show the missing records?

PS: Sorry for my english

1 ACCEPTED SOLUTION
Read only

deepak_sharma_sap
Active Participant
0 Likes
928

Hi,

Collect all your 300 records in an internal table and pass it to SMARTFORM.

  Create a table in Window of Smartform and then under the DATA tab of table loop at your internal table.

It will automatically extend the table to further pages till all the records are displayed.

Thanks

Deepak Sharma

4 REPLIES 4
Read only

deepak_sharma_sap
Active Participant
0 Likes
929

Hi,

Collect all your 300 records in an internal table and pass it to SMARTFORM.

  Create a table in Window of Smartform and then under the DATA tab of table loop at your internal table.

It will automatically extend the table to further pages till all the records are displayed.

Thanks

Deepak Sharma

Read only

0 Likes
928

Thanks Deepak

Read only

D_Chia
Active Participant
0 Likes
928

do you have a MAIN Window in your Page?

Read only

Former Member
0 Likes
928

Hi Jimmy,

Print these 300 records in main window and not in secondary window.

Thanks