Solution : https://service.sap.com/sap/support/notes/1223532 (SAP Service marketplace login required)
Summary :
This SAP Note addresses an issue when adding new records to the "RESULT_PACKAGE" table within the transformation end routine. It specifies that error handling and error request generation require compliance with defined design rules to prevent the RSODSO_UPDATE 19 error, signaled by duplicates in DataStore objects. The solution mandates that the 'RECORD' field should contain a unique identifier, using a specified service method "new_record__end_routine" incorporated from Support Package 19 (Note 1180163). Error management must be activated in the data transfer process (DTP), and records need to be managed distinctively based on their origin and reference to maintain integrity and avoid processing errors.
Key words :
scenario description' importing record_new = result_fields_new-record, source record record_new unique number, result_fields_new type type _ty_s_tg_1, duplicate data record detected, ->new_record__end_routine exporting source_segid = 1 source_record = '---->, data transfer process, field symbol <result_fields>, prerequisites error handling, error handling functions, error request generation
Related Notes :
1258089 | Design rule: Adding records to the start routine |
1257964 | Error RSM2 720 during DTP execution for Master Data |
1180163 | RSM2 716 data record 0 segment; RSBK 257 in DTP monitor |