cancel
Showing results for 
Search instead for 
Did you mean: 

Reprocessing errored records in JDBC to RFC

mohammadaamir_khan
Participant
0 Kudos

Hi All,

I have scenario where data if flowing from JDBC to RFC and creating Sales order in SAP and updating the JDBC with success or failure depending upon result, all this is working fine.

I need to develop reprocessing where in user can reprocess the failed record. User want to have manual option of re processing failed records as well as automation for the same.

Please suggest best way to achieve this re processing functionality.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mohammad,

In my opinion the best way is to save all the incoming data in the ECC target system in a Z table with a status with OK or KO. Later you can make a Z Report to read that table with the possibility to change the data and to repeat the original ECC processing. The ECC user will understand the data and he can decide what the data to be changed.

In PI you can change the payload like this wiki said Editing message Payload in XI - Process Integration - SCN Wiki but if you want an automatic process you would need to do a Report as well, then the below option appears to be better.

Regards.