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

loop in sf

Former Member
0 Likes
454

Hi Friends,

What is the use of loop in table(main area) in smartforms??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

If you have display all the rows of the internal table in the smart form, you have to loop at the table right? That is what exactly the LOOP does. The table is further divided into Header / Main Area / Footer, so that you can clearly distinguish between the header / footer and the data of the internal table.

Regards,

Ravi

Note : Please mark all the helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
423

If you have display all the rows of the internal table in the smart form, you have to loop at the table right? That is what exactly the LOOP does. The table is further divided into Header / Main Area / Footer, so that you can clearly distinguish between the header / footer and the data of the internal table.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
422

Hi ,

Loop is used to loop the internal table and show the Internal table contents in that window.

Regards

vijay

Read only

Former Member
0 Likes
422

Hi Salil,

While creating a table in the smartform in the data tab we loop at the internal table.We used to fill this internal table from the database table in our print program.Create all your cells to display the data in the main area.The cells will be displayed with the record of the internal table when execting the print program.