Do you have any question about this error?
Message type: E = Error
Message class: SADL_GW_DT_CDS - Messages CDS Checks
Message number: 002
Message text: Dsa berechnete Feld &1 ist nicht erlaubt.
In the CDS view (consumption view), a calculated field is defined:
e.g.: so.NetAmount + so.TaxAmount as GrossAmount
A field can only be calculated using a calculation exit.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Create an ABAP class (CL_xxx_EXIT) which implements the interface
IF_SADL_EXIT_CALC_ELEMENT_READ where the field is calculated.
Add the annotations to the field in the CDS view (consumption view):
@ObjectModel: { virtualElement : true<(>,<)>
virtualElementCalculatedBy: 'ABAP:CL_xxx_EXIT'
}
cast( 0 as MYAMOUNT ) as GrossAmount<(>,<)>
Contact the corresponding developer of the CDS view to correct the
error.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
SADL_GW_DT_CDS002
- Dsa berechnete Feld &1 ist nicht erlaubt. ?Get instant SAP help. Start your 7-day free trial now.
SADL_GW_DT_CDS001
Join &1 ist nicht erlaubt.
Was verursacht dieses Problem? A join is used in the SELECT statement in the consumption CDS view. This is not allowed.Systemantwort Das System g...
SADL_GW_DT_CDS000
CDS-Modellierungsprüfung (SADL/BOPF)
Was verursacht dieses Problem? This ATC check evaluates annotations and CDS modelling to prevent unexpected runtime issues Examples: - Transactiona...
SADL_GW_DT_CDS003
Assoziation &1 wird mehrfach bereitgestellt.
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
SADL_GW_DT_CDS004
Datenquelle &1 ist keine transaktionale CDS-View.
Was verursacht dieses Problem? The consumption view uses the annotation ObjectModel.transactionalProcessingDelegated<(>,<)> but the und...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.