2010 Jun 28 10:21 AM
Hi,
I am using a standard function module, BBP_GET_BOBUSERS_F4. However, after the execution, im getting duplicate entries in my table.
Please suggest cause and solution.
Thanks,
Prisford Pereira.
2010 Jun 28 11:02 AM
Hi,
To remove duplicate entries try the following piece of code-
SORT the internal table entries BY <field name>.
DELETE ADJACENT DUPLICATES FROM internal table COMPARING <field name>.
Hi,
I am using a standard function module, BBP_GET_BOBUSERS_F4. However, after the execution, im getting duplicate entries in my table.
Please suggest cause and solution.
Thanks,
Prisford Pereira.
2010 Jun 28 10:38 AM
Hi,
Please be more specific about your Requirement.
Are you passing any entries into this function Module.? What are those values?
With Regards,
Sumodh.P
2010 Jun 28 11:02 AM
Hi,
To remove duplicate entries try the following piece of code-
SORT the internal table entries BY <field name>.
DELETE ADJACENT DUPLICATES FROM internal table COMPARING <field name>.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |