Loop
Loop node is used to process output repeatedly.
You use the loop node to read data from an internal table line by line. As far as the child nodes are concerned, it is still open how you will continue to process this data.
Loop node is used to process output repeatedly.
You use the loop node to read data from an internal table line by line. As far as the child nodes are concerned, it is still open how you will continue to process this data.
Example: You pass an internal table containing customer data and an internal table containing customer orders to the form interface. You use a loop to read the customer data and display it. Within the loop, you create a table and use the customer number to display the orders of this customer. This allows you to display the orders of all customers on one form.
Procedure
Template
Template can be used when you know the exact size of the output or the output is in a fixed format.
E.g. Tax form/ cheques /airline form/railway ticket: all these use templates.
The big between table and template is that in a Table the height changes dynamically. We call a row a 'line' in template.
E.g. Tax form/ cheques /airline form/railway ticket: all these use templates.
The big between table and template is that in a Table the height changes dynamically. We call a row a 'line' in template.
No comments:
Post a Comment