Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 277
Message text: Estructura con "-" en nombre campo no puede tener ningún tp.estructurado
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.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
DT277
- Estructura con "-" en nombre campo no puede tener ningún tp.estructurado ?Get instant SAP help. Sign up for our Free Essentials Plan.
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...
DT275
El nombre de campo & sólo puede tener un prefijo de área de nombres
¿Qué causa este problema? You used a field name that only contains a namespace prefix. This is not allowed.¿Cómo arreglar este error? Add furthe...
DT278
Utilice sólo tipos cuyos campos de componente no contengan "-"
¿Qué causa este problema? According to the SAP naming convention, the character '-' is not allowed within an object name. Existing fields...
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...
Haga clic en este enlace para buscar todos los mensajes de SAP.