Hello experts,
I would like to write a program which performs the following:
1. Get user input specifying the name of a table (not a problem on how to get that; my doubts starts at item 2. ...)
2. Once I have got the (random) name of the user-selected table to be able to read the given table's contents
3. And even more... I want to go through the table records and write the corresponding values on screen or even play/operate with them from the code
I suppose this could be achieved by using FIELD-SYMBOLS and/or Dynamic Internal Tables; however I've tried with some coding without any success, therefore I'm not sure how to start. I've seen links like http://scn.sap.com/docs/DOC-42525 but not sure I understand how to implement all of this.
Do you have any clues, samples, etc.? Any help will be much appreciated.
Thanks in advance. Best regards,
Bernardo