cancel
Showing results for 
Search instead for 
Did you mean: 

Consume OData service created in sap netweaver(ecc) In Sap CPI

itsravi
Explorer
0 Kudos

we have business requirement in which client will be giving us odata service Through sap netweaver gateway(ECC) Which we need to consume in CPI and pass this to HYbris Cloud for customers ,any suggestions how we can achiive this

Accepted Solutions (1)

Accepted Solutions (1)

MortenWittrock
Active Contributor
0 Kudos

Hi Ravikanth

Your question is very broad, but I can give you some general pointers in the right direction.

CPI has an OData adapter, which you can use to call your on-premise service. In order to actually reach the NetWeaver system from SAP Cloud Platform, I suggest you take a look at Cloud Connector, which establishes an encrypted tunnel between your on-premise network and your SCP subaccount.

Hybris Cloud for Customer also provides an OData API, which you can call from CPI using the OData adapter. Take a look at this API package in the API Business Hub for more information.

In other words, your requirement can definitely be implemented in CPI.

Regards,

Morten

itsravi
Explorer
0 Kudos

Hi Morten Wittrock

Thanks for the reply .In our landscape we do not have the cloud connector .

MortenWittrock
Active Contributor
0 Kudos

Hi

You can use e.g. a reverse proxy, but you do need something. Otherwise your on-premise services will remain inaccessible from SAP Cloud Platform.

Regards,

Morten

Answers (0)