cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud SDK : Create OData Service For Custom Business Object

Former Member
0 Kudos

Hi Experts,

I have developed custom business object using SAP Cloud Application Studio.

I want to know can we create OData service for the custom business object?

If yes what is the steps require to do that?

If No what is the alternative way to do that?

I want to connect Cloud Custom solution with HTML5 / SAPUI5 apps. so please suggest me what is the best way to connect both.

Many Thanks,

Mithun

View Entire Topic
sunil1101
Advisor
Advisor
0 Kudos

Hi Mithin,

Currently we can not generate ODATA webservice in SDK.

however as alternative product team can generate ODATA service based on RFC created on custom object in ABAP.

In my knowledge you can only consume ODATA service in SAPUI5 project, in HANA cloud plateform there are other way( using ajax or server side JavaScript) where you can consume any webservice.

Thanks

Sunil

Former Member
0 Kudos

Thanks Sunil.

Former Member
0 Kudos

Hi Sunil,

Can you please help me how to create Odata service based on RFC created in custom object in ABAP.

Do you have any documentation to create Odata service using RFC?

Many Thanks,

Mithun

faragelfadaly
Explorer
Former Member
0 Kudos

Thanks Farag.....

I will check and let you know

Regards,

Mithun

TomK
Advisor
Advisor
0 Kudos

Hi Mithun,

http://scn.sap.com/docs/DOC-58820

I think with 1502 you will get OData for Custom BOs have a look in the video that is provided in the link above. Around minute 49 you will see the "announcement".

Best regards

Tom

Former Member
0 Kudos

Hi Mithun,

in SAP UI5 you can also have JSON models.

SAPUI5 SDK - Demo Kit

So eventually you don't want to involve the SAP NetWeaver Gateway you can create a REST webservice (json based) on your custom BO, and consume it using SAP UI5 JSON model

Regards