I am having issues with reading HANA data into R.
I have established my connection via
ch <- odbcConnect(\"HANA\",uid=\"USER\",pwd=\"PW\")
Can you try this instead:
sqlQuery(ch, 'SELECT TOP 10 FROM "_SYS_BIC"."ccf-edw.self-service.MDM::Q_CA_R_CUSTOMER_REPORTS"')