Skip to Content
0
Former Member
Apr 27, 2009 at 10:16 AM

How to create dynamic nested internal table

960 Views

Hi Experts,

Pleae tell me or give sample code, how to create dynamic nested internal table ?

I have seen threads saying creation of dynamic internal tables using some table structure only. But now the requirement is to create dynamic nested internal table.

For example the internal table contains two fields viz., one is field1 of dynamic internal table and other is normal field2 and values as shown below:

Nested internal table:

field1 | field2 ...

-


<table content1> | value2..

<table content1> | value2..

Here the [table content] should also a dynamic internal table.

Let me know if you need any other info.

regards

Saravanan R