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

data records

Former Member
0 Likes
635

I have an internal table with 10 records, Now if I want to add 5 new records then is there any method apart from insert or collect ??

r what is the exact process to do that ???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

append

5 REPLIES 5
Read only

Former Member
0 Likes
614

append

Read only

0 Likes
613

tanx to gopi and rob

Read only

0 Likes
613

hi,

can you please mark this question as answered?

Kind regards, Rob Dielemans

Read only

gopi_narendra
Active Contributor
0 Likes
613

Use APPEND statement

Regards

- Gopi

Message was edited by: Gopi Narendra

Read only

Former Member
0 Likes
613

U can even use MODIFY command for the same as it serves the purpose to modify an existing record or appends it if it does not exist in the table.