Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMPORT statement in OO

Former Member
0 Likes
367

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
350

Hello,

Please declare gt_dispute_data and try the following:

IMPORT gt_dispute_data FROM MEMORY ID 'CO_MEMORY_ID'.

Thanks,

Venu

1 REPLY 1
Read only

Former Member
0 Likes
351

Hello,

Please declare gt_dispute_data and try the following:

IMPORT gt_dispute_data FROM MEMORY ID 'CO_MEMORY_ID'.

Thanks,

Venu