You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I cannot save the data definition Z_I_ROOM_384 - Use of CDS ENTITY I_BUSINESSUSERBASIC is not permitted.
code (step 6 of this tutorial):
...
define root view Z_I_ROOM_384 as select from zroom_384 as room
association [0..1] to I_BusinessUserBasic as _SAPSysAdminDataChangeUser on _SAPSysAdminDataChangeUser.UserID = room.lastchangedbyuser
...
error:
Use of CDS ENTITY I_BUSINESSUSERBASIC is not permitted.
Use of element USERID of CDS ENTITY I_BUSINESSUSERBASIC is not permitted.