Hi All,
I have an internal table like as below.It contains an internal table inside as follows.
How to build a separate internal table which contains all the item details.
I tried as follows.
Loop ABC into WA_ABC.
KYZ = WA_ABC-Item.
Endloop.
I am getting only the C values as there is no append statement.Kindly help.
Ram
