cancel
Showing results for 
Search instead for 
Did you mean: 

ICR Process 002 File Upload Error

dominic_holdstock
Active Contributor
0 Kudos

Hello,

I am uploading items for Process 002 via a file. The system is, unlike process 003, not checking for existing documents but treating all records as new data. Hence i now have multiple duplicate records.

Does anyone know where the problem could be.

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member572578
Active Contributor
0 Kudos

Hello Dominic,

This is the system design and is consistent with the way data selection works for process 002. All data supplied by data selection is treated as new data. If you cannot ensure that only new data is contained in the upload file you have to implement BADI method CHANGE_DATA_TABLE for one of the early events, check which data records already exist, update them if necessary and then only leave the new data records in the table. You can use the logic for processes 001 and 003 in CL_FBICRC_SERVICES~COMPLETE_DATA as a template.

Best regards,

Ralph

Answers (0)