cancel
Showing results for 
Search instead for 
Did you mean: 

Why are there multiple calls to Create Simulation Method in Create Sales Order Fiori App?

Former Member
0 Kudos

I was trying to debug the Create Sales order app on pressing Checkout, I noticed that for simulation there are multiple calls to back end.Why are multiple calls required in back end and why can't it be replaced by a single Odata call?

simulation-call.png

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185414
Active Contributor
0 Kudos

Hi,

Go further deeper and check the request payload of the batch request. All these requests are for fetching different data and their body will contain calls to different entities or other functions to fetch their respective response.

BR.