2025 Mar 20 3:13 PM - edited 2025 Mar 21 2:45 PM
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.
Request clarification before answering.
Figured it out, my SELECT statement was not correct, it should be: SELECT.from("sap.changelog.ChangeView").
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.