cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud application programming model extensibility using node.js

0 Kudos

I would like to know the approach of extending SAP on-premise CDS (ABAP on HANA) and its service using CAP Model (Node.js only) in SAP Cloud Platform. Any relevant blog or related information will be really helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

jhodel18
Active Contributor
0 Kudos

Hi Rai,

This blog is a good starting point:

https://blogs.sap.com/2020/05/26/cap-consume-external-service-part-1/

Basically you just need to expose your on-premise data as external service and then let your cap model application consume it.

0 Kudos

Thank you Jhodel for sharing this blog. Can we achieve the same in WebIDe as well?

jhodel18
Active Contributor
0 Kudos

It will be an uphill battle if you do CAP model using WebIDE because there's little to no tooling support there. Your best option is to use SAP Business Application Studio or VS Code.