‎2008 Feb 22 6:57 PM
Hello,
I am trying to export to a memory-id information that
a user is entering into a field. I was told that I
could use a field exit, but I not familiar with out to
set this up.
Thank You
‎2008 Feb 22 7:01 PM
Hi,
You can use
For imprting
IMPORT Var_1 from memory id 'MEMORY_1' .
For Exporting
EXPORT var_1 to memory id 'MEMORY_1' .
U have to use same memory var to which ur exporting and importing.
Thanks
Chaitanya
‎2008 Feb 22 7:01 PM
Hi,
You can use
For imprting
IMPORT Var_1 from memory id 'MEMORY_1' .
For Exporting
EXPORT var_1 to memory id 'MEMORY_1' .
U have to use same memory var to which ur exporting and importing.
Thanks
Chaitanya