Hi Friends,
I have created hana table ZCUST_ATTR and loaded the data into table and given access _SYS_REPO and imported same table into BODS successfully
but i am getting below error while displaying or view data.
SELECT query <SELECT TOP 1000 "ZCUSTID", "ZCUSTST", "ZCUSTLVL"
FROM "BODDUSALE"."ZCUST_ATTR"
> failed. The database error message is <SQL submitted to database <> resulted in error <[SAP AG][LIBODBCHDB DLL][HDBODBC] General error;258 insufficient privilege: Not authorized>. The SQL submitted is <SELECT TOP 1000 "ZCUSTID", "ZCUSTST", "ZCUSTLVL"
FROM "BODDUSALE"."ZCUST_ATTR"
>.>.
Could you please tell me what authorization i have to give to table.
Regards,
Venkat Boddu.