on ‎2022 Jan 03 2:00 PM
We have an oDataService that receives a deep entity and with this information it creates a sales order in the SAP backend.
Now the oDataService works fine but sometimes we have a strange behavior: The oDataService is called two times of the same request. The result is, when i want to create a sales order, it creates two identical sales orders with different order id's. The creation time of the orders have a difference of 4 seconds, so it happens in a very short time period.
So my question is: When I call an oDataService once, why does it call the services two times?
I have also build security mechanism in the Fiori app and also in the SAP Backend to prevent the user to send multiple request within a minute. But it does not matter because i belive that the request is not send multiple times by the user. It seems that this happens automatically.
Any help is appreciated, thank you
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.