Get data from internal table then display on a screen
Hi,
I have a module pool program with a screen, and I need to retrieve the data of an internal table that type standard table of RSEDCRESUL, then display these data on the screen with a list separator between columns LINE1, TEXT1 and columns LINE2, TEXT2, the formation is as follow:
LINE1 TEXT1 | LINE1 TEXT1.
Could you give me some suggestions on how to solve this problem? Which element type should I used to display the result and how to achieve it?
Best Regards,
Stephanie