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

insert 'with key', impossible?

Former Member
0 Likes
303

Hello,

I try to insert 'LIKE LINE OF' table into internal table but I found only INSERT... INTO... INDEX!

Is it possible to insert this line on special position like node_key?

thanks

1 REPLY 1
Read only

Former Member
0 Likes
277

Hi tobias,

1. I don't think is any special syntax for inserting w.r.t. to node key.

2. Workaround is by using READ Statement before inserting.

READ ITAB with key fiedl1 = val1 .

3. Then we can use insert.

regards,

amit m.