‎2008 Jun 13 11:38 AM
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
‎2008 Jun 13 11:44 AM
HI,
I used these concept in my programs, it made no performance issue.
‎2008 Jun 13 11:42 AM
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á
‎2008 Jun 13 11:42 AM
Hi,
there will not be any performance issue by using export and import.
Regards
Susheel
‎2008 Jun 13 11:44 AM
HI,
I used these concept in my programs, it made no performance issue.
‎2008 Jun 13 11:45 AM
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
‎2008 Jun 13 11:51 AM
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