2012 Jun 26 10:01 AM
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
2012 Jun 26 10:05 AM
Moderator Message: This is easy ABAP Manipulation. Please try to work it out before posting here. "Hint: Use Control break statements".