‎2006 Jul 10 9:03 AM
Hi Friends,
What is the use of loop in table(main area) in smartforms??
‎2006 Jul 10 9:05 AM
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
‎2006 Jul 10 9:05 AM
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
‎2006 Jul 10 9:07 AM
Hi ,
Loop is used to loop the internal table and show the Internal table contents in that window.
Regards
vijay
‎2006 Jul 10 9:40 AM
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.