Skip to Content
0
Former Member
Feb 09, 2007 at 04:24 PM

How to use export/import in the same method

34 Views

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