I have a table with 400 recs. among some are duplicate records.
how can I remove the duplicate records from the table.
pls help me out.
Answer Posted / sunil
Sort internal table according to field which is having
repeated values. And the use the statement "DELETE ADJACENT
DUPLICATES FROM <internaltable> COMPARING <the field with
which u sorted the internal table>.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What work you have done in HR module
How can end-of-selection be used?
What is the Process to transfer IDOC from Outbound System to Inbound system.
what is user specific parameter?
In delivery processing which step comes first picking, packing, posting goods issue ?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is use of transparent table in abap? How it is different from pool tables?
if while coding power goes off , how to retrieve the codes?
Difference between BDC vs Direct Loads?
Reports: Event functionality.
What are the system table used in abap?
What are the difference between call screen and leave screen?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is the syntax for ‘call transaction’?