2

Anyone know if a ABAP CDS View on a S4/Hana System run at the same engine of a Calculation View of HANA?

In other words ABAP CDS View (on S4/HANA) is equal to Calculation View in Hana?

Thank you.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
I.B.N.
  • 992
  • 4
  • 15

1 Answers1

0

They are separate things. You need some modifications to convert them to each other. Find a good blog post about the concepts here.

koks der drache
  • 1,398
  • 1
  • 16
  • 33
mkysoft
  • 5,392
  • 1
  • 21
  • 30
  • I'm not comparing HANA CDS and ABAP CDS. I know that are different. I just want to kwon if ABAP CDS has same performance of Calculation View. – I.B.N. Sep 03 '19 at 14:14
  • 1
    Theoretically ABAP CDS prepare DDL for DB and create views for it.So if you call these views directly you get same performance. If you call cds and view in abap, cds can be has bad performance than view. On the other hand cds engine can have caching mechanism in abap. I can say, performance can be related with your query/scenario. – mkysoft Sep 03 '19 at 14:31