‎2008 Feb 06 12:49 AM
Hi All,
Can some one give me a code sample of exact syntax for IMPORT statement.
I tried the following way
IMPORT gt_dispute_data FROM MEMORY ID co_memory_id.
but giving an error.
shylesh
‎2008 Feb 06 1:09 AM
Hello,
Please declare gt_dispute_data and try the following:
IMPORT gt_dispute_data FROM MEMORY ID 'CO_MEMORY_ID'.
Thanks,
Venu
‎2008 Feb 06 1:09 AM
Hello,
Please declare gt_dispute_data and try the following:
IMPORT gt_dispute_data FROM MEMORY ID 'CO_MEMORY_ID'.
Thanks,
Venu