Application Development 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: 

Delete duplicate records from ztable

0 Kudos

How to delete duplicate records from ztable in sap abap.

Regards,

Gautam

1 ACCEPTED SOLUTION

matt
Active Contributor

Type the word "DELETE" in an ABAP Editor. Put your cursor into that word and press "F1" (for ABAP Help). Read the documentation. Apply.

4 REPLIES 4

matt
Active Contributor

Type the word "DELETE" in an ABAP Editor. Put your cursor into that word and press "F1" (for ABAP Help). Read the documentation. Apply.

SimoneMilesi
Active Contributor
0 Kudos

He is asking about delete from DB table not internal

0 Kudos

So it will from internal table not ztable.

kiran_k8
Active Contributor

Gautam,

First question is, why there are duplicate records ?

Doesn't the table has a Primary key ?

K.Kiran.