How to one remove entry if double entry in list

Hi,

In the SAP Tools some time users has made double entry for the single items…

can you tell me how to check and remove one entry from the list.

snapshot attached for your reference.

Expected Output:

If found we have to remove one line and put “0”

image

Thanks
Shyam

Hello @Shyam_Pragash ,

  1. In SAP Screen - export the results to excel
  2. Use Linq query to get duplicated records
  3. Use for each and in loop body use .Select method (based on any 2 column names) get the row index , perform the deletion operation in SAP window for that Row.

Regards,
Rohith