Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use export/import in the same method

Former Member
0 Likes
464

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

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

1 REPLY 1
Read only

Former Member
0 Likes
421