Hi Everyone,
I have a XS based application running on HANA. Using this application, a User can insert/delete/update a table "XYZ".
I have an Audit policy enabled for this table for "SELECT/UPDATE/DELETE/INSERT" for every user.
If I make any changes to the table using SQL console the log is created but when I do the same operation using XS application, no log gets created.
I guess the reason is that HANA does not support auditing for XS.
So my question is that is there a way to record changes being made to the table via XS application?
Is there a way to log which User accessed my XS Application? - I know for this I can get session user and save this information in a table but is there any other way than this.
Regards,
Vivek