cancel
Showing results for 
Search instead for 
Did you mean: 

Access SAP CAP change tracking plugin table in a custom handler

marcel_farkas
Discoverer
0 Kudos
123

Hello, I am using change tracking plugin in my Node.js CAP application and it works fine.

I have a question if the table which holds the records of changes can be accessed in custom event handlers. I can not find the table among db entities. I also tried SELECT.from("sap.changelog") which does not work either.

Is there a way to achieve this?

Thank you.

View Entire Topic
marcel_farkas
Discoverer
0 Kudos

Figured it out, my SELECT statement was not correct, it should be: SELECT.from("sap.changelog.ChangeView").