-
Notifications
You must be signed in to change notification settings - Fork 822
Closed
Description
Tutorials: https://developers.sap.com/tutorials/abap-environment-lock-object.html
While doing this tutorial, I'm facing an issue in "Step 6: Create data definition" while activating the CDS view: Z_I_ROOM_888.
In the below line of code, there is a syntax error:
Code:
define root view Z_I_ROOM_888 as select from zroom_888 as room
association [0..1] to I_BusinessUser as _SAPSysAdminDataChangeUser on _SAPSysAdminDataChangeUser.UserID = room.lastchangedbyuser
Syntax Error:
Multiple markers at this line:
- Use of element UserID of CDS Entity I_BUSINESSUSER is not permitted.
- Use of CDS Entity I_BusinessUser is not permitted.
I'm using the latest IDE and ADT. Version details below.
Eclipse IDE: 2021-09 (4.21.0)
ADT: 3.22.0
Kindly let me know if any fix required to the code.
Regards,
Chathia.
Metadata
Metadata
Assignees
Labels
No labels