cancel
Showing results for 
Search instead for 
Did you mean: 

duplicate records being added on Insert Row

Former Member
0 Kudos

I have 2 tables in an iview. One table contains entries and one table is blank (shopping basket).

When I click on the a row in the first table and select a "add to basket" button, a command "insert row" adds the record to the second table. The second tables uses expressions to insert the data.

However, it seems to be adding 2 rows of the same information everytime I click the button.

Any clues why?

Also, is there a command I can use to clear the values in the "shopping basket" table after submit to a BAPI?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you want to move a row from one table to another table , you can use 'Move row' system action instead of 'Insert row'. It'll add only one row in table2.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks. I have tried this but it now copies nothing.