Application Development 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: 

Absolete Statements SLIN Error

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Dear Shivakumar,

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

Regards,

Sivakumar.A