My requirement is to display one internal table inside item table.
Output should look like this,
Item Table
Field1 | Field2 | Field3 | Field4 | ||||||||||||
Value11 | Value12
| Value13 | Value14 | ||||||||||||
Value21 | Value22
| Value23 | Value24 |
I have both table data in one internal table(using table line for 2nd table).
How to get this output in Smartform?