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

Batching multiple operation in a single request

GowthamRaja
Active Participant
0 Likes
3,548

Hi Experts,

I am doing a task as displayed below

How To Batch Multiple Operations Into A Single Request

whether the multiple operation in a single request can be done only with Odata using $batch or there is any different approach. is it possble to do it using rfc methods as per link [Content Deleted June 2013] Kindly help me on this issue

Message was edited by: Jason Lax

View Entire Topic
wbrown
Participant
0 Likes

Hi Raja,

If I understand the question correctly, the $batch is the only operation that you can use to send multiple requests over one http call.

It is possible to use the RFC methods, but the $batch function was introduce in SP4 (I believe) so if you were running SAP NetWeaver Gateway 2.0 SP3 as in the How-to guide example, it wouldn't work.

Regards,

Wayne

GowthamRaja
Active Participant
0 Likes

Hi Brown,

Thanks for your information. if you see the link i have attached, it will show the service RMTSAMPLEFLIGHT is not build on modelling like BOR, RFC, etc and we are using the latest version of SAP Netweaver gateway.