‎2008 Nov 11 1:26 AM
Dear experts:
When I am using 'import mi[] from memory ID Z_memory.', I don't know how many times can I import from the same memory ID. For example, I want to export once and need to import many times.
My code is like this:
export mi[] to memory ID Z_memory.
import mi[] from memory ID Z_memory.
import mi[] from memory ID Z_memory.
Could the second import successful?
Thanks in advance.
regards,
tyrolu
‎2008 Nov 11 1:41 AM
‎2008 Nov 11 1:42 AM
hi tyrolu,
you can import from the memory for more time also....
why do you want to import same content many times in one program ? instead you can import it at once and you can use it many times right......
sastry
‎2008 Nov 11 1:58 AM
Thanks for all your reply.
I'm writing my code in enhancement, and I need to exprt an internal table to memory for later use.
Now the import statement is unstable. Sometimes it can import more the 1 time, and sometimes it can.
Depending on the cituation I guess maybe I leave the program, the import can not work for more than 1 time, am I right?