‎2010 Mar 31 7:25 AM
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.
‎2010 Mar 31 7:30 AM
Use Insert statement for this.
INSERT wa INTO itab INDEX idx.
‎2010 Mar 31 7:31 AM
‎2010 Mar 31 7:36 AM
Please SEARCH in SCN before posting basic questions or simply hit F1 on INSERT. You could have got the answer
‎2010 Mar 31 8:42 AM