Hi
Is there a way to store an Internal Table in SAP memory in way that it remains even the program is finished and after is re-executed ?
I need only the first time the program is excuted it access the BD with SELECT and fill the internal table, and then all the next times the program is excuted it does not need to access the BD but only read the the table from memory.
Thanks in advanced.
Frank