cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple operation at same time

Former Member
0 Kudos

Hi Experts,

we are creating a ui5 application. On application header we need to call 3 gateway service.

one gateway service to update a table "Atab" and other two gateway service to read from two different table ("Btab" and "Ctab").

can we call all three at same time if yes how.

Thanks for help.

Accepted Solutions (1)

Accepted Solutions (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

you can do that using batch operation with one call to PUT and 2 calls to GET within single batch operation.

Refer this blog for more details.

Regards,

Chandra

Answers (0)