Hi Experts,
according to the HANA guides, the maximum length for NVARCHAR is 5000.
However, if we use NVARCHAR inside an .hdbstructure artifact, we get an activation error as soon as the size is above 4000.
It works fine using a CREATE TYPE ... AS TABLE and also within .hdbdd files using String(5000).
Is this a bug? - We are using a HANA instance on SPS9 Rev. 96.
Regards, Eric