Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Calling parameterized Cal View, from HANA Stored Procedure

$
0
0

Hi Giri,

 

I believe that we cannot create calculation view to accept table type as input parameter.

 

It can only be scalar type I guess and you can have multiple values.

 

In case of multiple values, you can change the select statement accordingly as

 

 

select ... from CV1( 'PLACEHOLDER' = ('$$var$$' = 'VAL1,VAL2,VAL3')

 

So in your case. (procedure having table type as input parameter). I believe you need to create intermediate variables to accept data from input table type parameter and put into these variables and pass these variables as above to fetch required data from CV as above.

 

Regards,

Anil


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>