Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 278
Message text: Bitte nur Typen verwenden, deren Komponentenfelder keinen'-' enthalten
According to the SAP naming convention, the character '-' is not
allowed within an object name. Existing fields containing this
character are accepted nevertheless.
With the introduction of type definitions in the ABAP Dictionary, the
use of '-' in field names can be ambiguous. Example:
X and Y are structures:
X Fields Type Y Fields Type
B Y C DTEL3
B-C DTEL1 E DTEL4
D DTEL2
X-B-C is ambiguous. It can be the field B-C of structure X or component
C of structure B of X.
Structures with '-' in the field name can only be accessed in ABAP
programs with LIKE and not with TYPE. Structures in which fields
contain structures cannot be used only with TYPE.
In this structure, you therefore cannot use a new field with structured
type in which a component field contains the character '-'.
Do not use field(s) with structured type or use only structured types
whose component fields do not contain '-'.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
DT278
- Bitte nur Typen verwenden, deren Komponentenfelder keinen'-' enthalten ?Get instant SAP help. Start your 7-day free trial now.
DT277
Struktur mit '-' in Feldnamen kann keinen strukturierten Typ enthalten
Was verursacht dieses Problem? According to the SAP naming convention, the character '-' is not allowed within an object name. Existing f...
DT276
Feldname &: Bitte einen Namensraum zwischen '/' angeben
Was verursacht dieses Problem? In a field name you used the namespace identifier '/*/', but did not insert a namespace between these char...
DT279
Feld &: Referenz & auf Klasse o. Interface in DB-Tab. & nicht verwendbar
Was verursacht dieses Problem? In the definition for a database table, you used a reference to a class or an interface. This is not possible becaus...
DT280
Bitte mindestens ein Feld außer Schlüssel des physischen Clusters angeben
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.