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

Mark duplicate field in internal table

Former Member
0 Likes
443

Hello ,

I have table with some duplicate entries and i want to mark if some field is duplicated to abap true (the second entry ).

what is the best to do that ?

Regards,

joy

for example

itab

target_field  is_duplicated

username

username      X

f1

f2

f3

f3            X

Hello ,

I have table with some duplicate entries and i want to mark if some field is duplicated to abap true (the second entry ).

what is the best to do that ?

Regards,

joy

for example

itab

target_field  is_duplicated

username

username      X

f1

f2

f3

f3            X

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
403

Moderator Message: This is easy ABAP Manipulation. Please try to work it out before posting here.  "Hint: Use Control break statements".