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

any example on import & export itab to memory id in object oriented

Former Member
0 Likes
4,804

hi,

the following statement is not support in the object oriented method coding.

export itab[] to MEMORY ID '12345'.

please advise an example to code it in the method of class.

thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
995

Hi try this,

import it_ekpo to it_ekpo_tmp FROM MEMORY ID 'ABC'.

export it_ekpo from it_ekpo_tmp TO MEMORY ID 'ABC'.

Amresh.

Hi try this,

import it_ekpo to it_ekpo_tmp FROM MEMORY ID 'ABC'.

export it_ekpo from it_ekpo_tmp TO MEMORY ID 'ABC'.

Amresh.

3 REPLIES 3
Read only

Former Member
996

Hi try this,

import it_ekpo to it_ekpo_tmp FROM MEMORY ID 'ABC'.

export it_ekpo from it_ekpo_tmp TO MEMORY ID 'ABC'.

Amresh.

Read only

0 Likes
995

thank you.

Read only

Former Member
0 Likes
995

Hello,

In oops also we use the same thing

check this link so that u will get some idea.