cancel
Showing results for 
Search instead for 
Did you mean: 

Odata service using Eclipse juno

Former Member
0 Kudos

where i can download SDMCommon-1.3.0.jar SUPProxyClient-2.1.3.jar SDMParser-1.3.0. jar SDMCache-1.3.0.jar SDMConnectivity-1.3.0. jar SDMPersistence-1.3.0. jar in my server i am not able  found that files..

is it need for develop the mobile application using eclipse for odata service.?

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is your business use case? What you trying to develop? Can you share more info ?

Regards,

JK

Former Member
0 Kudos

Hi,

Thanks for replay.,

Already we are using SAP in Desktop.

I need to do native Android mobile application using eclipse juno to interact the SAP ODATA SERVICE.I have searched  for development environment, for that some more jar files missing .i have mention before.

Thanks give me solution...

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

are you already following some guide which talks about your development approach? Can you share it?

If you have SMP SDK in place, you can explore resources mentioned here Android

Regards,

JK

Former Member
0 Kudos

http://staticip:8000/sap/opu/odata/sap/ZMSFA_SRV/ 

this my service i get  details in browser like below with so many tags

<app:collection sap:pageable="false" sap:addressable="false" sap:content-version="1" href="MaterialStocks">

<atom:title type="text">MaterialStocks</atom:title><sap:member-title>MaterialStock</sap:member-title>

</app:collection> 

but while using android application i can not get the details of material stocks..

please guide to get the data using that  service in android application.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Add MaterialStocks  at the end of the mentioned url.

Former Member
0 Kudos

thanks for reply..

i can able to get the data using url...

http://staticip:8000/sap/opu/odata/sap/ZMSFA_SRV/MaterialStocks

i need to get by android application ..

give me good reference with sample coding idea.

Thanks for support.