cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate Messages Identifying in XI...

Former Member
0 Kudos

Hi

In my issue is i need to identify the duplicates, I am Sending the data MES System to R/3 system through XI, Please any one can suggest me this...

Thanks in Advance

Manoj

Edited by: Manoj on Aug 8, 2008 9:14 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can do this either by wirting the shell script logic, or better way use the DB Lookup where after every processing maintain the file name in SAP table and then in Mapping validate if the file name is alreday used or not as per the table entries.

For this you need to take the File name in Mappng and that you can use the sample code available for dynamic file name.

Rest is to use the DB lookup.

Generic Approach for Validating Incoming Flat File in SAP XI - Part 1

Regards,

Nithiyanandam

prateek
Active Contributor
0 Kudos

Make an intermediate table in R3 system which stores the unique value of each record inserted. When a new record passes through XI, XI can make an RFC lookup to check if the record is already present in this table. If yes, then the value should not be mapped and an alert can be raised if reqired. If no, then the mapping may b proceeded and value can be inserted.

Regards,

Prateek