Skip to Content
0
Former Member
May 10, 2008 at 05:00 AM

how to assign Internal table to nested structure.

459 Views

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.