Skip to Content
0
Sep 01, 2023 at 01:39 PM

How to log CDS run time formed query in SAP CAP JAVA?

110 Views

Before creating my entity, user id validating from request context as shown below but for confirming that what run time value has been passed to
this condition how will I get cds logs for this? Please provide information on this.
@(restrict: [ { grant: 'READ', where: 'User_ID = $user' },

])