0

I'm using SAP Cloud HANA Database for an application. And here I need to access ABAP CDS Views which I created in the ERP system from the cloud HANA database. Currently what I'm doing is replicating the required ERP (SAP) tables in the cloud database eg: mara, ekpo ,eket (with required columns) .

Assume that I've created a ABAP CDS view in ERP with the required information. And how can I consume it from the cloud HANA DB.

I've searched a lot but found nothing.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
tarzanbappa
  • 4,930
  • 22
  • 75
  • 117
  • what do you mean by "consume"? you are building native HANA XS app or wanna join two data sources (ERP+HANA) in a single select? – Suncatcher Jul 30 '20 at 15:18

1 Answers1

0

I think you need to create OData service from that CDS view in ERP side. After that, you can use that service in your cloud app.

You may want to check these links:

Creating OData service from CDS view.

ABAP CDS views using SAP Cloud Platform.

Oguz
  • 1,867
  • 1
  • 17
  • 24
  • What I need is to combine CLOUD HANA data with ERP Data – tarzanbappa Jun 22 '18 at 08:59
  • Is your erp running on cloud? – Oguz Jun 23 '18 at 06:40
  • Is there any other method instead of SLT or Smart Data Integration. Like creating a destination in Hana side – tarzanbappa Jun 25 '18 at 05:57
  • 1
    I don't think there is. There is cloud connector but this one is sending data cloud to on-premise. You may want to check: https://answers.sap.com/questions/150681/hana-cloud-connector-usage-and-advantages.html – Oguz Jun 25 '18 at 12:24