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

Absolete Statements SLIN Error

Former Member
0 Likes
602

Dear Experts,

I am using the following statement .it is giving the SLIN Error.

IMPORT it_node FROM MEMORY ID 'QWERT'.

Could you please tell met how to avoid the SLIN Error ?

Thanks in Advance.

Regards,

Sivakumar.A

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
575

Hi,

Use as below:

IMPORT name_1 TO var_1 ... name_n TO var_n FROM MEMORY ...<ID>

IMPORT it_node TO ITAB FROM MEMORY ID 'QWERT'

ITAB can be of the same type as IT_NODE...

Regards

Shiva

2 REPLIES 2
Read only

Former Member
0 Likes
576

Hi,

Use as below:

IMPORT name_1 TO var_1 ... name_n TO var_n FROM MEMORY ...<ID>

IMPORT it_node TO ITAB FROM MEMORY ID 'QWERT'

ITAB can be of the same type as IT_NODE...

Regards

Shiva

Read only

0 Likes
575

Dear Shivakumar,

Thaksa lot for Quick reply. my problem is completely soved.

Regards,

Sivakumar.A