cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation view input parameter in abap program

0 Kudos
836

I have create a calculation view with input parameters, It´s possible in abap program select fill these input parameters ? Or is this allowed only in CDS view ?

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

You cannot directly call a HANA calculation view via ABAP, so you cannot directly assign the parameters. You have of course the options to create an AMDP or CDS Table Function (implemented via a database function) which calls the calc. view. In that case you can pass the parameter to the AMDP/Table Function and then pass the parameters to the calc. view.

Answers (0)