cancel
Showing results for 
Search instead for 
Did you mean: 

Data Services Request could not be understood due to malformed syntax :BATCH Operation in ODATA

durgaprasanth_vemula
Participant
0 Kudos
1,992

HI,

I am planning to test BATCH operation and getting error "Data Services Request could not be understood due to malformed syntax"

I had used the url

/sap/opu/odata/sap/ZB11SALESDATA_SRV/$batch

and Selected POST

content Type:multipart/mixed; boundary=batch

Please find the attached screen shot

View Entire Topic
gfuchs
Explorer
0 Kudos

Hi Durga
Did you find a solution for your problem? i am having the same issue and so for i didn't find a solution for this.
I did some debugging and found out that

/IWCOR/CL_DS_PROC_DISPATCHER -> PARSE_BATCH_REQUEST the LO_HTTP_REQUEST Object seems to be empty, leading to an empty LV_URI and LV_METHOD and Raising the exception afterwards.
Also i did run into a problem when there is an empty space in "Content-Type: application/http"

So far i was unable to successfully submit a single, simple Batch Request...