Skip to Content
0
Oct 26, 2017 at 01:23 PM

NEED TO DELETE DUPLICATE RECORDS IN S111 DATABASE TABLE

264 Views Last edit Oct 26, 2017 at 01:25 PM 2 rev

Hi ,

Currently im using ECC 6.0 EHP 8.0 version.

i need to delete duplicate records in database table S111. For deletion im using the statement.

Loop at...

DELETE S111 FROM gw_table.

endloop.

But the system is throwing run time error. that is the system is not allowing to delete multiple duplicate records using the work area.

the below logic works for deleting multiple records. but taking too much time and performance is too poor. any idea to resolve this issue.

loop at ..

DELETE S111 FROM TABLE gi_table.

endloop.

Attachments

q.jpg (49.9 kB)
11.jpg (76.5 kB)