Message type: E = Error
Message class:  SADL_GW_DT_CDS - Messages CDS Checks 
Message number: 004
Message text: Data source &1 is not a transactional CDS view.
The consumption view uses the annotation
ObjectModel.transactionalProcessingDelegated<(>,<)> but the underlying
CDS view is not transactional enabled.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Either add the annotation '@ObjectModel.transactionalProcessingEnabled:
true' to the underlying CDS view or remove the annotation
'@ObjectModel.transactionalProcessingDelegated' from the consumption
view.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message SADL_GW_DT_CDS004 indicates that the data source you are trying to use is not a transactional Core Data Services (CDS) view. This error typically arises when you attempt to use a CDS view that is not designed for transactional operations in a context that requires a transactional data source.
Cause: Non-Transactional CDS View: The CDS view you are trying to access is not defined as a transactional view. Transactional views are designed to support operations like Create, Read, Update, and Delete (CRUD). Incorrect Data Source: You may be using a data source that is intended for analytical purposes or reporting, rather than for transactional processing. Misconfiguration: There might be a misconfiguration in the way the CDS view is set up or how it is being called in your application.
Solution: Check the CDS View Definition: Verify the definition of the CDS view in the ABAP Development Tools (ADT) or in the SAP GUI.
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
SADL_GW_DT_CDS003 Association &1 is exposed multiple times.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SADL_GW_DT_CDS002 Calculated field &1 is not allowed.
What causes this issue?  In the CDS view (consumption view), a calculated field is defined: e.g.: so.NetAmount + so.TaxAmount as GrossAmount A field c...
SADL_GW_DT_CDS005 Do not use the element &1 in the association definition.
What causes this issue?  In the consumption CDS view, a path expression that is closed using an element is used in the association definition. This is...
SADL_GW_DT_CDS006 Do not use the association &1.
What causes this issue?  In the consumption CDS view, a path expression that is closed using an association is used. Only a one-step-association can b...
Click on this link to search all SAP messages.