Do you have any question about this error?
Message type: E = Error
Message class: SABAP_DOC - ABAP Doc messages
Message number: 105
Message text: Position incorrecte pour commentaire ABAP Doc dans une séq. d'instruct.
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.
Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
SABAP_DOC105
- Position incorrecte pour commentaire ABAP Doc dans une séq. d'instruct. ?Get instant SAP help. Start your 7-day free trial now.
SABAP_DOC104
Les commentaires ABAP Doc doivent comprendre une documentation
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...
SABAP_DOC103
Le commentaire ABAP Doc est à une position incorrecte.
Quelle est la cause de ce problème? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduc...
SABAP_DOC106
Les commentaires ABAP Doc derrière des instruct. ne sont pas autorisés.
Quelle est la cause de ce problème? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduc...
SABAP_DOC107
'{@' est une chaîne de caractères réservée dans ABAP Doc
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.