cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BTP RAP managed batch service is failing due to duplicate keys

gchavala
Explorer
0 Kudos
289

I have created RAP MANAGED service for batch processing via API gateway service to post data into a custom table in SAP, the problem is like service is getting failed if the subsequent request has duplicate records when compared to custom table entries which had already existed in the table.

Note: If no duplicates service is up and posting the data.

Any suggestion to resolve this issue is greatly appreciated.

 

Accepted Solutions (0)

Answers (1)

Answers (1)

MioYasutake
SAP Champion
SAP Champion
0 Kudos

@gchavala 

Why not use UUID as a key field?

gchavala
Explorer
0 Kudos
Thanks for your response, could you please be in detailed if possible with an example