Hello Experts,
We have a requirement where we have to call a subform as many times as number of entries in an internal Table.
Here is the subform:
In the driver program, we have an internal table with 4 languages. I have to do mapping for those 4 languages so that the above subform appears 4 times, once for each language. Later on, if user wants to add or remove any entry, he can do it by using the Add and Remove buttons. Add/Remove buttons are working fine and the user can Add/Remove language details manually.
My question is, can we call this subform multiple times based on internal table entries?
Can you help me with this?