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

Re: Error when using "EXEC" in HANA Web-based Dev Editor

$
0
0

Hello,

 

I have a similar problem:

Inside an AMDP Method I am calling a HANA stored procedure.

This is the code:

  METHOD execute_procedure BY DATABASE PROCEDURE

                           FOR HDB LANGUAGE SQLSCRIPT.

     CALL "_SYS_BIC"."home.version08d/MyProcedure" (:it_items, et_itemschanged);

  ENDMETHOD.

 

The syntax check keeps telling me

 

Message: column store error: [34011] failed to save calculation scenario : The following errors occured: Inconsistent calculation model (34011) Details (Errors): – CalculationNode (356067649) –> operation (CustomLOp): Input table 'IT_ITEMS' has wrong type for column 'E_DATE': expected '(Null)String' from the model, but was 'Date' in the signature of the main function.

 

This reads like the date column is mistyped. I tried with CHAR10 which is supposed to be a valid equivalent ABAP type for the HANA type LocalDate.

 

Did you come to a solution (even though the question is not answered)?


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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