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: 

How to cumulate with ABAP CDS Views?

Former Member
0 Kudos

Hello together,

Im working with the ABAP cds views at the moment and my Question is:

Is their any way to cumulate the values of an column ?

Because i dont find any function or annotation to realize an cumulation.

I hope someone of you can help me.

For Example:

Best Regards
Simon Sturm

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

I'm afraid you have to write a CDS table function implemented in AMDP for that. Possible since 7.50 and on HANA only. I don't think you will reach it with joins or unions but others might have better ideas.