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?