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

How to loop into template

Former Member
0 Likes
493

hello,

i had created smartform, in that i had created the template. Now the driver program had passing two records. But the template at a time will process the one record. So can we please specify how to loop into internal table which is coming into smartform from driver program. I had check in the driver program the internal table conatins two record but at the time of execution ie after passing to smartform it is taking latest record ie second record.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
385

Normally we dont loop on Template coz its hard to see data there than. Instead create two rows and display data there. otherwise choose Tables.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
385

HI,

Create a Flow Logic Loop and keep your template in your loop. Give the name of the internal table to internal table property under data tab..

Thanks

mahesh