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

Append itab using index

Former Member
0 Likes
15,568

Hi Experts,

Sorry for this question. I searched a lot. But didnt get the answer.

I have internal table with 3 data's. Now i want to add one record from work area at the first row of internal table.

append itab from wa index 1.

How to achieve this?

Thanks in adavance.

4 REPLIES 4
Read only

Former Member
5,431

Use Insert statement for this.

INSERT wa INTO itab INDEX idx.

Read only

andreas_mann3
Active Contributor
0 Likes
5,431

use insert itab INDEX idx

A.

Read only

Former Member
0 Likes
5,431

Please SEARCH in SCN before posting basic questions or simply hit F1 on INSERT. You could have got the answer

Read only

ThomasZloch
Active Contributor
0 Likes
5,431

What Vikranth said.

Thread locked.

Thomas