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

oDataService Request is called multiple times

0 Likes
1,138

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

Accepted Solutions (0)

Answers (0)