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 values into an existing set

Former Member
0 Likes
409

Hi,

Let us know how to insert values into an existing set.

Thanks for ur help.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
351

existing set in internal table of database table?

Actually this doesn't differ too much since you'll have to use the same statement (more or less). Syntax only slightly differs.

But to make one thing clear, you can't do an insert of the entry already exists. What you can do is an update using statement MODIFY. Look at F1 help for further explaination on use of this statement.