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
600

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
573

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
574

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
573

Dear Shivakumar,

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

Regards,

Sivakumar.A