Hi!
How can a declare this in the same method
Export an internal table into memory
Import the same internal table from memory
I have a batch job that uses a method. The method is reading a table without keys. Therefore I would like to read the table 1 time and then reuse it from the memory because the method will be executed x times each time.
How do I code this?
Regards Christina