简体   繁体   中英

V2 oData Read Batch Operation SAP UI5

I have two read odata(V2 Version) call for my application. For this, I have tried batch operation. But I stuck somewhere. Because my second odata call input is depend on first odata call output. Is it possible to send the two calls at a time in batch(V2 Odata Model)?

Regards Karthik S

It is not possible to group dependent calls into a single $batch.

But you may be able to design it better. If the first call gets data from the backend which is input to the second call, why can't the second call fetch the same input data directly from backend instead of from output of the first call?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM