Hi Experts,
I have 2 join 2 views in HANA Studio.
1. 1 of those views is CV , Containing Analytics View based upon SAP BW DSO (with no measure only characteristics).Here all Data Types in the Analytics views are NVARCHAR.
2. The other one is CV based upon some SAP TM Tables and as SAP TM Tables has Parent/DB Key which are VARBINARY format.
I tried doing data conversion by creating SQL Script based CV from NVARCHAR to VARBINARY using TO_NVARCHAR Function but its getting converting into 64 character and the same is still not matching.
Same way i treid for the other one from VARBINARY to NVARCHAR using TO_NVARCHAR option but it didn't do anything. Column value remain same.
Any help would be highly appreciated.
Thanks