Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 277
Message text: Struktur mit '-' in Feldnamen kann keinen strukturierten Typ enthalten
According to the SAP naming convention, the character '-' is not
allowed within an object name. Existing fields that already contain
this character are accepted nevertheless.
With the introduction of type definitions in the ABAP Dictionary, the
use of '-' in field names can result in ambiguities. 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 either the field B-C of structure X or
component C of structure B of X.
Structures with '-' in field names can only be accessed in ABAP
programs with LIKE, but not with TYPE. Structures in which fields also
contain structures as type cannot be used only with TYPE.
You therefore cannot use a new field with structured type in this
structure.
Do not use the field(s) with structured type or replace the fields
containing '-' with fields without this character.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
DT277
- Struktur mit '-' in Feldnamen kann keinen strukturierten Typ enthalten ?Get instant SAP help. Start your 7-day free trial now.
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...
DT275
Feldname & darf nicht nur aus einem Namensraum-Präfix bestehen
Was verursacht dieses Problem? You used a field name that only contains a namespace prefix. This is not allowed.Wie behebe ich diesen Fehler? Add...
DT278
Bitte nur Typen verwenden, deren Komponentenfelder keinen'-' enthalten
Was verursacht dieses Problem? According to the SAP naming convention, the character '-' is not allowed within an object name. Existing f...
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...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.