cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

HI Group,

In File to File Scenario how to avoid duplicate records

0 Likes
View Entire Topic
MichalKrawczyk
Active Contributor
0 Likes

Hi,

Don't send the same file twice

Regards,

michal

Former Member
0 Likes

HI Michal,

If I have record whcih repeating twice in the same file how to avoid this situation

Former Member
0 Likes

Hi swabap,

you do that inside the mapping. I would take ABAP or XSL for that reason. May be Java but not grafical. Sort the fields and loop. Remember the value of the actual field and compare with the last. If same throw away. I cant translate the programming technique very well into english, may be it is call "group step handling" or something like that.

Regards,

Udo