Hi,
Can any one say how to assign Internal table structure to a nested structure.
EX:
Data:X type table of Nestedstructure.
x-1 = '123'.
x-2 = 'abc'.
call tree->methodname
Export
Output = x.