Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 277
Message text: Structure avec '-' dans noms zones ne peut contenir aucun type structuré
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.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
DT277
- Structure avec '-' dans noms zones ne peut contenir aucun type structuré ?Get instant SAP help. Sign up for our Free Essentials Plan.
DT276
Nom de zone & : spécifiez un espace nom entre '/'
Quelle est la cause de ce problème? In a field name you used the namespace identifier '/*/', but did not insert a namespace between these...
DT275
Le nom de zone & ne peut pas être composé d'une préfixe d'espace nom
Quelle est la cause de ce problème? You used a field name that only contains a namespace prefix. This is not allowed.Comment corriger cette erreur?...
DT278
N'utilisez que des types avec zones de composantes sans '-'
Quelle est la cause de ce problème? According to the SAP naming convention, the character '-' is not allowed within an object name. Exist...
DT279
Zone & : réf. & à classe ou interface dans table de BD & non utilisable
Quelle est la cause de ce problème? In the definition for a database table, you used a reference to a class or an interface. This is not possible b...
Cliquez sur ce lien pour rechercher tous les messages SAP.