Skip to Content
0
Former Member
May 13, 2008 at 05:26 AM

Export internal table to memory in User Exit FM

193 Views

Hi all,

My scenario here is to export an internal table in one user exit FM and import it back in another user exit FM.

I was trying to use

Export lt_table to memory id 'LABEL'.

then

Import lt_table from memory id 'LABEL'.

But then i hit error in the import statement. How can I rectify this?

Thanks. Answer will be rewarded.