Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Question about CDS limitation

Former Member
0 Kudos


Hello SAP Developers,

In HANA studio, customer made a CDS view for ABAP code pushdown, but happened the
syntax is error.

  1. Could you check if this function below(SUM() + SUM() ) is not possible to work in CDS
    view???
  2. If you are possible, please give some workaround to us in CDS view.
  3. How is it the best way to
    create CDS view using SUM() + SUM() instead of OpenSQL for Code pushdown??
  4. How can I find the documentation about CDS limitation or syntax?

For
your information. Customer has Netweaver 7.4 SP8 for ERP on HANA. They upgrade
Netweaver version for using HANA code pushdown recently.

3 REPLIES 3

sreehari_vpillai
Active Contributor
0 Kudos

try sum(a.vv401 + a.vv411) as g1

Sree

0 Kudos

Hi Sree,

Thanks for reply,

I tried it  but the result is the same error like above.

Any suggestion more?

Happy new year!

thanks and regards

Hee Sang Lee

thomasgauweiler
Active Participant
0 Kudos

Dear Hee Sang Lee,

you can find documentation for CDS here: ABAP Keyword Documentation

A workaround would be to create one view with single sum values and another on top of it adding the resulting columns.

Best Regards, Thomas