Remove the annotation &1.
Message type: E = Error
Message class: SADL_GW_DT_CDS - Messages CDS Checks
Message number: 015
Message text: Remove the annotation &1.
What causes this issue?
The annotation '@ObjectModel.draftenabled : true' is used in the CDS
view, but the CDS view is neither a transactional consumption view nor a
transactional view.
System Response
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
How to fix this error?
If the CDS view is not supposed to be a transactional consumption view
or a transactional view, remove the annotation.
If the CDS view is supposed to be a transactional consumption view<(>
,<)> add the annotation '@ObjectModel.transactionalprocessingdelegated:
true'.
If the CDS view is supposed to be a transactional view<(>,<)> add the
annotations '@ObjectModel.transactionalprocessingenabled: true' and
'@ObjectModel.writeDraftPersistency: <table_name>'.
Procedure for System Administrators
Contact the corresponding developer of the CDS view to correct the
error.
Error message extract from SAP system. Copyright SAP SE.
Related Error Messages
SADL_GW_DT_CDS014 Transient field &1 requires the annotation '@ObjectModel.readOnly'.
SADL_GW_DT_CDS013 The syntax of the semantic key is invalid.
SADL_GW_DT_CDS016 Association #TO_COMPOSITION_PARENT in CDS view &1 is missing.
SADL_GW_DT_CDS017 Association #TO_COMPOSITION_ROOT in CDS view &1 is missing.