Hi,
Refer to the below link to solve the privilege issue.
The table is created in _SYS_BIC Schema .
Create a hdbrole file with the below sql privileges and assign it to your user and then you would be able to access the xsodata service.
role p1940xxtrial.dev.perslist.roles::user
{
sql object p1940xxtrial.dev.perslist.data::mymodel.person: SELECT, INSERT, UPDATE, DELETE; application privilege: p1940xxtrial.dev.perslist::Basic;
}
call HCP.HCP_GRANT_ROLE_TO_USER('p1940xxtrial.dev.perslist.roles::user','p1940xx')
Hope this solves your issue.
Thanks