I have a dynamic table with different formats of rows.
Say
Row1 : Material Name , Material Type
Row 2 : Quantity, Base, Volume
Row 3 : Date, Duration, Availability
Now all these fields are present in a table. I created a deep structure to which refers to the field of the Context table present in layout of SFP transaction
Now my requirement is as many tables should be created as many rows are present in the internal table.
If 3 rows are there, then 3 times above table should be created.
Please help me if there is a solution for this