Skip to Content
0
Former Member
Jul 17, 2008 at 10:15 AM

generic type for creating node element table

35 Views

Assuming there is a view by the name MAIN and its context has a node called TABLE. This node is to be used to fill up the texts for a radiobuttongroup by index element.

We have something like IF_MAIN=>ELEMENT_TABLE available to declare a table to fill up the values.

something like

data : itemlist type table of if_main=>element_table.

But in my case i am creating the context node dynamically. Is there a generic type available using which i can declare my table?