Skip to Content
0
Nov 01, 2018 at 04:44 PM

Disable HanaException for General Warning

385 Views

Hi,

I'm develop a software in SAP HANA and .NET Framework, and this aplication generate procedures, when my application try tpo create a procedure throw this exception:

Sap.Data.Hana.HanaException (0x80004005): general warning: general warning: Type mismatch for table variable RET:Declared type "NVARCHAR(3)" of attribute "/BIC/NCOMPTRA" not same as assigned type "VARCHAR(50)" :line 2 col 2 (at pos 181)

But when I create the same procedure on SAP HANA Studio, this problem not happen.

So, my question is: How can I disable this Exception for general Warning