‎2006 Nov 21 9:10 AM
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
‎2006 Nov 21 9:17 AM
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.