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

Select duplicated records using SE16 ?

Former Member
0 Likes
4,226

Is it possible to discover the duplicated records using SE16?

Thanks!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,554

No it is not. You can however download that data to excel, and then do some tricky excel magic to show you the duplicates.

Regards,

RIch Heilman

Is it possible to discover the duplicated records using SE16?

Thanks!

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,555

No it is not. You can however download that data to excel, and then do some tricky excel magic to show you the duplicates.

Regards,

RIch Heilman

Read only

JozsefSzikszai
Active Contributor
0 Likes
2,554

Yes it is!

You display the whole table (all lines and all fields), than you compare it line by line. Some sorting might be useful

On the other hand if there is at least one key field in the table (which is always the case), there should not be much duplicate entries...

Read only

Former Member
0 Likes
2,554

Hi,

In SE16, we have an option to display the data in the ALV Grid format,

Settings --> User Format, then select the ALV GRID Display, then you can sort the records using the Standard Sort options then you come to know about the duplicate records

Regards

Sudheer