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

Difference Between ODATA and SDATA

Former Member
0 Likes
1,029

HI all,

I am working on ODATA services . I am testing odata service there i found ODATA and SDATA ...

for post and put methods from rest client ............ we have to use SDATA .... and for GET method ODATA is used .....

I have still confusion that what is the exact difference between SDATA and ODATA..........

Please give some valuable information regarding this.................................

waiting for your reply .................

Regards,

M.K.Chaitanya.

View Entire Topic
martin_bachmann
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

in SP3 massive enhancements to the underlying OData library were done. You can see the documentation of the delta here:

[http://help.sap.com/saphelp_gateway20sp03/helpdata/en/ad/ff9a1da7aa4ddbab594ff2f13d09db/frameset.htm|http://help.sap.com/saphelp_gateway20sp03/helpdata/en/ad/ff9a1da7aa4ddbab594ff2f13d09db/frameset.htm]

To ensure the 'old' solutions still run, we branched the access in the SICF and documented this with ODATA and SDATA.

Hope this helps,

Martin

Former Member
0 Likes

Hi Maremanda,

i am also working on Odata.

I successfully done the PUT method using ODATA.But i am unable to perform POST method.

as you said, SDATA is used for POST operation.Do you have any documents for how to use SDATA for POST method.

Any help is appreciated..

Regards,

Suhas.

jibin_joy
Contributor
0 Likes

Hi Suhas ,

   

We can do Post , Get ,  Delete , Get from OData as well  as SData ... But SData is old style as mentioned by  Martin before SP3.

  Can u tell wht error u r getting during POST using OData .

Regards,

Jibin Joy

Former Member
0 Likes

hi Jibin/Maremandra,

Some correction in my eearlier problem statement.

i am also working on Odata.

I successfully done the GET method consuming ODATA by using SUP (MBO).But i am unable to perform POST method using MBO.

Please help.

Regards,

Suhas.