Do you have any question about this error?
Message type: E = Error
Message class: SABAP_DOC - ABAP Doc messages
Message number: 105
Message text: Inkorrekte Position für ABAP-Doc-Kommentar in einem Kettensatz
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.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
SABAP_DOC105
- Inkorrekte Position für ABAP-Doc-Kommentar in einem Kettensatz ?Get instant SAP help. Start your 7-day free trial now.
SABAP_DOC104
ABAP-Doc-Kommentare müssen Dokumentation enthalten
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
SABAP_DOC103
ABAP-Doc-Kommentar ist an einer inkorrekten Position
Was verursacht dieses Problem? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduced by...
SABAP_DOC106
ABAP-Doc-Kommentare hinter Anweisungen sind nicht zulässig
Was verursacht dieses Problem? The ABAP-Doc-comment is located at the wrong position in the source code. An ABAP-Doc-comment-block is introduced by...
SABAP_DOC107
'{@' ist eine reservierte Zeichenfolge in ABAP Doc
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.