Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 278
Message text: Utilice sólo tipos cuyos campos de componente no contengan "-"
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 '-'.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
DT278
- Utilice sólo tipos cuyos campos de componente no contengan "-" ?Get instant SAP help. Start your 7-day free trial now.
DT277
Estructura con "-" en nombre campo no puede tener ningún tp.estructurado
¿Qué causa este problema? According to the SAP naming convention, the character '-' is not allowed within an object name. Existing fields...
DT276
Nombre de campo &: Indique un área de nombres entre "/"
¿Qué causa este problema? In a field name you used the namespace identifier '/*/', but did not insert a namespace between these character...
DT279
Campo &: Imposible utilizar ref.& a clase o interface en tabla BD &
¿Qué causa este problema? In the definition for a database table, you used a reference to a class or an interface. This is not possible because the...
DT280
Indicar un campo como mínimo del cluster físico excepto la clave.
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error específico 'se explica por sí mismo', no se ha proporcionado más información. ...
Haga clic en este enlace para buscar todos los mensajes de SAP.