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,534

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
GowthamRaja
Active Participant
0 Likes

Hi Jibin,

this is my url : http://server:port/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/$batch

this is my header info:

this is my body content:

jibin_joy
Contributor
0 Likes

Hi Rowtham,

   "The server is refusing to process the request because the entity has a unsupported format" error usually occur  when we provide invalid content Type .

    Based on above post Content-type is fine even i tested it working properly as shown below

Regards,

Jibin Joy

GowthamRaja
Active Participant
0 Likes

Thanks Jibin. then this is system side error right? what should i do to resolve it or provide me a document which is working fine.

jibin_joy
Contributor
0 Likes

Hi,

  I Think .....its small pblm in Content Type:Content-Type: mutlipart/mixed; boundary=batch (Wrong spelling)

Its Content-Type: multipart/mixed; boundary=batch

Regards,

Jibin

GowthamRaja
Active Participant
0 Likes

Hi Jibin,

Thanks for your help haven't noticed the spelling. now it is working fine. Thanks a lot