Hi Samual,
looks like you try to sneak in native SQL here.
Just like with the default connection you'd either have to use plain OpenSQL, which doesn't have a schema concept, or you need to run native SQL (EXEC) to run the HANA specific SQL.
Besides, you know that SELECT * has been doomed to be super evil on HANA, right?
- Lars