Do you have any question about this error?
Message type: E = Error
Message class: SABAP_DOC - ABAP Doc messages
Message number: 105
Message text: Posición incorrecta para comentario ABAP Doc en una sentencia encadenada
The ABAP-Doc-comment is located at the wrong position in the source
code.
An ABAP-Doc-comment-block is introduced by the character combination "!.
It has to be located directly in front of a declarative statement (e.g.,
data declaration, method definition, class definition).
Example
<EX>"! This is a documentation for the following constant</>
<EX>constants co_initial_value type i value 0.</>
You can use multiple lines for your documentation to document your
source code elements. In this case you have to add the character
combination "! in front of each line.
Example
<EX>"! This documentation for the following constant is documented</>
<EX>"! in multiple lines.</>
<EX>constants co_initial_value type i value 0.</>
If you want to document a block of statements by using the ABAP
colon-comma-semantic the ABAP Doc comment block must be located in front
of the identifier and must be after the colon.
Example
<EX>constants:</>
<EX> "! Initial value</>
<EX> co_initial_value type i value 0<(>,<)></>
<EX> "! Invalid value</>
<EX> co_invalid_value type i value -1.</>
Syntax check returns a warning.
Put the ABAP-Doc comment at the right position in the source code.
If the comment is not an ABAP-Doc-comment, but a standard comment and
starts with the character combination "!, you can add a space between
the characters " and ! to declare this comment as standard comment.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
SABAP_DOC105
- Posición incorrecta para comentario ABAP Doc en una sentencia encadenada ?Get instant SAP help. Start your 7-day free trial now.
SABAP_DOC104
Los comentarios ABAP Doc deben contener documentación
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. ...
SABAP_DOC103
El comentario ABAP Doc está en una posición incorrecta
¿Qué causa este problema? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduced by the ...
SABAP_DOC106
No están permitidos los comentarios ABAP Doc tras instrucciones
¿Qué causa este problema? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduced by the ...
SABAP_DOC107
'{@' es una cadena de caracteres reservada en ABAP Doc
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.