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 ?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.