cancel
Showing results for 
Search instead for 
Did you mean: 

Add Selected Records

Former Member
0 Kudos

Hi,

In my abap web dynpro app. i need to add selected record rows by a user (Table). For some reason the add records are always been overwritten by new records to a table(Table2). Could you please let me know whts causing the problem ??

Thanks,

Vind.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The cause could be you are overwriting the existing records while adding new ones.

If you are using method bind_table then there is a importing param named as SET_INITIAL_ELEMENTS which is true by default.

Set it to abap_false to avoid overwrite and to append records.

Regards

Manas Dua