Reading an internal table by index
Hi.
Is it possible in ABAP Programming to read an internal table by is index?
For example in JAVA we can do something like that:
var = my_table[index];
How can we access data by specifying the row we need in ABAP?
Thanks for your help.