Skip to content

Create Data Model and Lock Object in SAP BTP, ABAP Environment #7360

@monikaalis

Description

@monikaalis

Tutorials: https://developers.sap.com/tutorials/abap-environment-lock-object.html

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions