Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Calling a procedure from Calculation View with Debug function

$
0
0

Is it possible to call a debuggable hana procedure in a calculation view?

 

I just saw the video  HANA Academy - HANA Native Development Workshop: SQL Script Editor - YouTube for HANA Native Development workshop and got the debug functionality to work for a file Procedure.

 

But I am unable to call this procedure from a Calculation View.

 

 

Below is the code I am using for the SQLScript Calculation View. Can someone tell me if this is correct?

 

/********* Begin Procedure Script ************/

BEGIN

 

call "_SYS_BIC"."test-package.RF.SalesOrders.procedures/get_sls_ordtype"(SalesDocNo => '0070004105', SalesDocTypes => ?) ;

var_out = CE_PROJECTION(:SalesDocTypes, ["SALESDOCNO" , "SALESDOCTYPE", "ORDVALUE"] );

 

 

END /********* End Procedure Script ************/


Viewing all articles
Browse latest Browse all 6412

Trending Articles



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