Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 278
Message text: N'utilisez que des types avec zones de composantes sans '-'
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 '-'.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
DT278
- N'utilisez que des types avec zones de composantes sans '-' ?Get instant SAP help. Start your 7-day free trial now.
DT277
Structure avec '-' dans noms zones ne peut contenir aucun type structuré
Quelle est la cause de ce problème? According to the SAP naming convention, the character '-' is not allowed within an object name. Exist...
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...
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...
DT280
Indiquez au moins une zone en plus de la clé du cluster physique
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
Cliquez sur ce lien pour rechercher tous les messages SAP.