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

import & export issue

Former Member
0 Likes
677

Hi,

I am calling a another program A by program B using SUBMIT tranasction, In my Program A i am exporting two internal table to a memory ID and in my program B i am importing, i am succesful in that, But my question is that any performance or any porblem if use it and imagine if two internal table might have 1000 records.

If it is not reccomended please suggest me some round about way to achive the same.

regards,

prabhu

Points assured

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

HI,

I used these concept in my programs, it made no performance issue.

5 REPLIES 5
Read only

Former Member
0 Likes
646

Hi!

I don't think there could be any problem with EXPORT/IMPORT. At least I never met with any problems before, and I used a lot of tables with this way.

Regards

Tamá

Read only

Former Member
0 Likes
646

Hi,

there will not be any performance issue by using export and import.

Regards

Susheel

Read only

Former Member
0 Likes
647

HI,

I used these concept in my programs, it made no performance issue.

Read only

Former Member
0 Likes
646

HI jayaraman,

absolutely..you can import through memory id..even if it is 1000 records for one internal table..but make sure

u free the memory after receiving it in the program...

regards,

sampath

Read only

Former Member
0 Likes
646

hiii

here you are doing import/export by using memory id.so only that memory id will be pointed.it will not affect to performance as here nothing is affected to server.so performance will be same for 1000 records or more then that.

reward if useful

thx

twinkal