Skip to Content
0
Former Member
May 27, 2008 at 06:37 AM

compare records

28 Views

Hello,

I have scenario from file to RFC

I looking for way to compare records and if 4 from 5 fields is same I want to make from this records 1 common record.

For example:

In the file I have this records

ab;bc;cd;de;4

aa;bb;cc;dd;7

ab;bc;cd;de;8

I want to transfer to RFC this records:

ab;bc;cd;de;12

aa;bb;cc;dd;7

Elad